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

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

[Octave-bug-tracker] [bug #45810] zp2sos error when calling cplxpair


From: Doug Stewart
Subject: [Octave-bug-tracker] [bug #45810] zp2sos error when calling cplxpair
Date: Sun, 23 Aug 2015 11:52:31 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.155 Safari/537.36

Follow-up Comment #1, bug #45810 (project octave):

this work around will help you until we get it fixed.

pkg load signal
N=2;
Wp=[5976, 6605];
[Z,P,K] = butter(N,Wp,'stop','s')
p1=round(1e11*P)/1e11 # one less digit of accuracy.
[SOS,G] = zp2sos(Z,p1,K)


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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