| Contents | Index |
Hd=dfilt.df2(b,a)
Hd=dfilt.df2
Hd = dfilt.df2(b,a) returns a discrete-time, direct-form II filter, Hd, with numerator coefficients b and denominator coefficients a.
Hd = dfilt.df2 returns a default, discrete-time, direct-form II filter, Hd, with b=1 and a=1. This filter passes the input through to the output unchanged.

The resulting filter states column vector is
![]()
Create a direct-form II discrete-time filter with coefficients from a fourth-order lowpass Butterworth design:
[b,a] = butter(4,.5); Hd = dfilt.df2(b,a)
dfilt | dfilt.df1 | dfilt.df1t | dfilt.df2t

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |