Method BlackmanSincKernel
View SourceBlackmanSincKernel(Single, Int32)
Generates the Blackman Sinc filter kernel.
Declaration
public static float[] BlackmanSincKernel(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. |