public class WeightedCodebookSpeakerItem extends Object
Modifier and Type | Field and Description |
---|---|
Context |
context |
double |
duration |
double |
energy |
double |
f0 |
double[] |
lsfs |
double[] |
mfccs |
String |
phn |
Constructor and Description |
---|
WeightedCodebookSpeakerItem() |
WeightedCodebookSpeakerItem(int lpOrder,
int mffcDimension) |
Modifier and Type | Method and Description |
---|---|
void |
allocate(int lpOrder,
int mfccDimension) |
void |
allocateLsfs(int lpOrder) |
void |
allocateMfccs(int mffcDimension) |
void |
read(MaryRandomAccessFile ler,
int lpOrder,
int mfccDimension) |
void |
setLsfs(double[] lsfsIn) |
void |
setMfccs(double[] mfccsIn) |
void |
write(MaryRandomAccessFile ler) |
public double[] lsfs
public double[] mfccs
public double f0
public double duration
public double energy
public String phn
public Context context
public WeightedCodebookSpeakerItem()
public WeightedCodebookSpeakerItem(int lpOrder, int mffcDimension)
public void allocate(int lpOrder, int mfccDimension)
public void allocateLsfs(int lpOrder)
public void allocateMfccs(int mffcDimension)
public void setLsfs(double[] lsfsIn)
public void setMfccs(double[] mfccsIn)
public void write(MaryRandomAccessFile ler)
public void read(MaryRandomAccessFile ler, int lpOrder, int mfccDimension)
Copyright © 2000–2016 DFKI GmbH. All rights reserved.