|
rusEFI
The most advanced open source ECU
|
#include <software_knock.h>

Data Fields | |
| fft::complex_type | fftBuffer [FFT_SIZE] |
| float | window [FFT_SIZE] |
Definition at line 10 of file software_knock.h.
| fft::complex_type SpectrogramData::fftBuffer[FFT_SIZE] |
Definition at line 11 of file software_knock.h.
Referenced by processLastKnockEvent().
| float SpectrogramData::window[FFT_SIZE] |
Definition at line 12 of file software_knock.h.
Referenced by initSoftwareKnock(), and processLastKnockEvent().