| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Signal Processing Toolbox |
| Contents | Index |
| Learn more about Signal Processing Toolbox |
Hs = filtstates.structure(input1,...)
Hs = filtstates.structure(input1,...) returns a filter states object Hs, which contains the filter states.
You can extract a filtstates object from the states property of an object with
Hd = dfilt.df1 Hs = Hd.states
or, for an mfilt object in the Filter Design Toolbox product, with
Hm = mfilt.cicdecim Hs = Hm.states
Structures for filtstates specify the type of filter structure. Available types of structures for filtstates are shown below.
filtstates.structure | Description |
|---|---|
filtstates for IIR direct-form I filters (dfilt.df1, dfilt.df1t, dfilt.df1sos, and dfilt.df1tsos) | |
filtstates.cic | filtstates for cascaded integrator comb filters. (Available only with Filter Design Toolbox and Fixed-Point Toolbox products.) |
Refer to the particular filtstates.structure reference page or use the syntax help filtstates.structure at the MATLAB prompt for more information.
filtstates.dfiir, dfilt, dfilt.df1, dfilt.df1t, dfilt.df1sos, dfilt.df1tsos
![]() | filtic | filtstates.dfiir | ![]() |

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