public interface RawEspConnection extends MultiConnectionSocket
MultiConnectionSocket and
associated ESP objects for raw signal processing.| Modifier and Type | Method and Description |
|---|---|
double[][] |
getCurrent()
Return the current second's worth of samples.
|
double[][] |
getCurrent(int numSamples)
Return the specified number of the current second's worth of samples.
|
double[][] |
getCurrentFor(int channelNumber)
Return the current second's worth of samples for the specified channel.
|
double[][] |
getCurrentFor(int numSamples,
int channelNumber)
Return the specified number of the current second's worth of samples for
the specified channel.
|
Lab |
getDefaultLab()
Returns an instance of the default lab implementation for use with this
connection.
|
AbstractDSPValues |
getDSPValues()
Return the DSP values.
|
java.lang.String |
getName()
Return a name identifier.
|
EspSignalUtilities |
getUtilities()
Return the utilities.
|
EspWindowFunction |
getWindowFunction()
Return the window function.
|
void |
setWindowFunction(EspWindowFunction function)
Set the window function.
|
addConnectionEventListener, bindBroadcaster, canBroadcast, clearConnectionEventListeners, getChannel, getChannels, getNumChannels, isBound, isConnected, removeConnectionEventListener, start, stop, unbindBroadcasterEspSignalUtilities getUtilities()
EspWindowFunction getWindowFunction()
EspSignalUtilities.setWindow(ddf.minim.analysis.WindowFunction)void setWindowFunction(EspWindowFunction function)
function - the new window functionEspSignalUtilities.setWindow(ddf.minim.analysis.WindowFunction)AbstractDSPValues getDSPValues()
double[][] getCurrent()
double[][] getCurrent(int numSamples)
numSamples - the num samplesdouble[][] getCurrentFor(int channelNumber)
channelNumber - the channel numberdouble[][] getCurrentFor(int numSamples,
int channelNumber)
numSamples - the num sampleschannelNumber - the channel numberjava.lang.String getName()
Lab getDefaultLab()