Main Content

Single-Rate Filters

R2026b
FIR, IIR, overlap-add FIR, second-order section, lattice, Farrow

Design and implement FIR and IIR single-rate filters using the various functions, System objects, and blocks in DSP System Toolbox™. These features enable you to filter a streaming signal in MATLAB® and Simulink®.

Objects

expand all

dsp.AnalyticSignalAnalytic signals of discrete-time inputs
dsp.DifferentiatorDirect form FIR fullband differentiator filter
dsp.FIRFilterStatic or time-varying FIR filter
dsp.HampelFilterFilter outliers using Hampel identifier
dsp.HighpassFilterFIR or IIR highpass filter
dsp.LowpassFilterFIR or IIR lowpass filter
dsp.MedianFilterMedian filter
dsp.VariableBandwidthFIRFilterVariable bandwidth FIR filter
dsp.FrequencyDomainFIRFilterFilter input signal in frequency domain
dsp.MIMOFIRFilterFilter input signals through multipath MIMO FIR filter (Since R2024b)
dsp.AllpassFilterSingle section or cascaded allpass filter
dsp.AllpoleFilterIIR Filter with no zeros
dsp.CoupledAllpassFilterCoupled allpass IIR filter
dsp.FourthOrderSectionFilterImplement cascade of fourth-order section filters
dsp.HighpassFilterFIR or IIR highpass filter
dsp.IIRFilterInfinite impulse response (IIR) filter
dsp.LowpassFilterFIR or IIR lowpass filter
dsp.NotchPeakFilterSecond-order tunable notching and peaking IIR filter
dsp.SOSFilterImplement cascade of second order section filters
dsp.VariableBandwidthIIRFilterVariable bandwidth IIR filter

Functions

expand all

designLowpassFIRDesign and implement lowpass FIR filter (Since R2023b)
designHighpassFIRDesign and implement highpass FIR filter (Since R2023b)
designBandpassFIRDesign and implement bandpass FIR filter (Since R2023b)
designBandstopFIRDesign and implement bandstop FIR filter (Since R2023b)
designHalfbandFIRDesign and implement halfband FIR filter (Since R2023b)
designLowpassIIRDesign and implement lowpass IIR filter (Since R2023b)
designHighpassIIRDesign and implement highpass IIR filter (Since R2023b)
designBandpassIIRDesign and implement bandpass IIR filter (Since R2023b)
designBandstopIIRDesign and implement bandstop IIR filter (Since R2023b)
designHalfbandIIRDesign and implement halfband IIR filter in the form of a coupled allpass filter (Since R2023b)
designNotchPeakIIRDesign and implement high-order Butterworth notch or peak IIR filter (Since R2023b)

Blocks

expand all

Analytic Signal blockAnalytic SignalCompute analytic signals of discrete-time inputs
Differentiator Filter blockDifferentiator FilterDirect form FIR fullband differentiator filter
Discrete Filter blockDiscrete FilterModel Infinite Impulse Response (IIR) filters
Discrete FIR Filter blockDiscrete FIR FilterModel FIR filters
Frequency-Domain FIR Filter blockFrequency-Domain FIR FilterFilter input signal in the frequency domain
Hampel Filter blockHampel FilterFilter outliers using Hampel identifier
Highpass Filter blockHighpass FilterDesign FIR or IIR highpass filter
Lowpass Filter blockLowpass FilterDesign FIR or IIR lowpass filter
Median Filter blockMedian FilterMedian filter
MIMO FIR Filter blockMIMO FIR FilterFilter input signals through multipath MIMO FIR filter (Since R2025a)
Variable Bandwidth FIR Filter blockVariable Bandwidth FIR FilterDesign tunable bandwidth FIR filter
Allpass Filter blockAllpass FilterSingle-section or multiple-section allpass filter
Allpole Filter blockAllpole FilterModel allpole filters
Biquad Filter blockBiquad Filter(To be removed) Model biquadratic IIR (SOS) filters
Fourth-Order Section Filter block iconFourth-Order Section FilterImplement cascade of fourth-order section filters (Since R2022a)
Notch-Peak Filter blockNotch-Peak FilterDesign second-order tunable notching and peaking IIR filter
Second Order Section Filter block iconSecond-Order Section FilterImplement cascade of second-order section filters (Since R2023b)
Variable Bandwidth IIR Filter blockVariable Bandwidth IIR FilterDesign tunable bandwidth IIR filter

Topics

Featured Examples