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