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

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

[Octave-bug-tracker] [bug #58219] remez help and online docs incorrectly


From: anonymous
Subject: [Octave-bug-tracker] [bug #58219] remez help and online docs incorrectly describe n
Date: Tue, 21 Apr 2020 08:42:07 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.113 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?58219>

                 Summary: remez help and online docs incorrectly describe n
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 21 Apr 2020 12:42:06 PM UTC
                Category: Documentation
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Documentation
                  Status: None
             Assigned to: None
         Originator Name: James Edgar
        Originator Email: address@hidden
             Open/Closed: Open
                 Release: 5.1.0
         Discussion Lock: Any
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

The help and online description of the remez function state:

n gives the number of taps in the returned filter

However, the correct description is: 

n is the filter order.

and the generated filter length taps = n+1

Example:

h = size(remez(8, [0 0.25 0.75 1.0], [ 1 1 0 0 ]))
h =

   9   1

Thanks,

James




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58219>

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




reply via email to

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