| Signal Processing Toolbox | Search  Help Desk |
| sosfilt | See Also |
Second-order (biquadratic) IIR filtering.
Syntax
y = sosfilt(sos,x)
Description
y = sosfilt(sos,x)
applies the second-order section filter sos to vector x. The output, y, is the same length as x.
sos represents the second-order section filter H(z)
x is a matrix, sosfilt applies the filter to each column of x independently. Output y is a matrix of the same size, containing the filtered data corresponding to each column of x.
See Also
filter |
Filter data with a recursive (IIR) or nonrecursive (FIR) filter. |
medfilt1 |
One-dimensional median filtering. |
sgolayfilt |
Savitzky-Golay filtering. |
References
[1] Orfanidis, S.J. Introduction to Signal Processing. Englewood Cliffs, NJ: Prentice Hall, 1996.