Klasse Awgn
java.lang.Object
de.labAlive.core.wiringComponent.WiringComponent
de.labAlive.core.abstractSystem.System
de.labAlive.core.abstractSystem.SystemComposite
de.labAlive.system.siso.channel.Awgn
- Bekannte direkte Unterklassen:
ChannelAwgn
Additive white Gaussian noise (AWGN) is a basic channel model that adds white Gaussian noise to the input signal.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungAwgn()Creates an AWGN channel where the power spectral density of the Gaussian noise can be adjusted.Creates an AWGN channel where the absolute power or the power spectral density of the Gaussian noise can be adjusted. -
Methodenübersicht
Modifikator und TypMethodeBeschreibungvoidconnect()Systems are connected, e.g. sigGen.connect(filter).getNoise()voidlabel()noisePower(double power) signalType(Signal signalType) Von Klasse geerbte Methoden SystemComposite
addOutPorts, createSystems, createWires, doWiringLayout, getImplementation, init, replaceInPort, replaceInPorts, replaceOutPorts, stepVon Klasse geerbte Methoden System
connect, doubleAttenuationProperty, doubleAttenuationProperty, doubleDbProperty, doubleDbProperty, doubleProperty, doubleProperty, getInWire, getOutWire, getOutWire, hide, hideSystemOnly, label, name, rebuild, set, showVon Klasse geerbte Methoden WiringComponent
addSymbol, getMainParameters, getName, longName, name, name, notifyBeforeParameterChange, setStepInterceptor, setSymbol, setSymbolResolver, show, show, toStringVon Schnittstelle geerbte Methoden System
addSymbol, connect, getImplementation, getInWire, getOutWire, label, longName, name, name, set, setStepInterceptor, setSymbol, show, show
-
Konstruktordetails
-
Awgn
public Awgn()Creates an AWGN channel where the power spectral density of the Gaussian noise can be adjusted. -
Awgn
Creates an AWGN channel where the absolute power or the power spectral density of the Gaussian noise can be adjusted.
-
-
Methodendetails
-
powerType
-
signalType
- Angegeben von:
signalTypein SchnittstelleChannel
-
awgn
-
noisePower
- Angegeben von:
noisePowerin SchnittstelleChannel
-
getNoise
-
connect
public void connect()Beschreibung aus Klasse kopiert:SystemCompositeSystems are connected, e.g. sigGen.connect(filter). The auto-generated wires can be handled, e.g. Wire sigGenW = sigGen.connect(filter); sigGenW.setName("x(t)");- Angegeben von:
connectin KlasseSystemComposite
-
label
public void label()- Setzt außer Kraft:
labelin KlasseSystemComposite
-