CMSIS-DSP  
CMSIS DSP Software Library
 
Loading...
Searching...
No Matches
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).
 
void arm_blackman_harris_92db_f64 (float64_t *pDst, uint32_t blockSize)
 92 dB Blackman Harris window generating function (f64).
 

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 generating function (f32).

92 db blackman harris window (float).

Parameters
[out]pDstpoints to the output generated window
[in]blockSizenumber of samples in the window
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 generating function (f64).

92 db blackman harris window (double).

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