Constructor IppResampler
View SourceIppResampler(Int32, Int32, Int32, Single, Single)
Initializes a new instance of the IppResampler class.
Declaration
public IppResampler(int inRate, int outRate, int requestedFilterOrder, float filterCutoff, float kaiserAlpha)
Parameters
Type | Name | Description |
---|---|---|
Int32 | inRate | The input sampling rate. |
Int32 | outRate | The output sampling rate. |
Int32 | requestedFilterOrder | The requested filter order. |
Single | filterCutoff | The 6-dB cutoff frequency of the anti-aliasing filter as a fraction of the Nyquist frequency. Must be in the range of 0...1. |
Single | kaiserAlpha | The alpha parameter of the Kaiser filter. |