TS++ library: time series library

◆ value()

virtual double ts::tapers::Taper::value ( const int &  i) const
privatepure virtual

returns taper value for sample index i. Private virtual function such that this function can only be accessed through the template function apply(). This way we ensure that the appropriate index range was set first.

Implemented in ts::tapers::FourPoint, ts::tapers::Hanning, and ts::tapers::Cosine.

Referenced by apply(), and psdapply().

Here is the caller graph for this function: