java.lang.Object
de.labAlive.system.siso.channel.multipathFadingChannel.Paths2
All Implemented Interfaces:
Iterable<Path>

public class Paths2 extends Object implements Iterable<Path>
  • Constructor Details

    • Paths2

      public Paths2(de.labAlive.core.abstractSystem.System owner)
  • Method Details

    • build

      public void build()
    • pathDelays

      public void pathDelays(double... delays)
    • relativePowers

      public void relativePowers(double... dBs)
    • createDelayProperty

      public de.labAlive.property.system.DoubleProperty createDelayProperty(int i, double delay)
    • add

      public void add(Path path)
    • iterator

      public Iterator<Path> iterator()
      Specified by:
      iterator in interface Iterable<Path>
    • getMaxDelay

      public double getMaxDelay()