design_fir_gaussian
Coefficients for FIR approximation of a Gaussian filter (non windowed).
Namespace: dsp::filter
Prototype
Vecf design_fir_gaussian(int n, float σ)
Parameters
n | Number of taps. |
σ | Standard deviation (in number of samples). |
Coefficients for FIR approximation of a Gaussian filter (non windowed).
Namespace: dsp::filter
Vecf design_fir_gaussian(int n, float σ)
n | Number of taps. |
σ | Standard deviation (in number of samples). |