24 #include "Pwft-TDT-Reference-Interface.h" 25 #include "Pwft-TDT-Reference.h" 32 PwftTDTReferenceInterface::PwftTDTReferenceInterface(
size_t length)
33 : _pimpl(new PwftTDTReferenceInterface::Implementation(length))
38 void PwftTDTReferenceInterface::process(tdrt::TimeSeries<float>& h_input,
39 tdrt::FrequencySeries<float>& h_output)
41 _pimpl->process(h_input, h_output);
45 void PwftTDTReferenceInterface::sine_signal(
float period,
46 tdrt::TimeSeries<float>& h_output)
48 _pimpl->sine_signal(period, h_output);
51 float PwftTDTReferenceInterface::pwft_correlation(tdrt::FrequencySeries<float>& h_fsA,
52 tdrt::FrequencySeries<float>& h_fsB)
54 return _pimpl->pwft_correlation(h_fsA, h_fsB);
Some limits and constants for FLDO.