Follow-up Comment #2, bug #35245 (project octave):

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> 



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35245>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


------------------------------------------------------------------------------
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

Reply via email to