Modifier and Type | Method and Description |
---|---|
static void |
RunWiring.connect(System... systems) |
Modifier and Type | Class and Description |
---|---|
class |
AnalogSISOSystem
(Convenient) base class for systems with single input and output.
|
class |
ComplexSource<T extends ComplexSource<T>>
Random binary, digital signal-source with 1 or -1
|
class |
DigitalSISOSystem
(Convenient) base class for systems with single input and output.
|
class |
DigitalSource<T extends DigitalSource<T>>
Random binary, digital signal-source with 1 or -1
|
class |
Generator<T extends Generator<T>>
Generates a periodical signal with specific amplitude and frequency.
|
class |
GeneratorWithPhase<T extends GeneratorWithPhase<T>> |
class |
MisoSystem
Base class for a MISO (multiple input single output) system.
|
class |
SignalSource<T extends SignalSource<T>> |
class |
Simo
SIMO-system with 1 input and 2 or more outputs.
|
class |
SISOSystem
(Convenient) base class for systems with single input and output.
|
Modifier and Type | Class and Description |
---|---|
class |
System |
class |
SystemComposite
Subclasses need not to call init().
|
Modifier and Type | Method and Description |
---|---|
void |
SystemComposite.addOutPorts(System system) |
Wire |
System.connect(System toSys)
Connects two systems.
|
void |
SystemCompositeImpl.replaceInPorts(System system) |
void |
SystemComposite.replaceInPorts(System system) |
void |
SystemCompositeImpl.replaceOutPorts(System system) |
void |
SystemComposite.replaceOutPorts(System system) |
void |
SystemImpl.setInPorts(System system)
This system's inPorts are set to the implementing System's inports.
|
void |
SystemImpl.setOutPorts(System system)
This system's outPorts are set to the implementingSystem's outPorts.
|
Modifier and Type | Class and Description |
---|---|
class |
OnConditionStartableSystem |
Modifier and Type | Class and Description |
---|---|
class |
SampleRateConverter |
Modifier and Type | Class and Description |
---|---|
class |
SISOSystem2Impl |
Modifier and Type | Class and Description |
---|---|
class |
Source2Impl |
Modifier and Type | Class and Description |
---|---|
class |
BitErrorRateMeter
The signal of input 1 is delayed, i.e. the 2nd connected input.
|
class |
DoubleInputMeterSystem
Regarded externally, the MultipleInputMeter has no outputs.
|
Constructor and Description |
---|
TransferFunctionImpulsResponse(System system) |
Constructor and Description |
---|
DefaultController(System samplingTimeReferenceSystem) |
StartupController(System samplingTimeReferenceSystem) |
Modifier and Type | Interface and Description |
---|---|
interface |
Source |
Modifier and Type | Class and Description |
---|---|
class |
Sink
Class for a TerminationSystem with an TerminationInPort.
|
Modifier and Type | Method and Description |
---|---|
Wire |
Wire.connect(System toSys)
Connects an additional output of the MuxWire to a system input.
|
Wire |
System.connect(System toSys) |
void |
Wire.connect(System fromSys,
int fromPortIdNumber,
System toSys,
int toPortIdNumber) |
void |
Wire.connect(System fromSys,
System toSys) |
Modifier and Type | Class and Description |
---|---|
class |
Adder
Adder with nIn inputs.
|
class |
Multiplier
Multiplier with nIn inputs.
|
Modifier and Type | Class and Description |
---|---|
class |
DropMultiplexer
Multiplexer with 2 inputs alternating switches input line to send to the output.
|
class |
Mux |
class |
Real2Complex |
Modifier and Type | Class and Description |
---|---|
class |
DownConverter<T extends DownConverter<T>>
Reduces the sampling rate by a ratio.
|
Modifier and Type | Class and Description |
---|---|
class |
DownSample
Down sampler for analog and digital signals.
|
class |
SynchronizationDownSample
Down sampler for analog and digital signals.
|
Modifier and Type | Class and Description |
---|---|
class |
Serial2Parallel
Serial2Parallel converter for analog and digital signals.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoveCyclicPrefixSerial2Parallel
Serial2Parallel converter for analog and digital signals.
|
Modifier and Type | Class and Description |
---|---|
class |
OfdmSymbolMux |
Modifier and Type | Class and Description |
---|---|
class |
AddVirtualSubcarrierSerial2Parallel
VirtualSubcarrierSerial2Parallel inserts zeros into the outgoing ParallelSignal.
|
Modifier and Type | Class and Description |
---|---|
class |
Bit2RealSymbol |
class |
Bit2Symbol
Maps bitsPerSymbol, e.g. 4, incoming bits (DigitalSignal)
to a symbol (complex signal).
|
Modifier and Type | Class and Description |
---|---|
class |
UpConverter<T extends UpConverter<T>>
Upsample for any signal type.
|
Modifier and Type | Class and Description |
---|---|
class |
Complex2Real |
Modifier and Type | Class and Description |
---|---|
class |
Multiplexer
Multiplexer is a MISO UpConverter.
|
Modifier and Type | Class and Description |
---|---|
class |
Parallel2Serial |
Modifier and Type | Class and Description |
---|---|
class |
AddCyclicPrefixParallel2Serial |
Modifier and Type | Class and Description |
---|---|
class |
OfdmSymbolDemux |
Modifier and Type | Class and Description |
---|---|
class |
RemoveVirtualSubcarrierParallel2Serial |
Modifier and Type | Class and Description |
---|---|
class |
Symbol2Bit |
Modifier and Type | Class and Description |
---|---|
class |
ToAnalogUpsample
All output signal are AnalogSignals.
|
class |
ToComplexUpsample
All output signal are AnalogSignals.
|
class |
Upsample
Upsample for any signal type.
|
Modifier and Type | Class and Description |
---|---|
class |
UpsampleHold
Upsample for any signal type.
|
Modifier and Type | Class and Description |
---|---|
class |
Splitter |
Modifier and Type | Class and Description |
---|---|
class |
Delay |
class |
Gain |
class |
IIR
IIR-Filter
|
class |
Quantizer
Also uniform quantiser.
|
class |
QuantizerErrorOutput
Uniform quantiser.
|
class |
VoidSystem |
Modifier and Type | Method and Description |
---|---|
Wire |
VoidSystem.connect(System toSystem) |
Modifier and Type | Class and Description |
---|---|
class |
Awgn |
class |
ChannelAwgn |
class |
ComplexFirChannel |
class |
FirAwgn |
Modifier and Type | Class and Description |
---|---|
class |
DelayChannel |
class |
EchoChannel |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedPedestrianAmodel |
class |
MultipathFadingChannel |
Modifier and Type | Class and Description |
---|---|
class |
DopplerMultipathFading |
class |
JakesComplexMultipathFadingChannel |
Modifier and Type | Interface and Description |
---|---|
interface |
Channel |
Modifier and Type | Class and Description |
---|---|
class |
ToReal |
Modifier and Type | Class and Description |
---|---|
class |
RealImaginarySwitch |
Modifier and Type | Class and Description |
---|---|
class |
ComplexFir
FIR-Filter for any signal type, also complexSignal Implementing class must set impulse response coefficients.
|
class |
DigitalFIR |
class |
ExponentialPulse |
class |
FIR
FIR-Filter
Implementing class must set impulse response coefficients.
|
class |
Fir2ComplexFir |
class |
GaussLowpass |
class |
Lowpass |
class |
NormalizedFIR |
class |
Pulse |
class |
RaisedCosineFilter
Raised Cosine (RC)
Base class for cos-roll-off lowpass filter
|
class |
RcLowpass |
class |
Rect |
class |
RectBandpass
Ideal bandpass filter.
|
class |
RectHighpass
Ideal highpass filter.
|
class |
RectLowpass
Ideal low pass filter / si impulse.
|
class |
RectPass
Base class for low and high pass filter
|
class |
Sinc |
class |
Sinc2 |
class |
TimeLimitedPulse |
Modifier and Type | Class and Description |
---|---|
class |
HalfSine |
class |
RootRaisedCosineFilter
Root Raised Cosine (RRC)
Cosinus-roll-off-Filter (root-raised-cosine filter)
|
Modifier and Type | Class and Description |
---|---|
class |
AnalyticDemodulator
In: ComplexSignal or AnalogSignal - bandpass
Out: ComplexSignal, detection signal
|
class |
AnalyticModulator
In: ComplexSignal
Out: ComplexSignal
|
Modifier and Type | Class and Description |
---|---|
class |
BasebandDemodulator |
class |
BaseBandModemImpl |
class |
BasebandModulator |
Modifier and Type | Method and Description |
---|---|
System |
BaseBandModemImpl.getPulseShaper() |
Modifier and Type | Class and Description |
---|---|
class |
EquivalentBasebandDemodulator
In: ComplexSignal or AnalogSignal - bandpass
Out: ComplexSignal, detection signal
|
class |
EquivalentBasebandModulator
In: ComplexSignal
Out: AnalogSignal
|
Modifier and Type | Class and Description |
---|---|
class |
VoidModemSystem |
Modifier and Type | Method and Description |
---|---|
System |
VoidModemSystem.getPulseShaper() |
Modifier and Type | Method and Description |
---|---|
Wire |
VoidModemSystem.connect(System toSystem) |
Modifier and Type | Class and Description |
---|---|
class |
OffsetQuadratureDemodulator |
class |
OffsetQuadratureModulator |
Modifier and Type | Class and Description |
---|---|
class |
Merger |
class |
QuadratureDemodulator
In: AnalogSignal
Out: ComplexSignal
|
class |
QuadratureModulator
In: ComplexSignal
Out: AnalogSignal
|
Modifier and Type | Class and Description |
---|---|
class |
ComplexDemodulator |
class |
ComplexModulator
In: ComplexSignal
Out: AnalogSignal
|
Modifier and Type | Class and Description |
---|---|
class |
IqSplitter
Divides datastream into an inphase and quadrature stream.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BaseBandModem |
Modifier and Type | Method and Description |
---|---|
System |
BaseBandModem.getPulseShaper() |
Modifier and Type | Class and Description |
---|---|
class |
PulseShaperSwitch |
Modifier and Type | Method and Description |
---|---|
System |
PulseShaperWrapper.getPulseShaper() |
Modifier and Type | Class and Description |
---|---|
class |
NilPulseShaper |
Modifier and Type | Method and Description |
---|---|
System |
SymbolMapping.detector() |
System |
SymbolMapping.mapping() |
Modifier and Type | Class and Description |
---|---|
class |
BinaryDecider
The decider maps the analog input signal to a digital output signal.
|
class |
Commutator |
class |
Expander
System to expand the amplitudes of a signal with
the 13-Segment-Kennlinie
|
class |
Kompressor
Class to kompress the amplitudes of a incoming siganl with
the 13-Segment-Kennlinie
|
class |
NonlinearSystem |
class |
Parabola |
Modifier and Type | Method and Description |
---|---|
System |
Ofdm.getFft() |
System |
Ofdm.getIfft() |
Modifier and Type | Class and Description |
---|---|
class |
OfdmReceiver |
class |
OfdmTransmitter |
class |
PrefixFFT |
class |
PrefixIFFT |
class |
PrefixVirtualSubcarrierFFT |
class |
PrefixVirtualSubcarrierIFFT |
class |
SerialFFT |
class |
SerialIFFT |
class |
Systemsequence |
Modifier and Type | Method and Description |
---|---|
System[] |
Systemsequence.getSystems() |
Modifier and Type | Method and Description |
---|---|
void |
Systemsequence.setSystems(System... systems) |
Constructor and Description |
---|
Systemsequence(System... systems) |
Modifier and Type | Class and Description |
---|---|
class |
Equalizer |
class |
FFT |
class |
IFFT |
class |
ParallelSignalSiso
The in and outgoing signals are of type ParallelSignal.
|
Modifier and Type | Class and Description |
---|---|
class |
SystemSwitch |
Modifier and Type | Class and Description |
---|---|
class |
CosMinusSineGenerator
Outputs 2 signals: the 2nd is 90° behind
phaseOffset = 0°: sine and cosine
phaseOffset = 90°: cosine and -sine
phaseOffset = 180°: -sine and -cosine
phaseOffset = 270°: -cosine and sine
|
class |
CosSineGenerator
Outputs 2 signals: the 2nd is 90° behind.
|
class |
SineGenerator |
Modifier and Type | Class and Description |
---|---|
class |
ComplexDcSource |
class |
ComplexInverseSineGenerator |
class |
ComplexSineGenerator |
Modifier and Type | Class and Description |
---|---|
class |
ManualInputComplexSource |
Modifier and Type | Class and Description |
---|---|
class |
FileSignalSource |
Modifier and Type | Class and Description |
---|---|
class |
UsrpSource<T extends UsrpSource<T>> |
class |
UsrpUdpSource |
Modifier and Type | Class and Description |
---|---|
class |
DigitalSignalGenerator |
Modifier and Type | Class and Description |
---|---|
class |
GaussianNoise
White Gaussian noise source producing analog or complex signals
Example for dependent / readonly parameter
|
Modifier and Type | Class and Description |
---|---|
class |
SignalGenerator
Produces analog signals with selectable wave forms sine, triangle, rectangle ...
|
Modifier and Type | Class and Description |
---|---|
class |
SquarePulseGenerator |
Modifier and Type | Class and Description |
---|---|
class |
AudioSignalGenerator |
class |
WavSignalGenerator |
Modifier and Type | Class and Description |
---|---|
class |
AudioStereoSignalGenerator |
Modifier and Type | Class and Description |
---|---|
class |
SelectablePulseShaper |
Modifier and Type | Class and Description |
---|---|
class |
AnalogSystemSwitch |
Modifier and Type | Class and Description |
---|---|
class |
Coder |
Modifier and Type | Class and Description |
---|---|
class |
Decoder |
Modifier and Type | Class and Description |
---|---|
class |
AnalogDespreader
AnalogDespreader implements a analog DownSampler that puts out the sum of last period signals.
|
class |
Despreader
TODO an neuem Downsample anpassen
Despreader implements a digital DownSampler that puts out the sum of last period signals.
|
Modifier and Type | Class and Description |
---|---|
class |
DigitalModulator |
class |
MSKasFSKModulator |
class |
MSKModulator |
class |
OQPSKModulator |
class |
QPSKModulator |
Modifier and Type | Class and Description |
---|---|
class |
IqSplitterQpsk
Divides datastream into an inphase and quadrature stream.
|
class |
IqSplitterShiftedInphaseBit
I-Q-Splitter Divides datastream into an inphase and quadrature stream.
|
Modifier and Type | Method and Description |
---|---|
System |
ConstructorExpression.createInvokeSystem() |
System[] |
SystemChain.parse() |
Modifier and Type | Method and Description |
---|---|
static System |
SystemCreator.create(java.lang.String searchSystemName) |
Modifier and Type | Class and Description |
---|---|
class |
FibreChannel
FibreChannel wie im Praktikum
|
Modifier and Type | Class and Description |
---|---|
class |
MorseGenerator |
Modifier and Type | Class and Description |
---|---|
class |
AtmosphericAbsorption |
class |
GainDb |
class |
RadarDelayChannel |
class |
ReceivingAntenna |
class |
Target |
Modifier and Type | Class and Description |
---|---|
class |
FMComplexModulator |
class |
FmModulator |
Modifier and Type | Class and Description |
---|---|
class |
FMComplexDemod |
Modifier and Type | Class and Description |
---|---|
class |
NonlinearQuantisiererOld
Quantize a incoming analog signal
|
Modifier and Type | Class and Description |
---|---|
class |
Amplitudenbegrenzung
Class to border the amplitude of a analog signal
|
Modifier and Type | Class and Description |
---|---|
class |
SelectablePulse |