TS++ library: time series library
|
|
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().