public class IIR extends Transformer
_frame_bufferID, _stream_out_evchannel_in, _evchannel_out, _isSetup, _name, _safeToKill, _terminate, threadPriority| Constructor and Description |
|---|
IIR() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
describeOutput(Stream[] stream_in,
Stream stream_out) |
void |
enter(Stream[] stream_in,
Stream stream_out)
initialization specific to sensor implementation (called by local thread after framework start)
|
OptionList |
getOptions() |
int |
getSampleBytes(Stream[] stream_in) |
int |
getSampleDimension(Stream[] stream_in) |
int |
getSampleNumber(int sampleNumber_in) |
Cons.Type |
getSampleType(Stream[] stream_in) |
void |
setCoefficients(Matrix<java.lang.Float> coefficients) |
void |
transform(Stream[] stream_in,
Stream stream_out)
main processing method
|
flush, getOutputDescription, init, run, setupclear, getBufferID, getOutputStream, setBufferIDclose, forcekill, getComponentName, getEventChannelOut, isSetup, resetpublic void setCoefficients(Matrix<java.lang.Float> coefficients)
public void enter(Stream[] stream_in, Stream stream_out) throws SSJFatalException
Transformerenter in class TransformerSSJFatalExceptionpublic void transform(Stream[] stream_in, Stream stream_out) throws SSJFatalException
Transformertransform in class TransformerSSJFatalExceptionpublic int getSampleDimension(Stream[] stream_in)
getSampleDimension in class Transformerpublic int getSampleBytes(Stream[] stream_in)
getSampleBytes in class Transformerpublic Cons.Type getSampleType(Stream[] stream_in)
getSampleType in class Transformerpublic int getSampleNumber(int sampleNumber_in)
getSampleNumber in class Transformerprotected void describeOutput(Stream[] stream_in, Stream stream_out)
describeOutput in class Transformerpublic OptionList getOptions()
getOptions in class Component