hann
The window of Hannah (Henning).
| Library |
|
Arguments
Input arguments
# L — window length
+
positive integer
Details
The window length specified as a positive integer.
If you set L as a non-integer, the function will round it to the nearest integer value.
|
| Data types |
|
# sflag — window selection
+
"symmetric" (by default) | "periodic"
Details
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", functionhanncalculates 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.
| Data types |
|
# typeName — type of output data
+
"Float64" (by default) | "Float32"