| Filter Design Toolbox | ![]() |
Adaptive Filter Properties Reference
Like qfilts, adaptfilts are objects and have properties that govern their behavior and store some of the results of filtering operations. This section lists, in alphabetical order, the name of every property associated with adaptfilt objects. Note that not all adaptfilt objects have all of these properties. To view the properties of a particular adaptive filter, such as an adaptfilt.bap filter, use get with the object handle, like this:
ha = adaptfilt.bap(32,0.5,4,1.0); get(ha)ResetBeforeFiltering: 'on'NumSamplesProcessed: 0Algorithm: 'Block Affine Projection FIR Adaptive Filter'FilterLength: 32Coefficients: [1x32 double]States: [35x1 double]StepSize: 0.5000ProjectionOrder: 4OffsetCov: [4x4 double]
get shows you the properties for ha and the values for the properties.
| Example of Adaptive Filter That Uses RLS Algorithm | Adaptive Filter Properties | ![]() |
Learn more about the latest releases of MathWorks products: |
| © 1994-2009 The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |