Properties Properties of the class
Methods All Methods of the class ordered by category.
Examples Some constructor examples

Back to Class descriptions Back to Class descriptions

Properties

Public Properties Public means that all clients can access the member by its name.
Private Properties Private restricts the access to the class itself. Only methods that are part of the same class can access private members.

Back to Top Back to Top

Public Properties

Properties Description

name

name of the finite infinite impulse response filter (MIIR) class

Private Properties

Properties Description

fs

Frequency of the filter

ntaps

a

b

gain

histin

histout

infile

plist

The parameter list object which creates the MIIR object

version

CVS version string of the constructor

created

Time object which stores the creation time of the MFIR object

Methods

Constructor Constructor of this class
Helper Helper functions only for internal usage
Internal Internal functions only for internal usage
Output Output functions

Back to Top Back to Top

Constructor

Methods Description

miir

MIIR IIR filter object class constructor.

Back to Top of Section Back to Top of Section

Helper

Methods Description

get

GET get miir properties.

isfield

No description

isvalid

ISVALID tests if the given miir has all the correct fields of the correct type.

redesign

REDESIGN redesign the input filter to work for the given sample rate.

set

SET set a miir object property.

Back to Top of Section Back to Top of Section

Internal

Methods Description

subsasgn

SUBSASGN define index assignment for miir properties.

subsref

SUBSREF Define field name indexing for miir objects.

Back to Top of Section Back to Top of Section

Output

Methods Description

char

CHAR convert a miir object into a string.

display

DISPLAY overloads display functionality for miir objects.

save

SAVE an miir object to file.

string

STRING writes a command string that can be used to recreate the input filter object.

Back to Top of Section Back to Top of Section