Method BlackmanHarrisWindow
View SourceBlackmanHarrisWindow(Int32)
Generates the Blackman-Harris window.
Declaration
public static float[] BlackmanHarrisWindow(int length)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | length | The window length. |
Returns
| Type | Description |
|---|---|
| Single[] | The window coefficients. |