Functions | |
void | arm_hamming_f32 (float32_t *pDst, uint32_t blockSize) |
Hamming window generating function (f32). | |
void | arm_hamming_f64 (float64_t *pDst, uint32_t blockSize) |
Hamming window generating function (f64). | |
void arm_hamming_f32 | ( | float32_t * | pDst, |
uint32_t | blockSize | ||
) |
Hamming window generating function (f32).
Hamming window (float).
[out] | pDst | points to the output generated window |
[in] | blockSize | number of samples in the window |
Parameter | Value |
---|---|
Peak sidelobe level | 42.7 dB |
Normalized equivalent noise bandwidth | 1.3628 bins |
3 dB bandwidth | 1.3008 bins |
Flatness | -1.7514 dB |
Recommended overlap | 50 % |
void arm_hamming_f64 | ( | float64_t * | pDst, |
uint32_t | blockSize | ||
) |
Hamming window generating function (f64).
Hamming window (double).
[out] | pDst | points to the output generated window |
[in] | blockSize | number of samples in the window |
Parameter | Value |
---|---|
Peak sidelobe level | 42.7 dB |
Normalized equivalent noise bandwidth | 1.3628 bins |
3 dB bandwidth | 1.3008 bins |
Flatness | -1.7514 dB |
Recommended overlap | 50 % |