Module concision_core::ops::fft

source ·
Expand description

§Fast Fourier Transform

Re-exports§

  • pub use super::Fft;
  • pub use super::cmp::*;
  • pub use super::plan::*;

Modules§

Structs§

Traits§

Functions§

  • Computes the Fast Fourier Transform of a one-dimensional, complex-valued signal.
  • Computes the Inverse Fast Fourier Transform of an one-dimensional, complex-valued signal.
  • Computes the Inverse Fast Fourier Transform of an one-dimensional, real-valued signal. TODO: Fix the function; currently fails to compute the correct result
  • Computes the Fast Fourier Transform of an one-dimensional, real-valued signal. TODO: Optimize the function to avoid unnecessary computation.