Application: USE YOUR BROWSER "BACK" BUTTON TO RETURN © 1999 DR. ERNEST SIMO - SPACE2000
Example: PILOT_STRENGTH is a 6-bit word in the PMRM. The mobile station mea-sures the pilot strength (Ec/Io) as a fraction, not in dB. It then calculates the largest integer less than or equal to -20log10(Ec/Io). Suppose Ec/Io equals .25, meaning that 25% of the energy in the total bandwidth is due to the pilot. Then -20log10(.25) equals decimal 12.04. Then in decimal form PILOT_STRENGTH equals 12. In binary form PILOT_STRENGTH equals 001100. If -20log10(Ec/Io) is less than zero, a physical impossibility, then the value entered for PILOT_STRENGTH is binary 000000. If the calculation of the largest integer less than or equal to -20log10(Ec/Io) is greater than decimal 63, PILOT_STRENGTH is set equal to 111111. This means that the smallest Ec/Io ratio accurately reported is such that -20log10(Ec/Io) is on the order of decimal 63.9999. Solving for Ec/Io yields a value of about decimal .00063. NUM_PILOTS has 4 bits assigned to it in the PMRM. In fact, 6 pilots is the maximum size of the active set supported by the mobile station. USE YOUR BROWSER "BACK" BUTTON TO RETURN © 1999 DR. ERNEST SIMO - SPACE2000 |