bugGNU Octave - Bugs: bug #36513, typos in...

 
 

bug #36513: typos in octave-signal/bitrevorder.m

Submitter:  kuo-wei <muslim>
Submitted:  Mon 21 May 2012 09:48:53 AM UTC
   
 
Category:  Libraries Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Matlab Compatibility
Status:  Invalid / Not an Octave Bug Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 3.2.4 Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 21 May 2012 05:41:08 PM UTC, comment #1: 

It's not a typo. These are functions in the communications package.

Either install the communications package or apply this patch to your version.


http://octave.svn.sourceforge.net/viewvc/octave/trunk/octave-forge/main/signal/inst/bitrevorder.m?r1=10424&r2=10423&pathrev=10424


Jordi GutiƩrrez Hermoso <jordigh>
Group Member
Mon 21 May 2012 09:48:53 AM UTC, original submission:  

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)));


kuo-wei <muslim>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jordigh (Posted a comment)
  • -email is unavailable- added by jordigh
  • -email is unavailable- added by muslim (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-05-21 jordigh StatusNone Invalid / Not an Octave Bug
        Open/ClosedOpen Closed
        Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code