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"
|
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 |
gegenbauerReconstruction
public gegenbauerReconstruction()
postProcess
public static void postProcess(double[] u,
double[] d,
double LK,
double MK,
double[] uG,
java.util.Vector mv,
java.util.Vector Lv)
copyright 2002 scottsarra.org