Ad Hoc Network Communication Protocol with Power Control
This implementation models an ad hoc network where mobile nodes maintain constant transmission power (PTx = 1W). Each node employs carrier sensing by measuring received signal power X = I + N (interference plus noise) before transmission. Transmission is permitted only when X < INThre (background noise threshold = 1.2e-10). Key parameters include receiver sensitivity Smin = -80 dBm and minimum signal-to-noise ratio γ_min = 2 dB. The simulation implements power control logic through conditional transmission authorization.