Filter signal through an 802.11ax multipath fading channel
The wlanTGaxChannel
System object™ filters an input signal through an 802.11ax™ (TGax) indoor MIMO channel as specified in [1], following the MIMO modeling approach described in [4].
The fading processing assumes the same parameters for all NT-by-NR links of the TGax channel, where NT is the number of transmit antennas and NR is the number of receive antennas. Each link comprises all multipaths for that link.
To filter an input signal using a TGax multipath fading channel:
Create the wlanTGaxChannel
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?.
creates a
TGax channel System object, tgax
= wlanTGaxChanneltgax
. This object filters a real or complex
input signal through the TGax channel to obtain the channel-impaired
signal.
creates a TGax channel object, tgax
= wlanTGaxChannel(Name
,Value
)tgax
, and sets properties
using one or more name-value pairs. Enclose each property name in quotes. For
example,
wlanTGaxChannel('NumReceiveAntennas',2,'SampleRate',10e6)
creates a TGax channel with two receive antennas and a 10 MHz sample
rate.
[
also returns in y
,pathGains
] = tgax(x
)pathGains
the TGax channel path gains of
the underlying fading process.
This syntax applies when you set the PathGainsOutputPort
property of tgax
to
1
(true
).
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
reset
: If the
RandomStream
property of the System object is set to 'Global stream'
, the reset
function resets the filters only. If you set
RandomStream
to 'mt19937ar with seed'
,
the reset
function also reinitializes the random
number stream to the value of the Seed
property.
[1] Jianhan, L., Ron, P. et al. TGax Channel Model. IEEE 802.11-14/0882r4, September 2014.
[2] Erceg, V., Schumacher, L., Kyritsi, P. et al. TGn Channel Models. Version 4. IEEE 802.11-03/940r4, May 2004.
[3] Breit, G., Sampath, H., Vermani, S. et al. TGac Channel Model Addendum. Version 12. IEEE 802.11-09/0308r12, March 2010.
[4] Kermoal, J. P., L. Schumacher, K. I. Pedersen, P. E. Mogensen, and F. Frederiksen. “A Stochastic MIMO Radio Channel Model with Experimental Validation.” IEEE Journal on Selected Areas in Communications. Vol. 20, No. 6, August 2002, pp. 1211–1226.