The package provides an algorithm to compute the discrete Fourier transform.
use dft::{Operation, Plan, c64};
let plan = Plan::new(Operation::Forward, 512);
let mut data = vec![c64::new(42.0, 69.0); 512];
dft::transform(&mut data, &plan);
Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms given in LICENSE.md.
Version | Tag | Published |
---|---|---|
0.5.5 | 5yrs ago | |
0.5.4 | 5yrs ago | |
0.5.3 | 6yrs ago | |
0.5.2 | 6yrs ago |