Class ShortTimeFourierTransformSample


  • public class ShortTimeFourierTransformSample
    extends AbstractDemoApplication
    Example illustrating the Short-time Fourier Transform TODO: - add nonzero imaginary part to sample data? - move computations out of javaFX application thread
    Author:
    akrimm
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javafx.application.Application

        javafx.application.Application.Parameters
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javafx.scene.Node getContent()  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class javafx.application.Application

        getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
      • Methods inherited from class java.lang.Object

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

      • chart1

        protected de.gsi.chart.XYChart chart1
      • chart2

        protected de.gsi.chart.XYChart chart2
      • chart3

        protected de.gsi.chart.XYChart chart3
    • Constructor Detail

      • ShortTimeFourierTransformSample

        public ShortTimeFourierTransformSample()
        Override default constructor to increase window size
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)