Namespaces

Types in MathNet.Filtering.Windowing

Type IWindow

Namespace MathNet.Filtering.Windowing

A windowing/apodization function.

Methods

Properties

Public Methods

Double[] CopyToArray()

Copy the window coefficients to a double array.

void Precompute()

Compute the window for the current configuration. Skipped if the window has already been computed.

Public Properties

double Item get;

Window coefficients

int Width get; set;

Window width, number of samples. Typically an integer power of 2.