simpeg.electromagnetics.utils.VTEMFun#
- simpeg.electromagnetics.utils.VTEMFun(time, ta, tb, a)[source]#
VTEM waveform function
- Parameters:
- time
numpy.ndarray Times vector
- ta
float Time at peak exponential
- tb
float Start of off-time
- time
- Returns:
- (
n_time)numpy.ndarray The waveform evaluated at all input times
- (