Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
ramp decreasing in intensity with frequency, constant across all time scales. This is bit harsh test for the algorithms as this alters the stats (deviations and mean) significantly. It is difficult for any brute force algorithm to find this case. More...
#include <cheetah/generators/RfiScenario.h>
Public Member Functions | |
void | next (FlaggedDataType &data) override |
![]() | |
void | next (DataType &data) override |
void | rfi_gaussian_block (FlaggedDataType &data, std::size_t min_channel, std::size_t max_channel, std::size_t min_sample_number, std::size_t max_sample_number, float sigma) |
void | rfi_ramp_block (FlaggedDataType &data, std::size_t min_channel, std::size_t max_channel, std::size_t min_sample_number, std::size_t max_sample_number) |
void | rfi_broadband_block (FlaggedDataType &data, std::size_t min_sample_number, std::size_t max_sample_number, float sigma) |
Static Public Attributes | |
static constexpr char | description [] = "RFI: signal ramps up with frequency, constant across time" |
Additional Inherited Members | |
![]() | |
typedef data::TimeFrequency< Cpu, T >::FrequencyType | FrequencyType |
typedef data::TimeFrequency< Cpu, T >::TimeType | TimeType |
typedef data::TimeFrequency< Cpu, T >::TimePointType | TimePointType |
typedef data::TimeFrequency< Cpu, T > | DataType |
![]() | |
typedef TimeFrequencyGenerator< T >::DataType | DataType |
typedef data::RfimFlaggedData< DataType > | FlaggedDataType |
ramp decreasing in intensity with frequency, constant across all time scales. This is bit harsh test for the algorithms as this alters the stats (deviations and mean) significantly. It is difficult for any brute force algorithm to find this case.
Definition at line 70 of file RfiScenario.h.