functional_highpass_biquad | R Documentation |
Design biquad highpass filter and perform filtering. Similar to SoX implementation.
functional_highpass_biquad(waveform, sample_rate, cutoff_freq, Q = 0.707)
waveform |
(Tensor): audio waveform of dimension of |
sample_rate |
(int): sampling rate of the waveform, e.g. 44100 (Hz) |
cutoff_freq |
(float): filter cutoff frequency |
Q |
(float, optional): https://en.wikipedia.org/wiki/Q_factor (Default: |
tensor
: Waveform dimension of (..., time)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.