Ask a Question | Search DSPSR: |
Home
|
dsp::Detection Class Reference Detects phase-coherent TimeSeries data. More...
Inheritance diagram for dsp::Detection:
Detailed DescriptionDetects phase-coherent TimeSeries data. The Detection class may be used to perform simple square law detection or calculation of the Stokes parameters or the coherency matrix. In the case of Stokes/Coherency formation, the components may be stored in polarization-major order or time-major order, or a mixture of the two by calling set_output_ndim() with an argument of 4, 1, or 2, respectively. The three methods require different amounts of RAM and therefore result in performance benefits that are largely cache-dependent. It is recommended that both set_output_ndim and set_output_state are called. Member Function Documentation◆ set_output_state()
Set the state of the output data. Set the state of output data. References Signal::Coherence, Signal::Intensity, Signal::NthPower, Signal::PP_State, Signal::PPQQ, Signal::QQ_State, and Signal::Stokes. Referenced by dsp::LoadToFITS::construct(), and dsp::LoadToFil::construct(). The documentation for this class was generated from the following files:
Generated using doxygen 1.8.17
|