Function dft::unpack [] [src]

pub fn unpack<T>(data: &[T]) -> Vec<Complex<T>> where
    T: Float

Unpack the result produced by the forward transform applied to real data.

The function decodes the result of an application of Transform::transform with Operation::Forward to real data. See the top-level description of the crate for further details.