TS++ library: time series library

◆ bp2()

void ts::seife::bp2 ( const Tseries s,
double  dt,
double  t0,
double  h 
)

2nd order bandpass (period t0, damping h)

Definition at line 71 of file seifexx.cc.

Referenced by ts::seife::BP2::operator()().

72  { seife_bp2(s.pointer(), s.size(), dt, t0, h); }
Here is the caller graph for this function: