Function dft::unpack [] [src]

pub fn unpack(data: &[f64]) -> Vec<c64>

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 [f64]. See the top-level description of the crate for further details.