bitrevorder
Returns input data in bit-reversed order
Calling Sequence
[y,i] = bitrevorder(x)
y = bitrevorder(x)
Parameters
x:
Vector of real or complex values
y:
input vector in bit reverse order
i:
indices after bit reversing
Description
This function returns the input data after reversing the bits of the indices and reordering the elements of the input array.
Examples