Class TransferAttenuation

java.lang.Object
de.labAlive.core.wiringComponent.WiringComponent
de.labAlive.core.abstractSystem.System
de.labAlive.core.abstractSystem.siso.SISOSystem2Impl
de.labAlive.baseSystem.SISOSystem
de.labAlive.system.siso.gain.Gain
de.labAlive.system.siso.gain.TransferAttenuation
All Implemented Interfaces:
de.labAlive.system.System

public class TransferAttenuation extends Gain
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    TransferAttenuation(double gainDb)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    gain(double gainDb)
     
    void
     

    Methods inherited from class de.labAlive.core.abstractSystem.System

    connect, doubleAttenuationProperty, doubleAttenuationProperty, doubleDbProperty, doubleDbProperty, doubleProperty, doubleProperty, getImplementation, getInWire, getOutWire, getOutWire, hide, hideSystemOnly, label, name, rebuild, set, show

    Methods inherited from class de.labAlive.core.wiringComponent.WiringComponent

    addSymbol, getMainParameters, getName, longName, name, name, notifyBeforeParameterChange, setStepInterceptor, setSymbol, setSymbolResolver, show, show, toString

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface de.labAlive.system.System

    addSymbol, longName, name, setStepInterceptor, setSymbol, show, show
  • Constructor Details

    • TransferAttenuation

      public TransferAttenuation()
    • TransferAttenuation

      public TransferAttenuation(double gainDb)
  • Method Details

    • gain

      public TransferAttenuation gain(double gainDb)
      Overrides:
      gain in class Gain
    • notifyPropertyChanged

      public void notifyPropertyChanged()