Contents | %%%%%%%%%%%%%%%%%%% class: pole %%%%%%%%%%%%%%%%%%%% |
cat | CAT concatenate poles into a vector. |
char | CHAR convert a pole object into a string. |
cp2iir | CP2IIR Return a,b IIR filter coefficients for a complex pole designed using the bilinear transform. |
display | DISPLAY overloads display functionality for pole objects. |
eq | EQ overloads the == operator for pole objects. |
get | GET get pole properties. |
isfield | ISFIELD tests if the given field is one of the object properties. |
isvalid | ISVALID tests if the given pole has all the correct fields of the correct type. |
ne | NE overloads the ~= operator for pole objects. |
pole | POLE construct a pole object. |
resp | RESP returns the complex response of the pole object. |
rp2iir | RP2IIR Return a,b coefficients for a real pole designed using the bilinear transform. |
save | SAVE a pole object to file. |
set | SET set a pole property. |
string | STRING writes a command string that can be used to recreate the input pole object. |
subsasgn | SUBSASGN define index assignment for pole properties. |
subsref | SUBSREF Define field name indexing for pole objects. |