>> The functions tf2zp and zp2tf are missing in the package: >> "control-2.2.3.tar.gz" >> >> I found this when I tried to use the bilinear transformation >> >> [ zb, za ] = bilinear( [ 1 0 ], [ 1 1.4e6 ], 1e-6 ) >> >> They were available in control-1.0.11 >> >> Thanks in advance, >> >> Timothy
On 05.01.2012, at 15:12, Jordi GutiƩrrez Hermoso wrote: > Update of bug #35245 (project octave): > > Status: None => Octave Forge > Open/Closed: Open => Closed > > _______________________________________________________ > > Follow-up Comment #1: > > This looks like a problem with an Octave Forge package, not a bug > in Octave. The correct place to report this problem is the > Octave Forge mailing list, octave-dev@lists.sourceforge.net. > > A copy of this update to the bug report is being sent to that > list so that they are aware of it. Please follow up there. > > _______________________________________________________ > > Reply to this item at: > > <http://savannah.gnu.org/bugs/?35245> > > _______________________________________________ > Message sent via/by Savannah > http://savannah.gnu.org/ The function "bilinear" is part of the "signal" package. If you want to use the control package instead, you can do the following: octave:1> sysc = tf ([1, 0], [1, 1.4e6]) Transfer function 'sysc' from input 'u1' to output ... s y1: ----------- s + 1.4e+06 Continuous-time model. octave:2> sysd = c2d (sysc, 1e-6, "bilin") Transfer function 'sysd' from input 'u1' to output ... 0.5882 z - 0.5882 y1: ----------------- z - 0.1765 Sampling time: 1e-06 s Discrete-time model. octave:3> Lukas ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ Octave-dev mailing list Octave-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/octave-dev