MIMO Multipath for specific array geometry
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Honglei Chen
el 28 de Jul. de 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 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!