Package | Description |
---|---|
ptolemy.domains.de.kernel |
The ptolemy.domains.de.kernel package.
|
ptolemy.domains.de.lib |
The ptolemy.domains.de.lib package.
|
ptolemy.domains.de.lib.test |
The ptolemy.domains.de.lib.test package.
|
Modifier and Type | Class and Description |
---|---|
class |
DEThreadActor
A base class for threaded DE domain actors.
|
Modifier and Type | Class and Description |
---|---|
class |
AverageOverTime
An actor to compute the average of the input values received so far over model
time.
|
class |
Derivative
Output the discrete derivative of the input, y[n] = (x[n] - x[n-1])/dt,
where dt is the time gap between input events.
|
class |
DETransformer
This is an abstract base class for DE actors that transform
an input stream into an output stream.
|
class |
EventFilter
An actor that filters a stream of Boolean Tokens.
|
class |
Integrator
Output the discrete integral of the input.
|
class |
Merge
A timed merge actor for the DE domain.
|
class |
NonInterruptibleTimer
Deprecated.
Use ptolemy.actor.lib.ResettableTimer.
|
class |
PID
Generate PID output for a given input.
|
class |
Previous
On each iteration, this actor produces the token received on the previous
iteration.
|
class |
Server
This actor models a preemptive server with a fixed or variable service time.
|
class |
SuppressSimultaneousEvents
Output the first token received on the input port, and suppress any other
inputs received with the same physical time index.
|
class |
TimeCompare
A DE actor to compare the time stamps of events at its two input ports, and
output the difference.
|
class |
TimedDelay
Deprecated.
Use actor.lib.TimeDelay.
|
class |
TimeGap
This actor measures the time interval between arrivals of successive
input tokens.
|
class |
Timer
Deprecated.
Use VariableDelay instead, which is essentially identical,
or ResettableTimer for a more reasonable timer behavior.
|
class |
WaitingTime
This actor measures the time that events at one input have to wait for
events at another.
|
class |
Wire
Deprecated.
Use Sampler instead.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleDelay
Deprecated.
Use ptolemy.actor.lib.TimeDelay.
|