Updated text on waveform amplitude units.

这个提交包含在:
Craig Warren
2016-07-06 15:55:30 +01:00
父节点 f367e0981a
当前提交 e8a5808bdf

查看文件

@@ -638,8 +638,8 @@ Allows you to specify waveforms to use with sources in the model. The syntax of
* ``ricker`` which is a Ricker (or Mexican hat) waveform, i.e. the negative, normalised second derivative of a Gaussian waveform.
* ``sine`` which is a single cycle of a sine waveform.
* ``contsine`` which is a continuous sine waveform. In order to avoid introducing noise into the calculation the amplitude of the waveform is modulated for the first cycle of the sine wave (ramp excitation).
* ``f1`` is the amplitude of the waveform.
* ``f2`` is the frequency of the waveform in Hertz.
* ``f1`` is the amplitude of the waveform (for a ``#hertzian_dipole`` the units will be Amps, for a ``#voltage_source`` or ``#transmission_line`` the units will be Volts).
* ``f2`` is the frequency of the waveform (Hertz).
* ``str2`` is an identifier for the waveform used to assign it to a source.
For example, to specify a Gaussian waveform with an amplitude of one and a centre frequency of 1.2 GHz, use: ``#waveform: gaussian 1 1.2e9 my_gauss_pulse``.