24 #include "cheetah/hrms/Hrms.h" 25 #include "panda/TupleUtilities.h" 32 template <
typename Arch,
typename T,
typename Alloc,
typename... Args>
38 auto& algo = _implementations.get<Arch>();
39 algo.template
process<T,Alloc,Args...>(resource,input,output,std::forward<Args>(args)...);
Some limits and constants for FLDO.
Class for power series (detected FrequencySeries).
void process(panda::PoolResource< Arch > &resource, data::PowerSeries< Arch, T, Alloc > const &input, std::vector< data::PowerSeries< Arch, T, Alloc >> &output, Args &&... args)
Perform harmonic summing on a frequency series.