24 #include "cheetah/rfim/ampp/Spectrum.h" 35 template<
typename NumericalRep,
typename Alloc>
36 Spectrum<NumericalRep, Alloc>::Spectrum(pss::astrotypes::DimensionSize<data::Frequency> size)
41 template<
typename NumericalRep,
typename Alloc>
42 Spectrum<NumericalRep, Alloc>::~Spectrum()
46 template<
typename NumericalRep,
typename Alloc>
51 auto delta = v - _mean;
52 for(
auto& val : *
this) {
56 _mean = mean/this->
template dimension<data::Frequency>();
59 template<
typename NumericalRep,
typename Alloc>
65 template<
typename NumericalRep,
typename Alloc>
68 _mean = std::accumulate(this->begin(), this->end(), 0.0)/this->
template dimension<data::Frequency>();
Some limits and constants for FLDO.
A single dimension representation of the bandPass.