java.lang.Runnable
public class SISOThread
extends java.lang.Thread
Modifier and Type | Class | Description |
---|---|---|
static interface |
SISOThread.FilterIO |
Constructor | Description |
---|---|
SISOThread(SISOThread.FilterIO filter_IO) |
Modifier and Type | Method | Description |
---|---|---|
void |
endThread() |
|
float[] |
getOutput() |
|
float[] |
outIn(float[] sig,
int nzero) |
|
void |
run() |
|
void |
setInput(float[] src,
int nzero) |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public SISOThread(SISOThread.FilterIO filter_IO)
public float[] getOutput()
public void setInput(float[] src, int nzero)
public float[] outIn(float[] sig, int nzero)
public void endThread()
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread