Provides a Cosine taper.
More...
#include <tapers.h>
|
| Cosine (const double &f=0.1) |
|
| ~Cosine () |
|
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...
|
|
|
void | init (const int &f, const int &l) const |
|
double | value (const int &i) const |
|
double | psdnorm () const |
| return normalization for PSD calculation. The taper coefficients have to be devided by the return value . More...
|
|
Provides a Cosine taper.
- Parameters
-
f | taper fraction (0<=f<=0.5) for f=0.5 the taper effectively is a Hanning taper |
Definition at line 93 of file tapers.h.
The documentation for this class was generated from the following files: