Function arrayfire::fft_r2c
[−]
[src]
pub fn fft_r2c(input: &Array, norm_factor: f64, pad0: i64) -> Array
1d Real to Complex fast fourier transform
Parameters
inputis the input Arraynorm_factoris the normalization factor to be applied before fft is appliedpad0is the padding along 0th dimension of Array
Return Values
Complex Array