public class SimpleNoiseRemover extends PolarFrequencyProcessor
| Modifier and Type | Field and Description |
|---|---|
protected double |
threshold |
| Constructor and Description |
|---|
SimpleNoiseRemover(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.
|
processapplyInline, getFFTSizeprotected void processPolar(double[] r,
double[] phi)
processPolar in class PolarFrequencyProcessorr - amplitude of FFTphi - phase of FFTCopyright © 2000–2016 DFKI GmbH. All rights reserved.