|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES All Classes |
See:
Description
Class Summary | |
---|---|
BandlimitedNoise | This actor generates continuous-time noise with a Gaussian distribution and controlled bandwidth. |
ContinuousMerge | A merge actor for the Continuous domain. |
ContinuousTimeDelay | Delay the input by a specified amount of time. |
ContinuousTransferFunction | A transfer function in the continuous time domain. |
DifferentialSystem | A differential system in the Continuous domain. |
DiscreteClock | Deprecated. Use ptolemy.actor.lib.DiscreteClock instead. |
EventSource | Deprecated. Use with period set to Infinity |
Integrator | The integrator in the continuous domain. |
LevelCrossingDetector | An event detector that converts continuous signals to discrete events when the input trigger signal crosses a threshold specified by the level parameter. |
LinearStateSpace | Linear state space model in the CT domain. |
Noise | This actor generates continuous-time noise with a Gaussian distribution. |
PeriodicSampler | This actor generates discrete events by periodically sampling the input signal. |
ZeroOrderHold | Convert discrete events at the input to a continuous-time signal at the output by holding the value of the discrete event until the next discrete event arrives. |
The ptolemy.domains.continuous.lib package.
$PTII/ptolemy/domains/continuous/lib/ct2continous
attempts to convert CT domain models and Java files to the Continuous
domain.
domains.fsm
to domains.modal
domains.ct.kernel.CTMixedSignalDirector
(and all
other directors)
should be change to domains.continuous.kernel.ContinuousDirector
domains.ct.lib.CTPeriodicSampler
to domains.continuous.lib.PeriodicSampler
CTEmbedded director
to
domains.continuous.kernel.ContinuousDirector
and remove
any ODESolver
.
ZeroCrossing
to LevelCrossingDetector
input
to derivative
.
output
to state
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES All Classes |