Function arrayfire::fft
[−]
[src]
pub fn fft(input: &Array, norm_factor: f64, odim0: i64) -> Array
Fast fourier transform for 1d signals
Parameters
inputis the input Arraynorm_factoris the normalization factor with which the input is scaled before the transformation is appliedodim0is the length of output signals - used for either truncating or padding the input signals
Return Values
Transformed Array