CMSIS-DSP  
CMSIS DSP Software Library
Blackman Harris window function (92 dB)

Functions

void arm_blackman_harris_92db_f32 (float32_t *pDst, uint32_t blockSize)
 92 dB Blackman Harris window generating function (f32). More...
 
void arm_blackman_harris_92db_f64 (float64_t *pDst, uint32_t blockSize)
 92 dB Blackman Harris window generating function (f64). More...
 

Description

Function Documentation

◆ arm_blackman_harris_92db_f32()

void arm_blackman_harris_92db_f32 ( float32_t pDst,
uint32_t  blockSize 
)

92 db blackman harris window (float).

Parameters
[out]pDstpoints to the output generated window
[in]blockSizenumber of samples in the window
Returns
none
Parameters of 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 %

◆ arm_blackman_harris_92db_f64()

void arm_blackman_harris_92db_f64 ( float64_t pDst,
uint32_t  blockSize 
)

92 db blackman harris window (double).

Parameters
[out]pDstpoints to the output generated window
[in]blockSizenumber of samples in the window
Returns
none
Parameters of 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 %