NMSIS-DSP
Version 1.3.1
NMSIS DSP Software Library
|
Functions | |
RISCV_DSP_ATTRIBUTE void | riscv_hft95_f32 (float32_t *pDst, uint32_t blockSize) |
Hft95 window generating function (f32). More... | |
RISCV_DSP_ATTRIBUTE void | riscv_hft95_f64 (float64_t *pDst, uint32_t blockSize) |
Hft95 window generating function (f64). More... | |
RISCV_DSP_ATTRIBUTE void riscv_hft95_f32 | ( | float32_t * | pDst, |
uint32_t | blockSize | ||
) |
Hft95 window generating function (f32).
Hft95 window (float).
[out] | pDst | points to the output generated window |
[in] | blockSize | number of samples in the window |
Parameter | Value |
---|---|
Peak sidelobe level | 95.0 dB |
Normalized equivalent noise bandwidth | 3.8112 bins |
3 dB bandwidth | 3.7590 bins |
Flatness | 0.0044 dB |
Recommended overlap | 75.6 % |
Included in NMSIS-DSP with authorization from professor Gerhard Heinzel.
RISCV_DSP_ATTRIBUTE void riscv_hft95_f64 | ( | float64_t * | pDst, |
uint32_t | blockSize | ||
) |
Hft95 window generating function (f64).
Hft95 window (double).
[out] | pDst | points to the output generated window |
[in] | blockSize | number of samples in the window |
Parameter | Value |
---|---|
Peak sidelobe level | 95.0 dB |
Normalized equivalent noise bandwidth | 3.8112 bins |
3 dB bandwidth | 3.7590 bins |
Flatness | 0.0044 dB |
Recommended overlap | 75.6 % |
Included in NMSIS-DSP with authorization from professor Gerhard Heinzel.