Represents a Window function.
SystemObject Extreme.Mathematics.SignalProcessingWindowFunction
Namespace: Extreme.Mathematics.SignalProcessingAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public class WindowFunction
Public Class WindowFunction
public ref class WindowFunction
type WindowFunction = class end
The WindowFunction type exposes the following members.
Top
| Name | Description |
---|
 | Item |
Gets the component of the window function at the specified index.
|
 | Length |
Returns the length of the window.
|
Top
Top
Top
Use the WindowFunction class to represent a function
that can be applied to a signal to enhance certain characteristics
of the signal. Window functions are also used in the design of
finite impulse response filters.
Window functions have a lot in common with normal vectors.
Vectors can be pre-multiplied by window functions. The length of the
window function does not have to be the same as the length of the vector.
The WindowFunctions class contains methods that
generate some of the more common window functions.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference