Method | Description | |
---|---|---|
Apply ( this type, IEnumerable |
Returns the result of applying the window function to values using length
|
|
GetWindowFunction ( this type ) : Func |
Returns a function that generates the window function at any given the index and length
|
Method | Description | |
---|---|---|
ApplyHamming ( int index, int length ) : double | ||
ApplyRectangular ( int index, int length ) : double |
public static Apply ( this type, IEnumerable |
||
type | this | |
values | IEnumerable |
|
length | int | |
return | IEnumerable |
public static GetWindowFunction ( this type ) : Func |
||
type | this | |
return | Func |