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