These functions adjust the spectral tilt of the input waveform.
More...
These functions adjust the spectral tilt of the input waveform.
Pre-emphasis filtering. This performs simple high pass filtering with a one tap filter of value a
. Normal values of a range between 0.95 and 0.99.
Definition at line 256 of file filter.cc.
Pre-emphasis filtering. This performs simple high pass filtering with a one tap filter of value a
. Normal values of a range between 0.95 and 0.99.
Definition at line 271 of file filter.cc.
Post-emphasis filtering. This performs simple low pass filtering with a one tap filter of value a. Normal values of a range between 0.95 and 0.99. The same values of a
should be used when pre- and post-emphasizing the same signal.
Definition at line 242 of file filter.cc.
Post-emphasis filtering. This performs simple low pass filtering with a one tap filter of value a. Normal values of a range between 0.95 and 0.99. The same values of a
should be used when pre- and post-emphasizing the same signal.
Definition at line 284 of file filter.cc.