|
| Function | "Hann" window for use in spectral analysis |
|
| Syntax C/C++ | #include <VFstd.h>
void VF_Hann( fVector X, ui size ); |
| C++ VecObj | #include <OptiVec.h>
void vector<T>::Hann(); |
| Pascal/Delphi | uses VFstd;
procedure VF_Hann( X:fVector; size:UIntSize ); |
|
| Description | Xi = 0.5 * (1 - cos( 2 p i / (size-1) )) |
|
|
|
|