implemented task4 1-4, documentation needs to be written
This commit is contained in:
@@ -20,6 +20,10 @@ amplifierGain = 30;
|
||||
cfgEHT.User{1}.MCS = 3;
|
||||
simParameters.TransmitPower = txPower;
|
||||
|
||||
if exist("only_define_baseline_vars", "var") && only_define_baseline_vars
|
||||
return;
|
||||
end
|
||||
|
||||
[~, numPacketsSimulated, ~, rxPower, pathLoss] = simulateTransmission(accessAnalysisResults, cfgEHT, channel, maxChDelay, [], inf, simParameters);
|
||||
|
||||
packetIdx = 1:numPacketsSimulated;
|
||||
|
||||
Reference in New Issue
Block a user