Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

digitreverseorder (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: transforms

Requires: MathScript RT Module

Syntax

c = digitreverseorder(a, b)

[c, d] = digitreverseorder(a, b)

Legacy Name: digitrevorder

Description

Permutes the input array into digit-reversed order.

Examples

Inputs

Name Description
a Specifies the input array. a is an array. If a is a 2D array, digitreverseorder permutes a along the first non-singleton dimension of a.
b Specifies the radix base. The length of the permuted dimension must be an integer power of b. digitreverseorder(a, 2) is equivalent to bitreverseorder(a).

Outputs

Name Description
c Returns the permuted array.
d Returns the digit-reversed index.

Examples

x = [0:15].';
y = digitreverseorder(x, 2)

Related Topics

bitreverseorder


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit