Klasse UpConverter<T extends UpConverter<T>>

Alle implementierten Schnittstellen:
System
Bekannte direkte Unterklassen:
AddCyclicPrefixParallel2Serial, Complex2Real, IqSplitterShiftedInphaseBit, Multiplexer, OfdmSymbolDemux, Parallel2Serial, RemoveVirtualSubcarrierParallel2Serial, Symbol2Bit, Upsample

public abstract class UpConverter<T extends UpConverter<T>> extends SampleRateConverter<T>
Upsample for any signal type. The system gets the input signal and passes it. (Ratio-1) zeros are filled in (using getSignalType). Optimized termination and signal_available for synchronous display.
  • Konstruktordetails

    • UpConverter

      public UpConverter(int inRate, int outRate)
  • Methodendetails

    • build

      public final void build()