Ask a Question | Search PSRCHIVE: |
Home
|
TimeFrequencySmooth.h virtual TextInterface::Parser * get_interface() Return a text interface that can be used to configure this instance. Definition: TimeFrequencySmooth.h:57 unsigned idx(unsigned isubint, unsigned ichan) const Index into (nsub, nchan) arrays. Definition: TimeFrequencySmooth.h:69 static const std::vector< TimeFrequencySmooth * > & children() Returns a list of available TimeFrequencySmooth children. Definition: TimeFrequencySmooth.C:60 static TimeFrequencySmooth * factory(const std::string &name) Create a new instance of TimeFrequencySmooth based on name. Definition: TimeFrequencySmooth.C:71 virtual void smooth(std::vector< float > &smoothed, std::vector< float > &raw, std::vector< float > &weight, std::vector< float > &freqs, std::vector< float > ×)=0 Smooth the data given in raw, output to smoothed. virtual TimeFrequencySmooth * clone() const =0 Derived types must also define clone method. Generated using doxygen 1.8.17
|