octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #47900] control pkg: does not support complex


From: anonymous
Subject: [Octave-bug-tracker] [bug #47900] control pkg: does not support complex SYS objects
Date: Mon, 31 Oct 2016 20:43:48 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

Follow-up Comment #4, bug #47900 (project octave):

Looks like I also need this feature.

I'm trying to design an second order Sallen-Key bandpass filter from
[url=http://electronics.stackexchange.com/questions/215057/2nd-order-sallen-key-bandpass-filter-design-in-matlab
this post], slightly modified version:


s = j*w;
B=[G*R*C*w*s 0 ];
A=[(R^2)*(C^2)*(w^2)*(s^2) R*C*w*(3-G)*s 1];
sys=tf(B,A);


When trying to run this script:


   error: tf: numerator 'num' must be a real-valued, non-empty vector or a
cell of such vectors


I would be very appreciated for any info related to status of implementing of
this functionality. Thanks!

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]