BlackmanWindow Type

Constructors

Constructor Description

BlackmanWindow(count, periodic)

Full Usage: BlackmanWindow(count, periodic)

Parameters:
    count : int
    periodic : bool

count : int
periodic : bool

Static members

Static member Description

BlackmanWindow.AsDoubleArray(count, periodic)

Full Usage: BlackmanWindow.AsDoubleArray(count, periodic)

Parameters:
    count : int - Length of the window.
    periodic : bool - Periodic conditions, see remarks in the base class.

Returns: float[] The window as array of doubles.

Returns the window as an array of doubles.

count : int

Length of the window.

periodic : bool

Periodic conditions, see remarks in the base class.

Returns: float[]

The window as array of doubles.

BlackmanWindow.AsROVector(count, periodic)

Full Usage: BlackmanWindow.AsROVector(count, periodic)

Parameters:
    count : int - Length of the window.
    periodic : bool - Periodic conditions, see remarks in the base class.

Returns: IROVector<float> The window as read only vector.

Returns the window as an read only vector.

count : int

Length of the window.

periodic : bool

Periodic conditions, see remarks in the base class.

Returns: IROVector<float>

The window as read only vector.

BlackmanWindow.AsVector(count, periodic)

Full Usage: BlackmanWindow.AsVector(count, periodic)

Parameters:
    count : int - Length of the window.
    periodic : bool - Periodic conditions, see remarks in the base class.

Returns: IVector<float> The window as writeable vector.

Returns the window as writeable vector.

count : int

Length of the window.

periodic : bool

Periodic conditions, see remarks in the base class.

Returns: IVector<float>

The window as writeable vector.