Method Sinc
View SourceSinc(Single, Int32)
Generates the Sinc filter kernel.
Declaration
public static float[] Sinc(float Fc, int length)
Parameters
Type | Name | Description |
---|---|---|
Single | Fc | The normalized cutoff frequency. |
Int32 | length | The kernel length. |
Returns
Type | Description |
---|---|
Single[] | The filter kernel. |