comm.WINNER2Channel
Filter input signal through WINNER II fading channel
Download Required: To use comm.WINNER2Channel, first download the WINNER II Channel Model for Communications Toolbox add-on.
Description
The comm.WINNER2Channel
System object™ filters an input signal through a WINNER II fading channel. The object
utilizes the basic model defined and provided by the WINNER II Channel Models [1].
To filter an input signal through a WINNER II fading channel:
Create the
comm.WINNER2Channel
object and set its properties.Call the object with arguments, as if it were a function.
To learn more about how System objects work, see What Are System Objects?
Creation
Syntax
Description
creates a WINNER II fading channel System object to model single or multiple links. winchannel
= comm.WINNER2Channelwinchannel
generates channel coefficients using the WINNER II spatial channel model (SCM).
It also filters a real or complex input signal through the fading channel for
each link.
specifies properties using one or more name-value arguments. For example,
winchannel
= comm.WINNER2Channel(Name,Value
)'NormalizeChannelOutputs','false'
specifies to not
normalize the channel outputs.
sets the winchannel
= comm.WINNER2Channel(cfgModel
)ModelConfig
property to cfgModel
.
set the winchannel
= comm.WINNER2Channel(cfgModel
,cfgLayout
)LayoutConfig
property to cfgLayout
.
Properties
Usage
Description
Input Arguments
Output Arguments
Object Functions
To use an object function, specify the
System object as the first input argument. For
example, to release system resources of a System object named obj
, use
this syntax:
release(obj)
Note
When you use the reset
object function, if the
ModelConfig.RandomSeed
property of object is empty,
reset
resets the filters only. Otherwise,
reset
resets the filters and reinitializes the random
number stream to the value of the ModelConfig
.RandomSeed
field.
Examples
More About
References
[1] Kyosti, Pekka, Juha Meinila, et al. WINNER II Channel Models. D1.1.2 V1.2. IST-4–027756 WINNER II, September 2007.
Version History
Introduced in R2016b