VF_ParzenVD_ParzenVE_Parzen
Function"Parzen" window for spectral analyses
Syntax C/C++#include <VFmath.h>
void VF_Parzen( fVector X, ui size );
C++ VecObj#include <OptiVec.h>
void vector<T>::Parzen();
Pascal/Delphiuses VFmath;
procedure VF_Parzen( X:fVector; size:UIntSize );
CUDA function C/C++#include <cudaVFstd.h>
int cudaVF_Parzen( fVector d_X, ui size );
void VFcu_Parzen( fVector h_X, ui size );
CUDA function Pascal/Delphiuses VFstd;
function cudaVF_Parzen( d_X:fVector; size:UIntSize ): IntBool;
procedure VFcu_Parzen( h_X:fVector; size:UIntSize );
DescriptionXi = 1 - |(i - 0.5*(size - 1)) / 0.5*(size + 1)|
This function provides a window for power-spectrum estimation with Welch's method of overlapping segments, here implemented as VF_spectrum.
Error handlingnone
Return valuenone
See alsoVF_Welch,   VF_Hann,   VF_spectrum

VectorLib Table of Contents  OptiVec home