Ask a Question | Search DSPSR: |
Home
|
SKMasker.h void transformation() Perform the transformation on the input time series. Definition: SKMasker.C:52 Defines the interface by which Transformations are performed on data. Definition: Transformation.h:54 Reference::To< Engine > engine Interface to alternate processing engine (e.g. GPU) Definition: SKMasker.h:62 Arrays of consecutive samples for each polarization and frequency channel. Definition: TimeSeries.h:29 Reference::To< BitSeries > mask_input The time series containing the SKFilterbank V^2 estimates. Definition: SKMasker.h:59 A container for storing digitized (generally not floating point) data Definition: BitSeries.h:35 void set_M(unsigned _M) Set the M factor from the SKFilterbank. Definition: SKMasker.C:46 const BitSeries * get_mask_input() const Get the SK Masked bitseries input. unsigned M The number of adjacent blocks to be used in SK estimator. Definition: SKMasker.h:65 void set_mask_input(BitSeries *input) Set the SK Masked bitseries input. Definition: SKMasker.C:41 Reference::To< const TimeSeries > input Container from which input data will be read. Definition: HasInput.h:49 Generated using doxygen 1.8.17
|