Ask a Question | Search DSPSR: |
Home
|
ScalarFilter.h float get_scale_factor() Return the scale factor being applied. Definition: ScalarFilter.C:69 void match(const Observation *input, unsigned nchan=0) Create an Scalar filter for the specified observation. Definition: ScalarFilter.C:100 void set_nchan(unsigned _nchan) Set the number of input channels. Definition: ScalarFilter.C:52 void set_ndat(unsigned _ndat) Set the length of the frequency response for each input channel. Definition: ScalarFilter.C:44 void resize(unsigned _npol, unsigned _nchan, unsigned _ndat, unsigned _ndim) Set the dimensions of the data, updating built attribute. Definition: ScalarFilter.C:30 Stores information about digital, band-limited, time-varying signals. Definition: Observation.h:33 void set_scale_factor(float scale_factor) Set the scalar factor to be applied in the response. Definition: ScalarFilter.C:60 unsigned get_ndat() const Get the number of datum in each of the nchan*npol divisions. Definition: Shape.h:58 float scale_factor The scale factor to apply to the data. Definition: ScalarFilter.h:65 unsigned get_nchan() const Get the number of frequency channels. Definition: Shape.h:55 unsigned get_nchan() const Return the number of channels into which the band is divided. Definition: Observation.h:85 Generated using doxygen 1.8.17
|