|
Sautrela | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.gtts.sautrela.engine.AbstractDataProcessor
edu.gtts.sautrela.sp.ShiftedDelta
public class ShiftedDelta
Shifted Delta. Stacked delta features computed across multiple speech frames. The SDC features are specified by a set of 4 parameters, n, d, p and k, where n is the input feature dimension to be used, d represents the time advance and delay for the delta computation, k is the number of blocks whose delta coefficients are concatenated to form the final feature vector, and P is the time shift between consecutive blocks.
| Field Summary |
|---|
| Fields inherited from interface java.beans.BeanInfo |
|---|
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
| Constructor Summary | |
|---|---|
ShiftedDelta()
|
|
| Method Summary | |
|---|---|
void |
editBeanInfo(java.beans.BeanInfo info)
|
int |
getD()
Getter for property d. |
int |
getK()
Getter for property k. |
int |
getN()
Getter for property n. |
int |
getP()
Getter for property p. |
boolean |
isFeaturePrefixed()
Getter for property featurePrefixed. |
static void |
main(java.lang.String[] args)
|
void |
process(Buffer in,
Buffer out)
Data is pulled from imput buffer, processed and pushed into the output buffer. |
void |
setD(int d)
Setter for property d. |
void |
setFeaturePrefixed(boolean featurePrefixed)
Setter for property featurePrefixed. |
void |
setK(int k)
Setter for property k. |
void |
setN(int n)
Setter for property n. |
void |
setP(int p)
Setter for property p. |
| Methods inherited from class edu.gtts.sautrela.engine.AbstractDataProcessor |
|---|
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getName, getPropertyDescriptors, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ShiftedDelta()
| Method Detail |
|---|
public boolean isFeaturePrefixed()
public void setFeaturePrefixed(boolean featurePrefixed)
featurePrefixed - New value for property featurePrefixed. If set to
true, static features are prefixed to the output data.public int getN()
public void setN(int n)
n - New value for the input feature dimension to be used.public int getD()
public void setD(int d)
d - New value for the time advance and delay for the delta computation.public int getP()
public void setP(int p)
p - New value for the time shift between consecutive blocks.public int getK()
public void setK(int k)
k - New value for the number of blocks whose delta coefficients are concatenated
to form the final feature vector.
public void process(Buffer in,
Buffer out)
throws DataProcessorException
DataProcessor
in - Input Bufferout - Output Buffer
DataProcessorExceptionpublic void editBeanInfo(java.beans.BeanInfo info)
editBeanInfo in class AbstractDataProcessor
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
Sautrela | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||