Namespaces

Types in MathNet.Filtering.Windowing

Type GaussWindow

Namespace MathNet.Filtering.Windowing

Parent Window

Gauss window.

Constructors

Methods

Properties

Public Constructors

GaussWindow(double sigma)

Create a new gauss window.

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;

double Sigma get; set;

Sigma (standard distribution of the Gaussian distribution).

int Width get; set;