Scilab 6.0.0
Scilab Help >> Elementary Functions > Signal processing > trfmod
trfmod
poles and zeros display
Syntax
[hm]=trfmod(h [,job])
Description
To visualize the pole-zero structure of a SISO transfer
function h
.
- job='p'
visualization of polynomials (default)
- job='f'
visualization of natural frequencies and damping
Interactive simplification of h
. trfmod
opens
a dialog window.
Comments
I need it as a part of automatic process, so I need it without the dialog box.
How can I do it? Is there alternative command?
Thanks!
I need it as a part of automatic process, so I need it without the dialog box.
How can I do it? Is there alternative command?
Thanks!
Add a comment:
Please login to comment this page.