Description Usage Arguments Details Author(s) References Examples
Generate a Pole-zero plot from filter coefficients.
1 | polezero (b, a, ...)
|
b |
The filter moving-average (MA) coefficients. |
a |
The filter autoregressive (AR) coefficients. |
... |
Additional parameters are passed to the internal call of plot(). |
This function plots filter poles (x) and zeros (o) based on the given coefficients.
Santiago Barreda <sbarreda@ucdavis.edu>
http://en.wikipedia.org/wiki/Pole
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.