generic.xml 782 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <root>
  3. <AnalogueModels>
  4. <AnalogueModel type="SimplePathlossModel">
  5. <parameter name="alpha" type="double" value="3.0"/>
  6. <parameter name="carrierFrequency" type="double" value="2.4e+9"/>
  7. </AnalogueModel>
  8. </AnalogueModels>
  9. <Decider type="SNRThresholdDecider">
  10. <!-- SNR threshold (as fraction) above which the decider consideres a
  11. a signal as received correctly. -->
  12. <parameter name="snrThreshold" type="double" value="10"/>
  13. <!-- RSSI (noise and signal) threshold (in mW) above which the
  14. channel is considered idle. If this parameter is
  15. ommited the sensitivity of the physical layer is
  16. used as threshold.-->
  17. <parameter name="busyThreshold" type="double" value="1.99526231497E-9"/>
  18. </Decider>
  19. </root>