BartlettWindow2D Type

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

Constructors

Constructor Description

BartlettWindow2D()

Full Usage: BartlettWindow2D()

Instance members

Instance member Description

this.Apply

Full Usage: this.Apply

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

Modifiers: abstract

Applies the Bartlett 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

BartlettWindow2D.Application(m)

Full Usage: BartlettWindow2D.Application(m)

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

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

m : IMatrix<float>

The matrix to modify.