TS++ library: time series library

◆ init()

void ts::tapers::Hanning::init ( const int &  f,
const int &  l 
) const
privatevirtual

function to set index range required by template function apply(); will be called prior to value to set ranges.

Implements ts::tapers::Taper.

Definition at line 55 of file tapers.cc.

References Mf, and Mfac.

56  {
57  Mf=f;
58  Mfac=3.1415926535897931/(l-f);
59  } // void Hanning::init(const int& f, const int& l) const