scitex_dsp.filt

Functions

bandpass(x, fs, bands[, t])

bandstop(x, fs, bands[, t])

gauss(x, sigma[, t])

highpass(x, fs, cutoffs_hz[, t])

lowpass(x, fs, cutoffs_hz[, t])

scitex_dsp.filt.gauss(x, sigma, t=None)[source]
scitex_dsp.filt.bandpass(x, fs, bands, t=None)[source]
scitex_dsp.filt.bandstop(x, fs, bands, t=None)[source]
scitex_dsp.filt.lowpass(x, fs, cutoffs_hz, t=None)[source]
scitex_dsp.filt.highpass(x, fs, cutoffs_hz, t=None)[source]