|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectspectrogramNoiseReduction.kernelSmoothing.KernelSmoothing.ChannelProcess
class KernelSmoothing.ChannelProcess
| Field Summary | |
|---|---|
private Complex[][] |
localComplex
|
private double[][] |
localStore
|
| Constructor Summary | |
|---|---|
KernelSmoothing.ChannelProcess()
|
|
| Method Summary | |
|---|---|
(package private) boolean |
run(Complex[] fftData)
The kernel is made up of power data, and is used as a scaling factor on the fft data so that fft data phase is maintained. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private double[][] localStore
private Complex[][] localComplex
| Constructor Detail |
|---|
public KernelSmoothing.ChannelProcess()
| Method Detail |
|---|
boolean run(Complex[] fftData)
fftData - FFT data to smooth
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||