Package ipsk.math

Class HammingWindow

  • All Implemented Interfaces:
    Window

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

      Constructors 
      Constructor Description
      HammingWindow​(int size)  
    • 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
    • Constructor Detail

      • HammingWindow

        public HammingWindow​(int size)
    • Method Detail

      • getScale

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