phy.Set ("TxAntennas", UintegerValue (8));
phy.Set ("RxAntennas", UintegerValue (8)); means that i fix the number of SS to 8 ???
--
Posting to this group should follow these guidelines https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
--- You received this message because you are subscribed to a topic in the Google Groups "ns-3-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ns-3-users/sYAdNYF120I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ns-3-users+unsubscribe@googlegroups.com.
To post to this group, send email to ns-3-...@googlegroups.com.
Visit this group at https://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/d/optout.
phy.Set ("Antennas", UintegerValue (8));
phy.Set ("MaxSupportedTxSpatialStreams", UintegerValue (8));
phy.Set ("MaxSupportedRxSpatialStreams", UintegerValue (8));
Yes I try to execute the code in ns3.27phy.Set ("Antennas", UintegerValue (8));
phy.Set ("MaxSupportedTxSpatialStreams", UintegerValue (8));
phy.Set ("MaxSupportedRxSpatialStreams", UintegerValue (8));
But it shows me messages errors that the number of antennas should be fixed between 1 and 4 (1=<number of antennas<=4 ), and the number of spatial streams must be <= the number of antennas , so the number max of spatial streams is 4 .===========================> ns3.27 not allows me to fix the number of spatial streams to 8 , max number is 4. You understand me please?? I need to be sure in the order to evaluate the performance of Minstrel HT in VHT network.
--