TS++ library: time series library
ts::tapers::Hanning Class Reference

Provides a Hanning taper (no parameters): More...

#include <tapers.h>

Inheritance diagram for ts::tapers::Hanning:
Collaboration diagram for ts::tapers::Hanning:

Public Member Functions

 ~Hanning ()
 
template<class C >
void apply (C c) const
 apply taper to series container c. More...
 
template<class C >
void psdapply (C c) const
 apply taper to series container c for PSD calculation. More...
 

Private Member Functions

void init (const int &f, const int &l) const
 
double value (const int &i) const
 
double psdnorm () const
 

Private Attributes

int Mf
 
double Mfac
 

Detailed Description

Provides a Hanning taper (no parameters):

Definition at line 111 of file tapers.h.


The documentation for this class was generated from the following files: