InterviewSolution
Saved Bookmarks
| 1. |
For a cellular system, if there are N cells and each cell is allocated k channel. What is the total number of available radio channels, S?(a) S=k*N(b) S=k/N(c) S=N/k(d) S=k^NThis question was posed to me in class test.I'm obligated to ask this question of Frequency Reuse topic in section The Cellular Concept – System Design Fundamentals of Wireless/Mobile |
|
Answer» Correct OPTION is (a) S=k*N |
|