KernelSmoothing
Class KernelSmoothingProcess.SmoothingChannelProcess

java.lang.Object
  extended by KernelSmoothing.KernelSmoothingProcess.SmoothingChannelProcess
Enclosing class:
KernelSmoothingProcess

private class KernelSmoothingProcess.SmoothingChannelProcess
extends java.lang.Object


Field Summary
(package private)  Complex[][] localList
           
private  double mag
           
private  double phaseX
           
private  double phaseY
           
 
Constructor Summary
KernelSmoothingProcess.SmoothingChannelProcess()
           
 
Method Summary
protected  void newData(PamObservable o, FFTDataUnit arg)
           
private  void smoothData(int dataLength, Complex[] newData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localList

Complex[][] localList

phaseX

private double phaseX

phaseY

private double phaseY

mag

private double mag
Constructor Detail

KernelSmoothingProcess.SmoothingChannelProcess

KernelSmoothingProcess.SmoothingChannelProcess()
Method Detail

newData

protected void newData(PamObservable o,
                       FFTDataUnit arg)

smoothData

private void smoothData(int dataLength,
                        Complex[] newData)