|
ESP-IDF Firmware
Firmware architecture and call graph
|
Go to the source code of this file.
Functions | |
| esp_err_t | dsps_dctiv_f32 (float *data, int ndct) |
| DCT of radix 2, type IV, unscaled. | |
| esp_err_t dsps_dctiv_f32 | ( | float * | data, |
| int | N ) |
DCT of radix 2, type IV, unscaled.
Discrete Cosine Transform type IV of radix 2, unscaled Function is FFT based The extension (_ansi) use ANSI C and could be compiled and run on any platform. The extension (_ae32) is optimized for ESP32 chip.
| [in,out] | data | input/output array with size of N. An elements located: Re[0],Re[1], , ... Re[N-1] result of DST will be stored to this array from 0...N-1. Size of data array must be N |
| [in] | N | Size of DCT transform. Size of data array must be N |
Definition at line 21 of file dsps_dctiv_f32.c.
References data, dsps_bit_rev_fc32, dsps_fft2r_fc32, dsps_fft2r_initialized, ESP_ERR_DSP_REINITIALIZED, ESP_OK, and M_PI.