Hello,
I'm looking into the example three-gpp-ntn-channel-example.cc and there is this line:
in function CreateTxPowerSpectralDensity:
unsigned int numRbs = std::floor(bwHz / rbWidthHz);
By default there are following values set in main:
double bandwidthHz = 400e6; // Hz
double RbBandwidthHz = 120e3; // Hz
Which leads to number of RBs to be: 3333.
According to doc there should be 264 (attached image).
Please correct me if I'm missing something?
Thanks! (Just wanted to understand this whole calculation stuff, so going line by line in Your code)
BR,
Jelena