Package wellen.dsp

Class FilterBandPass

java.lang.Object
wellen.dsp.FilterBandPass
All Implemented Interfaces:
DSPNodeProcess

public class FilterBandPass extends Object implements DSPNodeProcess
Low-Pass Filter 1st order
  • Constructor Details

    • FilterBandPass

      public FilterBandPass()
    • FilterBandPass

      public FilterBandPass(int sampling_rate)
  • Method Details

    • get_frequency

      public float get_frequency()
    • set_frequency

      public void set_frequency(float frequency)
    • get_bandwidth

      public float get_bandwidth()
    • set_bandwidth

      public void set_bandwidth(float bandwidth)
    • process

      public float process(float sig)
      Specified by:
      process in interface DSPNodeProcess
      Parameters:
      sig - input signal
      Returns:
      processed signal