meddlr.ops.ifft3c#

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

Apply centered 2-dimensional Inverse 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 IFFT of the input.

Return type

torch.Tensor