MIMO Multipath for specific array geometry
3 views (last 30 days)
Show older comments
Hello,
I am running a Direction of Arrival estimation algorithm - MUSIC - and i want to examine the effect multipath fading has on the estimation. I also want to do this for various array geometries, e.g. square, circular etc. I have seen the examples for comm.MIMOChannel but i cannot figure out how to specify directly or indirectly the array i am using. There is an argument 'NumReceiveAntennas' in the MIMOChannel constructor but how does one specify the configuration of these antennas? I am guessing multipath will have a different effect on a circular and on a linear array for example. What is the best way to do this?
Thank you for your time
0 Comments
Answers (1)
Honglei Chen
on 28 Jul 2017
comm.MIMOChannel does not specify the array geometry directly. Rather it uses correlation matrix to include the array effect. To do that, you can set the SpatialCorrelation to true and then specify the TransmitCorrelationMatrix and ReceiveCorrelationMatrix properties. See the reference page at
If you want to specify the array geometry directly, you can consider the scatteringchanmtx function or phased.ScatteringMIMOChannel depending on your preference. The function assumes a narrowband operation with isotropic elements. The latter allows specifying the array directly and provides more control on scatterer placements.
HTH
2 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!