Class TwoPathChannel

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.fir.FIR
de.labAlive.system.siso.channel.echo.TwoPathChannel
All Implemented Interfaces:
de.labAlive.system.System
Direct Known Subclasses:
DelayChannel

public class TwoPathChannel extends FIR
  • Field Summary

    Fields inherited from class de.labAlive.system.siso.fir.FIR

    h, systemMeasures
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    echoAmplitude(double echoAmplitude)
     
    echoDelay(double echoDelay)
     
    time(double deltaT)
     

    Methods inherited from class de.labAlive.system.siso.fir.FIR

    build, frequency, hedgeNumberOfCoefficients, hedgeNumberOfCoefficients, notifyPropertyChanged

    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

    • TwoPathChannel

      public TwoPathChannel()
  • Method Details

    • echoDelay

      public TwoPathChannel echoDelay(double echoDelay)
      Parameters:
      echoDelay - defines how many zeros are in the coefficients
    • echoAmplitude

      public TwoPathChannel echoAmplitude(double echoAmplitude)
      Parameters:
      echoAmplitude - coefficients are n*1,0,0,...,n*echoAmplitude n depends on powerNormalization - power is 1.
    • time

      public FIR time(double deltaT)
      Specified by:
      time in class FIR