Signal Toolkit - digitrevorder
- Function File:
y =digitrevorder(x, r) - Function File:
[y, i] =digitrevorder(x, r) Reorder the elements of the vector x in digit-reversed order. The elements of x are converted to radix r and reversed. The reordered indices of the elements of x are returned in i.
See also: bitrevorder, fft, ifft.