fdtdx.GaussianSmoothing2D

Bases: SameShapeTypeParameterTransform

Applies Gaussian smoothing to 2D parameter arrays.

This transform convolves the input with a 2D Gaussian kernel, which helps reduce noise and smooth the data.

Attributes:
  • std_discrete (int) –

    Integer specifying the standard deviation of the Gaussian kernel in discrete units.