Class IIRFilterSample


  • public class IIRFilterSample
    extends AbstractDemoApplication
    Reads schottky measurement data and downmixes it with the following algorithm: * apply band-pass arround the relevant band * multiply with 28 MHz sine signal * low-pass filter * downsampling Then applies different IIR Filters to the signal
    Author:
    rstein
    • Nested Class Summary

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

        javafx.application.Application.Parameters
    • Constructor Summary

      Constructors 
      Constructor Description
      IIRFilterSample()  
    • 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
    • Constructor Detail

      • IIRFilterSample

        public IIRFilterSample()
    • Method Detail

      • main

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