Two independent scalar radio links #1102
Replies: 2 comments 4 replies
-
|
Please, include the version of inet-framework that you are using. You will have this error with In any case, this error with IsotropicScalarBackgroundNoise if both radios don't have the same bandwidth. I think that it is possible to use IsotropicDimensionalBackgroundNoise to avoid this problem, For example *.radioMedium.analogModel.typename = "ScalarMediumAnalogModel" But I think that in this case you need to use Dimensional radio. You are using two interfaces with different characteristics that Dimensional radio is tailored for this. |
Beta Was this translation helpful? Give feedback.
-
|
If the two mediums are completely independent, you can use the scalar versions with 2 medium modules. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to simulate two (scalar) radio links, each with its own frequency, bandwidth, modulation ...
I started with the Coexistence of IEEE 802.11 and 802.15.4 showcase. But switching to the scalar version, I run into an error in
IsotropicScalarBackgroundNoise(<!> Background noise bandwidth doesn't match listening bandwidth -- in module (inet::physicallayer::RadioMedium) CoexistenceShowcase.radioMedium (id=3), during network initialization).I have no problem to set all bandwidths to one value and compenstate the SNIR error in my error model. Did I miss a parameter?
Thank you. Best regards. Wolfram
My configuration/network of the coexistence show case:
Beta Was this translation helpful? Give feedback.
All reactions