rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
software_knock.h
Go to the documentation of this file.
1#pragma once
2
3#include "pch.h"
4#include <cstdint>
5
6#include "fft/fft.h"
7
8#define FFT_SIZE 1024
9
12 float window[FFT_SIZE];
13};
14
16void knockSamplingCallback(uint8_t cylinderIndex, efitick_t nowNt);
std::complex< real_type > complex_type
Definition fft.h:17
void knockSamplingCallback(uint8_t cylinderIndex, efitick_t nowNt)
void initSoftwareKnock()
fft::complex_type fftBuffer[FFT_SIZE]
float window[FFT_SIZE]