|
ESP-IDF Firmware
Firmware architecture and call graph
|
Go to the source code of this file.
Macros | |
| #define | _USE_MATH_DEFINES |
Functions | |
| void | dsps_wind_nuttall_f32 (float *window, int len) |
| Nuttall window. | |
| #define _USE_MATH_DEFINES |
Definition at line 15 of file dsps_wind_nuttall_f32.c.
| void dsps_wind_nuttall_f32 | ( | float * | window, |
| int | len ) |
Nuttall window.
The function generates Nuttall window.
| window | buffer to store window array. |
| len | length of the window array |
Definition at line 19 of file dsps_wind_nuttall_f32.c.
References M_PI.
Referenced by app_main().