Implements a 2D Hanning window for data pretreatment prior to a 2D Fourier transformation.
Constructor | Description |
Full Usage:
CosineWindow2D()
|
|
Instance member | Description |
|
Applies the Cosine window function to the specified matrix m by multiplying each matrix element with a factor.
|
Static member | Description |
|
Applies the Cosine window function to the specified matrix m by multiplying each matrix element with a factor.
|