public class PolarFrequencyProcessor extends FrequencyDomainProcessor
| Constructor and Description |
|---|
PolarFrequencyProcessor(int fftSize) |
PolarFrequencyProcessor(int fftSize,
double amount) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
process(double[] real,
double[] imag)
Here the actual processing of the frequency-domain frame (in cartesian coordinates) happens.
|
protected void |
processPolar(double[] r,
double[] phi)
Here the actual processing of the frequency-domain frame (in polar coordinates) happens.
|
applyInline, getFFTSizepublic PolarFrequencyProcessor(int fftSize,
double amount)
fftSize - fftsizeamount - amountpublic PolarFrequencyProcessor(int fftSize)
protected final void process(double[] real,
double[] imag)
process in class FrequencyDomainProcessorreal - realimag - imagprotected void processPolar(double[] r,
double[] phi)
r - rphi - phiCopyright © 2000–2016 DFKI GmbH. All rights reserved.