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

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

[Octave-bug-tracker] [bug #36513] typos in octave-signal/bitrevorder.m


From: kuo-wei
Subject: [Octave-bug-tracker] [bug #36513] typos in octave-signal/bitrevorder.m
Date: Mon, 21 May 2012 09:48:53 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0

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

                 Summary: typos in octave-signal/bitrevorder.m
                 Project: GNU Octave
            Submitted by: muslim
            Submitted on: Mon 21 May 2012 09:48:53 AM GMT
                Category: Libraries
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.4
        Operating System: Any

    _______________________________________________________

Details:

There is a typo in this file.
In line 33:

new_ind = bi2de(fliplr(de2bi(old_ind)));

Should be 

new_ind = bin2dec(fliplr(dec2bin(old_ind)));





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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