Functions | |
void | arm_blackman_harris_92db_f32 (float32_t *pDst, uint32_t blockSize) |
92 dB Blackman Harris window generating function (f32). | |
void | arm_blackman_harris_92db_f64 (float64_t *pDst, uint32_t blockSize) |
92 dB Blackman Harris window generating function (f64). | |
void arm_blackman_harris_92db_f32 | ( | float32_t * | pDst, |
uint32_t | blockSize | ||
) |
92 dB Blackman Harris window generating function (f32).
92 db blackman harris window (float).
[out] | pDst | points to the output generated window |
[in] | blockSize | number of samples in the window |
Parameter | Value |
---|---|
Peak sidelobe level | 92.0 dB |
Normalized equivalent noise bandwidth | 2.0044 bins |
3 dB bandwidth | 1.8962 bins |
Flatness | -0.8256 dB |
Recommended overlap | 66.1 % |
void arm_blackman_harris_92db_f64 | ( | float64_t * | pDst, |
uint32_t | blockSize | ||
) |
92 dB Blackman Harris window generating function (f64).
92 db blackman harris window (double).
[out] | pDst | points to the output generated window |
[in] | blockSize | number of samples in the window |
Parameter | Value |
---|---|
Peak sidelobe level | 92.0 dB |
Normalized equivalent noise bandwidth | 2.0044 bins |
3 dB bandwidth | 1.8962 bins |
Flatness | -0.8256 dB |
Recommended overlap | 66.1 % |