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