pub fn fft<T>(
input: &Array<T>,
norm_factor: f64,
odim0: i64
) -> Array<T::ComplexOutType> where
T: HasAfEnum + FloatingPoint,
<T as HasAfEnum>::ComplexOutType: HasAfEnum,
Fast fourier transform for 1d signals
input
is the input Arraynorm_factor
is the normalization factor with which the input is scaled before the transformation is appliedodim0
is the length of output signals - used for either truncating or padding the input signalsTransformed Array
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4