Structs§
- FftDirection
Iter - An iterator over the variants of FftDirection
- FftMode
Iter - An iterator over the variants of FftMode
- FftPlan
Enums§
Traits§
- Abs
- AsComplex
- Trait for converting a type into a complex number.
- Complex
Num - Conjugate
- Cos
- Cosh
- DFT
- Trait for computing the Discrete Fourier Transform (DFT) of a sequence.
- Exp
- Floor
Div - Into
Complex - Trait for converting a type into a complex number.
- Root
- RoundTo
- Sine
- Sinh
- Square
Root - Squared
- Summary
Statistics - This trait describes the fundamental methods of summary statistics. These include the mean, standard deviation, variance, and more.
Functions§
- fft
- Computes the Fast Fourier Transform of a one-dimensional, complex-valued signal.
- floor_
div - ifft
- Computes the Inverse Fast Fourier Transform of an one-dimensional, complex-valued signal.
- irfft
- Computes the Inverse Fast Fourier Transform of an one-dimensional, real-valued signal. TODO: Fix the function; currently fails to compute the correct result
- rfft
- Computes the Fast Fourier Transform of an one-dimensional, real-valued signal. TODO: Optimize the function to avoid unnecessary computation.
- round_
to - Round the given value to the given number of decimal places.