Package ptolemy.domains.continuous.lib
The ptolemy.domains.continuous.lib package.
Notes about converting models from the ct domain to the continuous domain
The script$PTII/ptolemy/domains/continuous/lib/ct2continuous
attempts to convert CT domain models and Java files to the Continuous
domain.
- Change
domains.fsm
todomains.modal
-
domains.ct.kernel.CTMixedSignalDirector
(and all other directors) should be change todomains.continuous.kernel.ContinuousDirector
- Director class for modal models may need to be changes
- If the ct model has an ODESolver present, then delete it and use the default
- Change
domains.ct.lib.CTPeriodicSampler
todomains.continuous.lib.PeriodicSampler
- Change
CTEmbedded director
todomains.continuous.kernel.ContinuousDirector
and remove anyODESolver
. - Change
ZeroCrossing
toLevelCrossingDetector
- Integrator: port names change
-
input
toderivative
. -
output
tostate
-
- Remove any EditorIcons
- Since:
- Ptolemy II 6.0
-
Class Summary 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.