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: Charles Praplan
Subject: [Octave-bug-tracker] [bug #45810] zp2sos error when calling cplxpair
Date: Sun, 23 Aug 2015 10:41:06 +0000
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0

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

                 Summary: zp2sos error when calling cplxpair
                 Project: GNU Octave
            Submitted by: charprap
            Submitted on: Sun 23 Aug 2015 10:41:05 AM GMT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Hi,
The following code produces an error in the function zp2sos. Note that it is
working with Matlab and also if the filter type is ellip.

Thank you



% NOT WORKING

pkg load signal
N=2;
Wp=[5976, 6605];
[Z,P,K] = butter(N,Wp,'stop','s')
[SOS,G] = zp2sos(Z,P,K)


% WORKING

[Z,P,K] = ellip(N,3,40,Wp,'stop','s')
[SOS,G] = zp2sos(Z,P,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]