functional_band_biquad | R Documentation |
Design two-pole band filter. Similar to SoX implementation.
functional_band_biquad( waveform, sample_rate, central_freq, Q = 0.707, noise = FALSE )
waveform |
(Tensor): audio waveform of dimension of |
sample_rate |
(int): sampling rate of the waveform, e.g. 44100 (Hz) |
central_freq |
(float): central frequency (in Hz) |
Q |
(float, optional): https://en.wikipedia.org/wiki/Q_factor (Default: |
noise |
(bool, optional) : If |
tensor
: Waveform of dimension of (..., time)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.