![]() |
NMSIS-DSP
Version 1.4.1
NMSIS DSP Software Library
|
Functions | |
| RISCV_DSP_ATTRIBUTE void | riscv_hft116d_f32 (float32_t *pDst, uint32_t blockSize) |
| Hft116d window generating function (f32). More... | |
| RISCV_DSP_ATTRIBUTE void | riscv_hft116d_f64 (float64_t *pDst, uint32_t blockSize) |
| Hft116d window generating function (f64). More... | |
| RISCV_DSP_ATTRIBUTE void riscv_hft116d_f32 | ( | float32_t * | pDst, |
| uint32_t | blockSize | ||
| ) |
Hft116d window generating function (f32).
Hft116d window (float).
| [out] | pDst | points to the output generated window |
| [in] | blockSize | number of samples in the window |
| Parameter | Value |
|---|---|
| Peak sidelobe level | 116.8 dB |
| Normalized equivalent noise bandwidth | 4.2186 bins |
| 3 dB bandwidth | 4.1579 bins |
| Flatness | -0.0028 dB |
| Recommended overlap | 78.2 % |
Included in NMSIS-DSP with authorization from professor Gerhard Heinzel.
| RISCV_DSP_ATTRIBUTE void riscv_hft116d_f64 | ( | float64_t * | pDst, |
| uint32_t | blockSize | ||
| ) |
Hft116d window generating function (f64).
Hft116d window (double).
| [out] | pDst | points to the output generated window |
| [in] | blockSize | number of samples in the window |
| Parameter | Value |
|---|---|
| Peak sidelobe level | 116.8 dB |
| Normalized equivalent noise bandwidth | 4.2186 bins |
| 3 dB bandwidth | 4.1579 bins |
| Flatness | -0.0028 dB |
| Recommended overlap | 78.2 % |
Included in NMSIS-DSP with authorization from professor Gerhard Heinzel.