All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class rsf.util.LapGeneral

java.lang.Object
   |
   +----rsf.util.LapGeneral

public class LapGeneral
extends Object
Generalizes the Laplacian gnerator. Maybe this should have only a single central peak: easier implementation. This should look like Box, Tent etc. Problem: how to specify second Rsf easily. Probalby bigRsf defined by Rsf (simulate newRsf() functions). smlRsf specified by array of samples. Simple check method that nsamples is odd and that smlRsf fits into bigRsf. This should use Window-Patch: Window-Patch has to use to general rsf.operator? Generalisation of Window?!


Constructor Index

 o LapGeneral()

Method Index

 o getLapGeneral(Rsf, Rsf)
 o main(String[])

Constructors

 o LapGeneral
 public LapGeneral()

Methods

 o main
 public static void main(String args[])
Parameters:
bigFilt=5,3,2 - smlFilt=2,1,1
 to hand in 2 filters of
 dimension 3. The filter length is 2n-1 where n is the length specified 
 in the command line.
  
 o getLapGeneral
 public static void getLapGeneral(Rsf big,
                                  Rsf sml)

All Packages  Class Hierarchy  This Package  Previous  Next  Index