Class | Description |
---|---|
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.
|
Derivative |
A crude approximation to a derivative in the continuous domain.
|
DifferentialSystem |
A differential system in the Continuous domain.
|
DiscreteClock | Deprecated
Use ptolemy.actor.lib.DiscreteClock instead.
|
EventSource | Deprecated |
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.
|
Waveform |
This actor produces a periodic continuous-time signal defined by a
periodic sequence of samples and an interpolation method.
|
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.
|
$PTII/ptolemy/domains/continuous/lib/ct2continuous
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