qat.experimental.waveforms.numerical module
This module contains numerical methods for evaluating waveform derivatives, which can be used to implement DRAG when analytical definitions are not available.
- numerical_derivative(y, x)
Computes a derivative of a function using numerical methods.
Currently just calls
np.gradientwhich uses a second order central difference method.