Namespaces

Types in MathNet.Filtering.Windowing

Type HammingWindow

Namespace MathNet.Filtering.Windowing

Parent Window

Hamming window.
Named after Richard Hamming.

Constructors

Methods

Properties

Public Constructors

HammingWindow()

Public Methods

Double[] CopyToArray()

Copy the window coefficients to a double array.

bool Equals(object obj)

int GetHashCode()

Type GetType()

void Precompute()

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

string ToString()

Public Properties

double Item get;

int Width get; set;