public class VocalTractScalingSimpleProcessor extends FrequencyDomainProcessor
| Constructor and Description |
|---|
VocalTractScalingSimpleProcessor(int fftSize,
double[] vscalesIn) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
protected void |
process(double[] real,
double[] imag)
Here the actual processing of the frequency-domain frame (in cartesian coordinates) happens.
|
void |
SetVScales(double[] vscalesIn) |
applyInline, getFFTSizepublic VocalTractScalingSimpleProcessor(int fftSize,
double[] vscalesIn)
fftSize - fftSizevscalesIn - vscalesInpublic void SetVScales(double[] vscalesIn)
protected void process(double[] real,
double[] imag)
FrequencyDomainProcessorprocess in class FrequencyDomainProcessorreal - realimag - imagCopyright © 2000–2016 DFKI GmbH. All rights reserved.