design_fir_rc
Raised cosine filter design.
Namespace: dsp::filter
Prototype
Vecf design_fir_rc(int n, float β, float fc)
Parameters
n | Filter order. |
β | Roll-off factor. |
fc | Normalized cut-off frequency. |
Raised cosine filter design.
Namespace: dsp::filter
Vecf design_fir_rc(int n, float β, float fc)
n | Filter order. |
β | Roll-off factor. |
fc | Normalized cut-off frequency. |