Channel

class pylayers.signal.standard.Channel(fcghz, bmhz, gmhz=0)[source]

Bases: pylayers.util.project.PyLayers, dict

a radio channel abstraction

Methods Summary

capacity(SNRdB)

calculates channel capacity

overlap(C)

tests wether 2 channels overlap

Methods Documentation

capacity(SNRdB)[source]

calculates channel capacity

SNRdB : SNR in dB

C : Channel capacity in Mbit/s (M=1e6)

overlap(C)[source]

tests wether 2 channels overlap

C : Channel

ovint

1 if overlaping channel 0 otherwise

To be used later for optimization purpose