Documentation of 'jsci.maths.wavelet.Filter' Java class
Filter
jsci.maths.wavelet

Interface Filter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      double[] highpass(double[] y)
      Highpass filters are normalized in order to get L2 orthonormality of the resulting wavelets (when it applies).
      double[] highpass(double[] y, double[] param)
      Highpass filters are normalized in order to get L2 orthonormality of the resulting wavelets (when it applies).
      double[] lowpass(double[] x)
      lowpass filter
      double[] lowpass(double[] x, double[] param)
      lowpass filter
      int previousDimension(int k)
      This method return the number of "scaling" functions at the previous scale given a number of scaling functions.
    • Method Detail

      • lowpass

        double[] lowpass(double[] x)
        lowpass filter
      • highpass

        double[] highpass(double[] y)
        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.
      • lowpass

        double[] lowpass(double[] x,
                         double[] param)
        lowpass filter
        Parameters:
        param - a parameter for the filter
      • highpass

        double[] highpass(double[] y,
                          double[] param)
        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.
        Parameters:
        param - a parameter for the filter
      • previousDimension

        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". However this method is used in the context of signal processing for performance reasons.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.