Klasse Serial2Parallel

Alle implementierten Schnittstellen:
System

public class Serial2Parallel extends DownConverter<Serial2Parallel>
Serial2Parallel converter for analog and digital signals. Parallelizes a signal into N (ratio) streams (represented by a stream of a SignalSets each containing the concurrent parallel signals). The outgoing signal is of type ParallelSignal.
  • Konstruktordetails

    • Serial2Parallel

      public Serial2Parallel(int ratio)
  • Methodendetails

    • throwAwayInitialSamples

      public Serial2Parallel throwAwayInitialSamples(int numberOfThrownAwayInitialSamples)
      :
      Parameter:
      numberOfThrownAwayInitialSamples - default 0 (no samples are thrown away) up to ratio - 1 initial samples can be thrown away