Function arrayfire::fft3_c2r [] [src]

pub fn fft3_c2r(input: &Array, norm_factor: f64, is_odd: bool) -> Array

3d Complex to Real fast fourier transform

Parameters

  • input is the input Array
  • norm_factor is the normalization factor to be applied before fft is applied
  • is_odd signifies if the output should be even or odd size

Return Values

Complex Array