Package ipsk.math

Class GaussianWindow

  • All Implemented Interfaces:
    Window

    public class GaussianWindow
    extends java.lang.Object
    implements Window
    Gaussian window implementation.
    Author:
    K.Jaensch, klausj@phonetik.uni-muenchen.de
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static double DEFAULT_SIGMA  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getScale​(int i)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEFAULT_SIGMA

        public static double DEFAULT_SIGMA
    • Constructor Detail

      • GaussianWindow

        public GaussianWindow​(int size)
      • GaussianWindow

        public GaussianWindow​(int size,
                              double sigma)
    • Method Detail

      • getScale

        public double getScale​(int i)
        Specified by:
        getScale in interface Window