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