meddlr.ops.ifftc#

meddlr.ops.ifftc(input: Tensor, channels_last=False, norm: str = 'ortho', is_real: Optional[bool] = None)[source]#

Apply centered 2 dimensional Fast Fourier Transform.

Parameters:
  • data (torch.Tensor) – Complex valued input data with the last dimension containing real and imaginary components.

  • dims (2-tuple) – Containing spatial dimension indices.

Returns:

The FFT of the input.

Return type:

torch.Tensor