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 pole (POLE) object

Private Properties

Properties Description

f

Frequency of the pole

q

Q of the pole

ri

Complex value of the pole

plist

The parameter list object which creates the POLE object

version

CVS version string of the constructor

created

Time object which stores the creation time of the POLE 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

pole

POLE construct a pole object.

Back to Top of Section Back to Top of Section

Helper

Methods Description

cat

CAT concatenate poles into a vector.

char

CHAR convert a pole object into a string.

get

GET get pole properties.

isfield

No description

isvalid

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

set

SET set a pole property.

string

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

Back to Top of Section Back to Top of Section

Internal

Methods Description

cp2iir

CP2IIR Return a,b IIR filter coefficients for a complex pole designed using the bilinear transform.

rp2iir

RP2IIR Return a,b coefficients for a real pole designed using the bilinear transform.

subsasgn

SUBSASGN define index assignment for pole properties.

subsref

SUBSREF Define field name indexing for pole objects.

Back to Top of Section Back to Top of Section

Output

Methods Description

display

DISPLAY overloads display functionality for pole objects.

save

SAVE a pole object to file.

Back to Top of Section Back to Top of Section