Namespaces
MathNet.Filtering
MathNet.Filtering.Butterworth
MathNet.Filtering.Channel
MathNet.Filtering.DataSources
MathNet.Filtering.FIR
MathNet.Filtering.IIR
MathNet.Filtering.Kalman
MathNet.Filtering.Median
MathNet.Filtering.TransferFunctions
MathNet.Filtering.Windowing
MathNet.Filtering.Windows
Types in MathNet.Filtering.Windowing
BartlettHannWindow
BartlettWindow
BlackmanHarrisWindow
BlackmanNuttallWindow
BlackmanWindow
CosineWindow
FlatTopWindow
GaussWindow
HammingWindow
HannWindow
IWindow
LanczosWindow
NuttallWindow
RectangularWindow
TriangularWindow
Window
Type
IWindow
Namespace
MathNet.Filtering.Windowing
A windowing/apodization function.
Methods
CopyToArray
Precompute
Properties
Item
Width
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.