| MF_Parzen
| MD_Parzen |
ME_Parzen |
|
| Function | two-dimensional Parzen window for spatial frequency analysis |
|
| Syntax C/C++ | #include <MFstd.h>
void MF_Parzen( fMatrix MA, unsigned ht, unsigned len ); |
| C++ MatObj | #include <OptiVec.h>
void matrix<T>::Parzen( ); |
| Pascal/Delphi | uses MFstd;
procedure MF_Parzen( MA:fMatrix; ht, len:UInt ); |
|
| Description | MAi,j = (1 - |(i - 0.5*(ht - 1)) / 0.5*(ht + 1)|) * (1 - |(j - 0.5*(len - 1)) / 0.5*(len + 1)|) |
|
|