public class PhaseVocoder.PhaseUnwrapper extends PolarFrequencyProcessor
Modifier and Type | Field and Description |
---|---|
protected double[] |
deltaPhi
Unwrapped phase difference vector for the difference between prevPhi and phi.
|
protected double[] |
omega
The frequency-specific, frame-independent angle
|
protected double[] |
prevPhi
The wrapped input phase vector for the previous input frame.
|
protected double[] |
psi
The unwrapped output phase vector for the current frame.
|
Constructor and Description |
---|
PhaseVocoder.PhaseUnwrapper(int fftSize) |
Modifier and Type | Method and Description |
---|---|
protected void |
processPolar(double[] r,
double[] phi)
Perform the phase unwrapping of phi.
|
process
applyInline, getFFTSize
protected double[] omega
protected double[] prevPhi
protected double[] deltaPhi
protected double[] psi
protected void processPolar(double[] r, double[] phi)
processPolar
in class PolarFrequencyProcessor
r
- rphi
- phiCopyright © 2000–2016 DFKI GmbH. All rights reserved.