k-Wave Toolbox |
Filter signals using a frequency domain Gaussian filter
signal = gaussianFilter(signal, Fs, freq, bandwidth) signal = gaussianFilter(signal, Fs, freq, bandwidth, plot_filter)
gaussianFilter
applies a frequency domain Gaussian filter with the specified center frequency and percentage bandwidth to the input signal. If the input signal is given as a matrix, the filter is applied to each matrix row.
|
signal/s to filter |
|
sampling frequency [Hz] |
|
filter center frequency [Hz] |
|
filter bandwidth [%] |
|
Boolean controlling whether the filtering process is plotted |
|
filtered signal/s |
applyFilter
, filterTimeSeries
, gaussian
gaussian | getAlphaFilter |
© 2009-2014 Bradley Treeby and Ben Cox.