Ask a Question | Search DSPSR: |
Home
|
ACFilterbank.h 95 };
PPQQ void scrunch_weights(unsigned nscrunch) Scrunch the weights. Definition: WeightedTimeSeries.C:698 Defines the interface by which Transformations are performed on data. Definition: Transformation.h:54 bool get_form_acf() const Get flag to calculate auto-correlation function. Definition: ACFilterbank.h:66 void set_passband(Response *band) Set the integrated passband. Definition: ACFilterbank.C:30 void frc1d(size_t nfft, float *into, const float *from) virtual void transformation() Perform the convolution transformation on the input TimeSeries. Definition: ACFilterbank.C:37 Nyquist Container of weighted time-major order floating point data. Definition: WeightedTimeSeries.h:26 unsigned get_nlag() const Get the time resolution factor. Definition: ACFilterbank.h:60 Arrays of consecutive samples for each polarization and frequency channel. Definition: TimeSeries.h:29 unsigned get_nchan() const Get the number of channels into which the input will be divided. Definition: ACFilterbank.h:54 unsigned nchan Number of channels into which the input will be divided. Definition: ACFilterbank.h:86 void convolve_weights(unsigned nfft, unsigned nkeep) Flag all weights in corrupted transforms. Definition: WeightedTimeSeries.C:577 bool has_passband() const Return true if the passband attribute has been set. Reference::To< Response > passband Integrated passband. Definition: ACFilterbank.h:98 void set_nchan(unsigned _nchan) Set the number of channels into which the input will be divided. Definition: ACFilterbank.h:51 void set_apodization(Apodization *function) Set the apodization function. void bcc1d(size_t nfft, float *into, const float *from) void set_nlag(unsigned _nlag) Set the time resolution factor. Definition: ACFilterbank.h:57 const Response * get_passband() const Return a pointer to the integrated passband. Analytic void fcc1d(size_t nfft, float *into, const float *from) normalization get_norm() bool form_acf Flag to calculate auto-correlation function. Definition: ACFilterbank.h:92 Reference::To< Apodization > apodization Apodization function (time domain window) Definition: ACFilterbank.h:95 void set_form_acf(bool _flag) Set flag to calculate auto-correlation function. Definition: ACFilterbank.h:63 Generated using doxygen 1.8.17
|