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, setup
clear, getBufferID, getOutputStream, setBufferID
close, forcekill, getComponentName, getEventChannelOut, isSetup, reset
public void setCoefficients(Matrix<java.lang.Float> coefficients)
public void enter(Stream[] stream_in, Stream stream_out) throws SSJFatalException
Transformer
enter
in class Transformer
SSJFatalException
public void transform(Stream[] stream_in, Stream stream_out) throws SSJFatalException
Transformer
transform
in class Transformer
SSJFatalException
public int getSampleDimension(Stream[] stream_in)
getSampleDimension
in class Transformer
public int getSampleBytes(Stream[] stream_in)
getSampleBytes
in class Transformer
public Cons.Type getSampleType(Stream[] stream_in)
getSampleType
in class Transformer
public int getSampleNumber(int sampleNumber_in)
getSampleNumber
in class Transformer
protected void describeOutput(Stream[] stream_in, Stream stream_out)
describeOutput
in class Transformer
public OptionList getOptions()
getOptions
in class Component