Documentation of 'jsci.maths.wavelet.haar.MultiSplineHaar' Java class
MultiSplineHaar
jsci.maths.wavelet.haar

Class MultiSplineHaar

    • Constructor Detail

      • MultiSplineHaar

        public MultiSplineHaar()
    • Method Detail

      • getFilterType

        public int getFilterType()
        This method is used to compute how the number of scaling functions changes from on scale to the other. Basically, if you have k scaling function and a Filter of type t, you'll have 2*k+t scaling functions at the next scale (dyadic case). Notice that this method assumes that one is working with the dyadic grid while the method "previousDimension" define in the interface "Filter" doesn't.
        Specified by:
        getFilterType in class Multiresolution
      • previousDimension

        public int previousDimension(int k)
        This method return the number of "scaling" functions at the previous scale given a number of scaling functions. The answer is always smaller than the provided value (about half since this is a dyadic implementation). This relates to the same idea as the "Filter type". It is used by the interface "Filter".
        Specified by:
        previousDimension in interface Filter
        Overrides:
        previousDimension in class Multiresolution
      • lowpass

        public double[] lowpass(double[] v,
                                double[] param)
        Description copied from interface: Filter
        lowpass filter
        Specified by:
        lowpass in interface Filter
        param - a parameter for the filter
      • highpass

        public double[] highpass(double[] v,
                                 double[] param)
        This is the implementation of the highpass Filter. It is used by the interface "Filter". Highpass filters are normalized in order to get L2 orthonormality of the resulting wavelets (when it applies). See the class DiscreteHilbertSpace for an implementation of the L2 integration.
        Specified by:
        highpass in interface Filter
        param - a parameter for the filter
      • lowpass

        public double[] lowpass(double[] gete)
        Description copied from interface: Filter
        lowpass filter
        Specified by:
        lowpass in interface Filter
      • highpass

        public double[] highpass(double[] gete)
        This is the implementation of the highpass Filter. It is used by the interface "Filter". Highpass filters are normalized in order to get L2 orthonormality of the resulting wavelets (when it applies). See the class DiscreteHilbertSpace for an implementation of the L2 integration.
        Specified by:
        highpass in interface Filter

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.