Spectral Signal Processing Suite
v1.0

signal.lib
Class gegenbauerReconstruction

java.lang.Object
  |
  +--signal.lib.gegenbauerReconstruction

public final class gegenbauerReconstruction
extends java.lang.Object

Applies the Gegenbauer Reconstruction Procedure (GRP). Reconstruction parameters, m and L, are specified globally through the parameters mK and LK. After the postProcess method of this class is run on the function once, the postProcess() method in gegenbauerReconstructionB may be run and the reconstruction parameters may be set separately in each interval. The intial parameters will be the one output from the postProcess() method of this class.

See Also:
"On the Gibbs Phenomenon and its resolution, SIAM Review 39 (1998), p. 664-668"

Constructor Summary
gegenbauerReconstruction()
           
 
Method Summary
static void postProcess(double[] u, double[] d, double LK, double MK, double[] uG, java.util.Vector mv, java.util.Vector Lv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

gegenbauerReconstruction

public gegenbauerReconstruction()
Method Detail

postProcess

public static void postProcess(double[] u,
                               double[] d,
                               double LK,
                               double MK,
                               double[] uG,
                               java.util.Vector mv,
                               java.util.Vector Lv)

Spectral Signal Processing Suite
v1.0

copyright 2002 scottsarra.org