Klasse TwoPathChannel

Alle implementierten Schnittstellen:
System
Bekannte direkte Unterklassen:
DelayChannel

public class TwoPathChannel extends FIR
  • Konstruktordetails

    • TwoPathChannel

      public TwoPathChannel()
  • Methodendetails

    • echoDelay

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

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

      public FIR time(double deltaT)
      Angegeben von:
      time in Klasse FIR