|
| TestRfiData (TimeFrequencyType &data) |
|
| RfimFlaggedData (TimeFrequencyType &) |
|
| RfimFlaggedData (std::shared_ptr< TimeFrequencyType > ptr) |
|
template<typename Dim1 , typename Dim2 > |
| RfimFlaggedData (data::DimensionSize< Dim1 >, data::DimensionSize< Dim2 >) |
|
| operator TimeFrequencyType & () |
|
| operator TimeFrequencyType const & () const |
|
| operator data::TimeFrequencyFlags< Cpu > & () |
|
data::TimeFrequencyFlags< Cpu > const & | rfi_flags () const |
|
data::TimeFrequencyFlags< Cpu > & | rfi_flags () |
|
TimeFrequencyType & | tf_data () |
|
TimeFrequencyType const & | tf_data () const |
|
| TimeFrequencyStats (std::shared_ptr< TimeFrequencyType > const &) |
| : construct an object with median and variance statistics for each channel and each spectrum.
|
|
void | calculate_stats () const |
| : recompute the statistics
|
|
std::vector< Statistics > const & | channel_stats () const |
| : return the Statistics for each channel in the block
|
|
std::vector< Statistics > const & | spectrum_stats () const |
| : return the Statistics (mean and variance) for each spectrum
|
|
| ExtendedTimeFrequency (std::shared_ptr< TimeFrequencyType > const &) |
|
| operator Type const & () const |
| conversion operator to the underlying TimeFrequency type static casting to the tf block and using the reference may prove more efficient way of accessing the TF interface if you are calling more than one method.
|
|
TimePointType const & | start_time () const |
| get the start time of first spectrum
|
|
TimePointType | start_time (std::size_t offset) const |
|
void | start_time (TimePointType const &start_time) |
| Set the start time of the instance. More...
|
|
TimeType | sample_interval () const |
|
void | sample_interval (TimeType dt) |
|
std::vector< FrequencyType > const & | channel_frequencies () const |
|
std::pair< FrequencyType, FrequencyType > | low_high_frequencies () const |
|
void | set_channel_frequencies_const_width (FrequencyType const &start, FrequencyType const &delta) |
| Set the frequency index based on evenly spaced channels. More...
|
|
void | set_channel (unsigned channel_number, NumericalRep const &value) |
| sets the value of the specified channel to the provided value across all time samples
|
|
template<int ScenarioNum, typename TimeFrequencyType>
class ska::cheetah::sps::test::TestRfiData< ScenarioNum, TimeFrequencyType >
Definition at line 41 of file SpsTester.cpp.