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

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

[Octave-bug-tracker] [bug #53855] [octave forge] (signal) butter band pa


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #53855] [octave forge] (signal) butter band pass filter with higher order has strange pass band
Date: Mon, 7 May 2018 14:53:24 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

Update of bug #53855 (project octave):

              Item Group:        Incorrect Result => Inaccurate Result      
                  Status:                    None => Confirmed              
                 Release:                   4.4.0 => dev                    
                 Summary: [signal] butter filter with strange results =>
[octave forge] (signal) butter band pass filter with higher order has strange
pass band

    _______________________________________________________

Follow-up Comment #1:

Confirmed here. It would be useful to compare the filter coefficients to other
software (e.g. SciPy).

Here is a simpler example, since I'm not sure where the 'noise' and
'normalize' functions are coming from, and they aren't needed.


n = 5;
[b, a] = butter (n, [100/22050, 1000/22050]);
freqz (b, a, 4096, 44100);
ax = findall (gcf, 'type', 'axes');
set (ax, 'xlim', [20 4000]);
set (ax, 'xscale', 'log');
subplot (2, 1, 1);
set (gca, 'ylim', [-35 3]);


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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