namespace generator class GaussBurst : public DataSource GaussBurst generates a burst of gaussian noise inside a gaussian amplitude envelope
GaussBurst generates a burst of gaussian noise inside a gaussian amplitude envelope. The generated waveform is: x(t) = A * exp(-(t-to)^2/(2*sigma^2)) * grn() The parameter 'Width' specifies the half-width of the waveform to be generated and is specified in sigma. At the default width value of 6.0, the gaussian envelope has decreased to 1.5x10^-8 of its central amplitude.
alphabetic index hierarchy of classes
generated by doc++