Operations

Generic operations

Import the module as

>>> import mrsimulator.signal_processing as sp

Operation Summary

The following list of operations applies to all dependent variables within the CSDM object.

Scale

Scale the amplitudes of all dependent variables from a CSDM object.

IFFT

Apply an inverse Fourier transform on all dependent variables of the CSDM object.

FFT

Apply a forward Fourier transform on all dependent variables of the CSDM object.

Apodization

Import the module as

>>> import mrsimulator.signal_processing.apodization as apo

Operation Summary

The following list of operations applies to selected dependent variables within the CSDM object.

Gaussian

Apodize a dependent variable of the CSDM object with a Gaussian function.

Exponential

Apodize a dependent variable of the CSDM object by an exponential function.

See also

Signal Processing for a details.

Affine Transformation

Import the module as

>>> import mrsimulator.signal_processing.affine as af

Operation Summary

The following list of operations applies to selected dependent variables within the CSDM object.

Shear

Apply a shear parallel to dimension at index parallel and normal to dimension at index dim_index.

Scale

Scale the dimension along the specified dimension index.

See also

Signal Processing for a details.