hamming
Hamming window.
| 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.
|
| Типы данных |
|
# 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", functionhammingcalculates 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.
| Типы данных |
|