SFFM args
SFFM offset amplitude carrier modindex signal
The component value is a sinusoid, frequency modulated by another sinusoid.
For voltage and current sources, this is the same as the Spice SFFM function, with some extensions.
The shape of the waveform is described by the following equations:
mod = (_modindex * sin(2*PI*_signal*time)); ev = _offset + _amplitude * sin(2*PI*_carrier*time + mod);