Structure DetectorConfig
Configuration structure for a FFT based detector.
Namespace: dsp::fourier
Fields list
Ns : uint32_t &
pattern : tsd::Veccf &
threshold : float &
debug_active : bool &
mode : tsdF::DetecteurConfig::Mode &
Computing mode of the correlation product: FFT with OLA or simple FIR filter.
on_detection : fonction< void(const Detection &det)> &
User callback called each time the pattern is detected.
compute_correlation_signal : bool &