Filter input signal through WINNER II fading channel
To use comm.WINNER2Channel
, first download the
WINNER II Channel Model for Communications Toolbox™ from the Add-On Explorer. For more information on downloading
add-ons, see Get and Manage Add-Ons.
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 using a WINNER II fading channel:
Define and set up your WINNER II channel object. See Construction.
Call step
to filter the input signal
through a WINNER II fading channel according to the properties of comm.WINNER2Channel
.
Note
Alternatively, instead of using the step
method
to perform the operation defined by the System object, you can call the object with arguments, as if it were a function. For
example, y = step(obj,x)
and y = obj(x)
perform equivalent operations.
creates a WINNER
II fading channel System object to model single or multiple links. chan
= comm.WINNER2Channelchan
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.
creates a WINNER II fading channel object, chan
= comm.WINNER2Channel(Name,Value
)chan
, that overrides
default values using one or more Name,Value
pair arguments. You can
specify additional name-value pair arguments in any order as
Name1,Value1,...,NameN,ValueN
.
creates a WINNER II fading channel object with the chan
= comm.WINNER2Channel(cfgModel
)ModelConfig
property set to cfgModel
.
creates a WINNER II fading channel object with the chan
= comm.WINNER2Channel(cfgModel
,cfgLayout
)ModelConfig
property set to cfgModel
and the LayoutConfig
property set to cfgLayout
.
|
WINNER II model parameter configuration WINNER II model parameter configuration, specified as a structure containing these fields:
| ||||||||||||||||||||||||||||||
|
WINNER II layout parameter configuration WINNER II layout parameter configuration, specified as a structure containing these fields:
| ||||||||||||||||||||||||||||||
|
Normalize channel outputs, specified as For more information, see Channel Power. |
info | Display information about WINNER2Channel object |
reset | Reset states of WINNER2Channel object |
step | Filter input signal through WINNER II fading channel |
Common to All System Objects | |
---|---|
release | Allow System object property value changes |
The signal sample rate (RS) for generating channel coefficients and performing channel filtering is calculated per link using the mobile station speed (VMS), half wavelength distance, and sample density. The sample rate for each link is available as a field in the info method return.
RS = VMS / (C / Fcenter / 2 / NSD),
For the MS speed,VMS,
When
ModelConfig
.UniformTimeSampling
is set to 'no'
,
VMS is the
speed of the MS for the corresponding link, derived from the
LayoutConfig
.Stations(i)
.Velocity
field.
When
ModelConfig
.UniformTimeSampling
is set to 'yes'
,
VMS is the
maximum speed of the MS for all links.
C is the speed of light
(2.99792458e8
m/s).
Fcenter is
ModelConfig
.CenterFrequency
.
NSD is
ModelConfig
.SampleDensity
.
These conditions apply to the channel power of the comm.WINNER2Channel
object:
When path loss and shadowing are off, path gains are normalized.
Specifically, path gains are normalized when the ModelConfig.ShadowingModelUsed
and
ModelConfig.PathLossModelUsed
parameters are set to 'no'
.
When the NormalizeChannelOutputs property is
true
, the average gain of the channel is 0 dB.
[1] Kyosti, Pekka, Juha Meinila, et al. WINNER II Channel Models. D1.1.2 V1.2. IST-4–027756 WINNER II, September 2007.