public interface LabValues
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
double |
getBaseline()
Gets the baseline.
|
int |
getChannel()
Returns the channel being processed by this lab.
|
FFTType |
getFftType()
Gets the fft type.
|
double |
getHighNormalizeFftFrequency()
Gets the high normalize fft frequency.
|
double |
getHighPassFilterFactor()
Gets the high pass filter factor.
|
double |
getHighPassFrequency()
Gets the high pass frequency.
|
double |
getLowNormalizeFftFrequency()
Gets the low normalize fft frequency.
|
double |
getLowPassFilterFactor()
Gets the low pass filter factor.
|
double |
getLowPassFrequency()
Gets the low pass frequency.
|
int |
getNumBands()
Gets the num bands.
|
int |
getNumChannels()
Returns the number of channels available for processing.
|
PassFilter |
getPassFilter()
Gets the pass filter.
|
EspWindowFunction |
getWindowFunction()
Gets the window function.
|
boolean |
isAbsoluteValues()
Checks if is absolute values.
|
boolean |
isNormalizeFft()
Checks if is normalize fft.
|
boolean |
isNormalizeSignal()
Checks if is normalize signal.
|
void |
setAbsoluteValues(boolean absolute)
Sets the absolute values.
|
void |
setBaseline(double baseline)
Sets the baseline.
|
void |
setChannel(int channel)
Set the channel for this lab.
|
void |
setFftType(FFTType fftType)
Sets the fft type.
|
void |
setHighNormalizeFftFrequency(double freq)
Sets the high normalize fft frequency.
|
void |
setHighPassFilterFactor(double factor)
Sets the high pass filter factor.
|
void |
setHighPassFrequency(double freq)
Sets the high pass frequency.
|
void |
setLowNormalizeFftFrequency(double freq)
Sets the low normalize fft frequency.
|
void |
setLowPassFilterFactor(double factor)
Sets the low pass filter factor.
|
void |
setLowPassFrequency(double freq)
Sets the low pass frequency.
|
void |
setNormalizeFft(boolean normalize)
Sets the normalize fft.
|
void |
setNormalizeSignal(boolean normalize)
Sets the normalize signal.
|
void |
setNumBands(int numBands)
Sets the num bands.
|
void |
setPassFilter(PassFilter filter)
Sets the pass filter.
|
void |
setWindowFunction(EspWindowFunction windowFunction)
Sets the window function.
|
FFTType getFftType()
void setFftType(FFTType fftType)
fftType - the new fft typeint getNumBands()
void setNumBands(int numBands)
numBands - the new num bandsvoid setHighPassFrequency(double freq)
freq - the new high pass frequencydouble getHighPassFrequency()
void setLowPassFrequency(double freq)
freq - the new low pass frequencydouble getLowPassFrequency()
PassFilter getPassFilter()
void setPassFilter(PassFilter filter)
filter - the new pass filterboolean isAbsoluteValues()
void setAbsoluteValues(boolean absolute)
absolute - the new absolute valuesboolean isNormalizeSignal()
void setNormalizeSignal(boolean normalize)
normalize - the new normalize signalboolean isNormalizeFft()
void setNormalizeFft(boolean normalize)
normalize - the new normalize fftvoid setHighNormalizeFftFrequency(double freq)
freq - the new high normalize fft frequencydouble getHighNormalizeFftFrequency()
void setLowNormalizeFftFrequency(double freq)
freq - the new low normalize fft frequencydouble getLowNormalizeFftFrequency()
void setBaseline(double baseline)
baseline - the new baselinedouble getBaseline()
void setLowPassFilterFactor(double factor)
factor - the new low pass filter factordouble getLowPassFilterFactor()
void setHighPassFilterFactor(double factor)
factor - the new high pass filter factordouble getHighPassFilterFactor()
EspWindowFunction getWindowFunction()
void setWindowFunction(EspWindowFunction windowFunction)
windowFunction - the new window functionint getChannel()
void setChannel(int channel)
channel - the new channelint getNumChannels()