Uses of Interface
de.labAlive.system.siso.channel.sets.Channel
Packages that use Channel
-
Uses of Channel in de.labAlive.system.siso.channel
Classes in de.labAlive.system.siso.channel that implement ChannelModifier and TypeClassDescriptionclass
Additive white Gaussian noise (AWGN) is a basic channel model that adds white Gaussian noise to the input signal.class
class
class
-
Uses of Channel in de.labAlive.system.siso.channel.sets
Methods in de.labAlive.system.siso.channel.sets that return ChannelModifier and TypeMethodDescriptionChannel.awgn
(de.labAlive.property.Switch awgnSwitch) Channel.noisePower
(double power) Channel.signalType
(de.labAlive.core.signal.Signal signalType) static Channel[]
Channels.values()
Methods in de.labAlive.system.siso.channel.sets that return types with arguments of type ChannelMethods in de.labAlive.system.siso.channel.sets with parameters of type ChannelConstructors in de.labAlive.system.siso.channel.sets with parameters of type ChannelModifierConstructorDescriptionSelectableChannel
(Channel defaultValue, de.labAlive.property.Switch awgnSwitch)