Blackman Harris window function (92 dB)
- RISCV_DSP_ATTRIBUTE void riscv_blackman_harris_92db_f32 (float32_t *pDst, uint32_t blockSize)
- RISCV_DSP_ATTRIBUTE void riscv_blackman_harris_92db_f64 (float64_t *pDst, uint32_t blockSize)
- group WindowBLACKMAN_HARRIS_92DB
Functions
- RISCV_DSP_ATTRIBUTE void riscv_blackman_harris_92db_f32 (float32_t *pDst, uint32_t blockSize)
92 dB Blackman Harris window generating function (f32).
92 db blackman harris window (float).
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 %
- Parameters of the window
- Parameters
pDst – [out] points to the output generated window
blockSize – [in] number of samples in the window
- RISCV_DSP_ATTRIBUTE void riscv_blackman_harris_92db_f64 (float64_t *pDst, uint32_t blockSize)
92 dB Blackman Harris window generating function (f64).
92 db blackman harris window (double).
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 %
- Parameters of the window
- Parameters
pDst – [out] points to the output generated window
blockSize – [in] number of samples in the window