ParzenWindow2D Type

Implements a 2D Parzen window for data pretreatment prior to a 2D Fourier transformation.

Constructors

Constructor Description

ParzenWindow2D()

Full Usage: ParzenWindow2D()

Instance members

Instance member Description

this.Apply

Full Usage: this.Apply

Parameters:
    m : IMatrix<float> - The matrix to modify.

Modifiers: abstract

Applies the Parzen window function to the specified matrix m by multiplying each matrix element with a factor.

m : IMatrix<float>

The matrix to modify.

Static members

Static member Description

ParzenWindow2D.Application(m)

Full Usage: ParzenWindow2D.Application(m)

Parameters:
    m : IMatrix<float> - The matrix to modify.

Applies the Parzen window function to the specified matrix m by multiplying each matrix element with a factor.

m : IMatrix<float>

The matrix to modify.