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

bitrevorder (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the transforms class.

Syntax

b = bitrevorder(a)

[b, c] = bitrevorder(a)

Description

Permutes the input array into bit-reversed order.

Examples

Inputs

Name Description
a Specifies the input array. a is an array. If a is a 2D array, bitrevorder permutes a along the first non-singleton dimension of a.

Outputs

Name Description
b Returns the permuted array.
c Returns the bit-reversed index.

Examples

x = [0:15].';
y = bitrevorder(x)

Related Topics

digitrevorder


Resources


 

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