MIMO Multipath for specific array geometry
Mostra commenti meno recenti
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
Risposte (1)
Honglei Chen
il 28 Lug 2017
0 voti
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 Commenti
George Vardakis
il 4 Ago 2017
Honglei Chen
il 7 Set 2017
Sorry I didn't see this earlier. The (0,0) is x axis.
Categorie
Scopri di più su Array Geometries and Analysis in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!