blackmanharris
The minimum four—term Blackman-Harris window.
| Library |
|
Arguments
Input arguments
# L — window length
+
a positive integer
Details
The window length, set as a positive integer.
If you ask L as a non-integer number, the function will round it to the nearest integer value.
|
| Типы данных |
|
# sflag — window selection
+
"symmetric" (by default) | "periodic"
Details
The window selection method, set as follows:
-
"symmetric"— use this value when using windows to design filters.; -
"periodic"— use this value when using windows for spectral analysis. When selecting a value"periodic", functionblackmanharriscalculates the window lengthL + 1and returns the firstLpoints. The missing endpoint is the beginning of the next period of periodic expansion of the sequence. Therefore, the sequence satisfies the assumption of the periodicity of the discrete Fourier transform.
| Типы данных |
|
# typeName — type of output data
+
Float64 (by default) | Float32
Output arguments
# w — The Blackman—Harris window
+
column vector
Details
The Blackman—Harris window, returned as a column vector.