|
From: | Mike Miller |
Subject: | [Octave-bug-tracker] [bug #60475] [ocatave forge] (signal) buttap poles have a different order |
Date: | Thu, 29 Apr 2021 16:52:43 -0400 (EDT) |
User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 |
Update of bug #60475 (project octave): Severity: 3 - Normal => 2 - Minor Priority: 5 - Normal => 3 - Low Status: None => Confirmed Release: 4.2.2 => dev _______________________________________________________ Follow-up Comment #1: We can use the cplxpair function to sort and group complex conjugate pairs together. That doesn't look to be the same as the Matlab results either, but it's a worthwhile improvement. >> p = cplxpair (p) p = -0.8090 - 0.5878i -0.8090 + 0.5878i -0.3090 - 0.9511i -0.3090 + 0.9511i -1.0000 + 0i _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?60475> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |