Class GaussianEnvelope
core.Updatable --+
|
core.Selectable --+
|
DataSource --+
|
Envelope --+
|
GaussianEnvelope
- Known Subclasses:
-
Model for a Gaussian envelope. Implements the following continuous
datasets: \f$ f(t)=e^{\frac{-(t-\eta)^2}{2\sigma^2}} \f$ \f$
|F(\omega)|=\sigma\sqrt{2\pi}\cdot e^{-\frac{1}{2}\sigma^2\omega^2} \f$
\f$ \angle F(\omega) = \eta\omega \f$
|
|
Class Hierarchy for GaussianEnvelope
|
constructor GaussianEnvelope(iPulseWidth, iCenterTime,
iName):
-
iPulseWidth - \sigma in the equation (Expression)
-
iCenterTime - \eta in the equation (Expression)
-
iName - The name of the object. (string)