SimPEG.simulation.ExponentialSinusoidSimulation#
- class SimPEG.simulation.ExponentialSinusoidSimulation(n_kernels=20, p=- 0.25, q=0.25, j0=0.0, jn=60.0, **kwargs)[source]#
Bases:
SimPEG.simulation.LinearSimulation
This is the simulation class for the linear problem consisting of exponentially decaying sinusoids. The rows of the G matrix are
Attributes
Matrix whose rows are the kernel functions
Maximum value for
.Parameters controlling the spread of kernel functions
Maximum value for
.The number of kernels for the linear problem
Rate of exponential decay of the kernel.
rate of oscillation of the kernel.
Methods
g
(k)Kernel functions for the decaying oscillating exponential functions.