Class Kompressor

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.baseSystem.AnalogSISOSystem
de.labAlive.system.siso.nonlinear.Kompressor
All Implemented Interfaces:
de.labAlive.system.System

public class Kompressor extends de.labAlive.baseSystem.AnalogSISOSystem
Class to kompress the amplitudes of a incoming siganl with the 13-Segment-Kennlinie
Author:
Alexander Serek
  • Constructor Summary

    Constructors
    Constructor
    Description
    Kompressor(String name, double max_amplitude)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    getSignal(double in)
    Performs a simulation step.
    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

    • Kompressor

      public Kompressor(String name, double max_amplitude)
      Parameters:
      name - name of the system
      max_amplitude - maximal limit of the amplitude
  • Method Details

    • notifyBeforeBuild

      public void notifyBeforeBuild()
    • getSignal

      public double getSignal(double in)
      Performs a simulation step.