Ask a Question | Search DSPSR: |
Home
|
SampleDelayFunction.h virtual bool get_absolute() const Return true if delays are absolute (and guaranteed positive) Definition: SampleDelayFunction.h:49 virtual int64_t get_delay_range(unsigned schan=0, unsigned echan=0, unsigned ipol=0) const =0 Return the delay for the specified channel range and polarization. virtual int64_t get_delay(unsigned ichan=0, unsigned ipol=0) const =0 Return the delay for the specified channel and polarization. virtual ~SampleDelayFunction() Destructor. Definition: SampleDelayFunction.h:32 Stores information about digital, band-limited, time-varying signals. Definition: Observation.h:33 virtual bool match(const Observation *obs)=0 Compute the delays for the specified Observation. virtual void mark(Observation *observation) Add to the history of operations performed on the observation. Definition: SampleDelayFunction.h:46 Generated using doxygen 1.8.17
|