bitrevorder
Calling Sequence
[y,i]=bitrevorder(x)
Parameters
x:
Vector of real or complex values
Description
This is an Octave function.
This function returns the input data after reversing the bits of the indices and reordering the elements of the input array.
Examples