Package | Description |
---|---|
org.ecoinformatics.seek.util | |
ptolemy.domains.sdf.lib |
The ptolemy.domains.sdf.lib package.
|
Modifier and Type | Class and Description |
---|---|
class |
SequenceToTrigger
This actor bundles a specified number of input tokens into a single array.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayToSequence
This actor reads an array at the input and writes the array elements
as a sequence to the output.
|
class |
Autocorrelation
This actor calculates the autocorrelation of a sequence of input tokens.
|
class |
BitsToInt
This actor converts a sequence of BooleanTokens into a single IntToken.
|
class |
BootstrapSampleDelay
Record an initial token and then output that initial token during
initialize(), then pass through.
|
class |
Chop
This actor reads a sequence of input tokens of any type, and writes a
sequence of tokens constructed from the input sequence (possibly
supplemented with zeros).
|
class |
CountTrues
Read the given number of input booleans and output the number that are true.
|
class |
DelayLine
This actor reads tokens from its input port, and for each token read
outputs an array that contains the current token as the first token,
followed by some number of previously read tokens.
|
class |
DoubleToMatrix
Deprecated.
Use SequenceToMatrix instead.
|
class |
DownSample
This actor downsamples an input stream by an integer factor by
removing tokens.
|
class |
FFT
This actor calculates the Fast Fourier Transform of a sequence of
complex inputs.
|
class |
FIR
This actor implements a type polymorphic finite-impulse response
filter with multirate capability.
|
class |
IFFT
This actor calculates the inverse FFT of a complex input array.
|
class |
IntToBits
This actor converts an IntToken into a sequence of Boolean tokens.
|
class |
LineCoder
A line coder, which converts a sequence of booleans into symbols.
|
class |
LMSAdaptive
An adaptive filter using the Least-Mean Square (LMS) algorithm, also
known as the stochastic gradient algorithm.
|
class |
MatrixJoin
This actor joins matrices into a single matrix by tiling.
|
class |
MatrixSplit
This actor splits an input matrix into a sequence of matrices.
|
class |
MatrixToDouble
Deprecated.
Use MatrixToSequence instead.
|
class |
MatrixToSequence
This actor unbundles a matrix into a sequence of output tokens.
|
class |
RaisedCosine
This actor implements an FIR filter with
a raised cosine or square-root raised cosine frequency response.
|
class |
Repeat
An actor that repeats a block of input tokens the specified number of times
on the output.
|
class |
SampleDelay
This actor outputs a set of initial tokens during the initialize()
method, and subsequently passes the input tokens to the output.
|
class |
SDFConverter
This actor is a base class for SDF converters.
|
class |
SequenceToArray
This actor bundles a specified number of input tokens into a single array
and broadcasts the resulting array on all output channels.
|
class |
SequenceToMatrix
This actor bundles a specified number of input tokens into a matrix.
|
class |
UpSample
This actor upsamples an input stream by an integer factor by inserting
tokens with value zero.
|
class |
VariableFIR
This actor implements a type polymorphic finite-impulse response
filter with multirate capability, where the impulse response
of the filter is provided by an input.
|