powered by
Creates a band pass WaveFilter between values specified to a Wave object.
bandpass(from, to, ...)
A WaveFilter object.
Bottom of bandpass frequency (Hz).
Top of bandpass frequency (Hz).
Further arguments to pass to ffilter.
This is a simple wrapper function to the seewave ffilter function allowing its use with filterw and pipes.
if (FALSE) { nwave <- noise("white", duration=44100, samp.rate=44100) fwave <- filterWave(nwave, bandpass(from=1000, to=2000)) nwave |> filterWave(bandpass(from=1000, to=2000)) -> fwave }
Run the code above in your browser using DataLab