Filter signal through 802.11ah multipath fading channel
The wlanTGahChannel
System object™ filters an input signal through an 802.11ah™ (TGah) 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 TGah 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 TGah multipath fading channel:
Create the wlanTGahChannel
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 TGah
channel System object, tgah
= wlanTGahChanneltgah
. This object filters a real or complex input
signal through the TGah channel to obtain the channel-impaired signal.
creates a TGah channel object, tgah
= wlanTGahChannel(Name
,Value
)tgah
, and sets properties using one or
more name-value pairs. Enclose each property name in quotes. For example,
wlanTGahChannel('NumReceiveAntennas',4,'SampleRate',4e6)
creates a
TGah channel with four receive antennas and a 4 MHz sample rate.
[
also returns in y
,pathGains
] = tgah(x
)pathGains
the TGah channel path gains of the
underlying fading process.
This syntax applies when you set the PathGainsOutputPort
property 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] Porat R., S. K. Yong, and K. Doppler. TGah Channel Model. IEEE 802.11-11/0968r4, March 2015.
[2] Erceg, V., L. Schumacher, P. Kyritsi, et al. TGn Channel Models. Version 4. IEEE 802.11-03/940r4, May 2004.
[3] Breit, G., H. Sampath, S. Vermani, 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.