filter_dc
Filter for DC (low frequencies) suppression.
Namespace: dsp::filter
Prototype
sptr<FilterGen<T>> filter_dc(float fc)
Parameters
fc | Normalized cut-off frequency (0 - 0.5) |
Description
Implement the following filter:
Filter for DC (low frequencies) suppression.
Namespace: dsp::filter
sptr<FilterGen<T>> filter_dc(float fc)
fc | Normalized cut-off frequency (0 - 0.5) |
Implement the following filter: