TS++ library: time series library

◆ operator()() [3/3]

ts::filter::Ttimeseries ts::seife::HP2::operator() ( const Ttimeseries s,
const bool &  debug = false 
) const
virtual

2nd order highpass (period t0, damping h)

Implements ts::filter::BasicFilter.

Definition at line 72 of file seifeclass.cc.

References ts::TimeSeries< S, H >::header, ts::seife::hp2(), Mh, and Mt0.

74  { hp2(s, s.header.dt, Mt0, Mh); return s; }
void hp2(const Tseries &s, double dt, double t0, double h)
Definition: seifexx.cc:67
Here is the call graph for this function: