rectwin
Rectangular window.
| Library |
|
Arguments
Input arguments
# L — window length
+
scalar
Details
The window length specified as a positive integer.
If you specify L as a non-integer, the function will round it to the nearest integer value.
|
| Типы данных |
|
Algorithms
Function output rectwin with input data L can be created using the function ones:
w = ones(L, 1)
