public class SimpleNoiseKeeper extends PolarFrequencyProcessor
Modifier and Type | Field and Description |
---|---|
protected double |
threshold |
Constructor and Description |
---|
SimpleNoiseKeeper(int fftSize,
double threshold) |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
protected void |
processPolar(double[] r,
double[] phi)
Perform the attenuation of low-intensity frequency components.
|
process
applyInline, getFFTSize
protected void processPolar(double[] r, double[] phi)
processPolar
in class PolarFrequencyProcessor
r
- amplitude of FFTphi
- phase of FFTCopyright © 2000–2016 DFKI GmbH. All rights reserved.