sigwin.rectwin Class
Namespace: sigwin
Construct rectangular window object
Description
Note
The use of sigwin.rectwin is not recommended.
Use rectwin instead.
sigwin.rectwin creates a handle to a rectangular
window object for use in spectral analysis and FIR filtering by the
window method. Object methods enable workspace import and ASCII file
export of the window values.
The following equation defines the rectangular window of length N:
Construction
H = sigwin.rectwin returns a rectangular
window object H of length 64.
H = sigwin.rectwin( returns
a rectangular window object Length)H of length Length. Length requires
a positive integer. Entering a positive noninteger value for Length rounds
the length to the nearest integer. Entering a 1 for Length results
in a window with a single value of 1.
Properties
| Rectangular window length. The window length requires a positive
integer. Entering a positive noninteger value for |
Methods
| generate | Generates rectangular window |
| info | Display information about rectangular window object |
| winwrite | Save rectangular window in ASCII file |
Copy Semantics
Handle. To learn how copy semantics affect your use of the class, see Copying Objects in the MATLAB® Programming Fundamentals documentation.
Examples
References
Oppenheim, Alan V., and Ronald W. Schafer. Discrete-Time Signal Processing. Upper Saddle River, NJ: Prentice Hall, 1989.
