Keith_W7KEW
Member
I have the following problem:
[INDEX] : Site Index
[BASE_FREQ_n] : Base frequency (MHz)( 25.0000MHz to 1300.0000MHz, 5.0Hz step)
Base_FREQ_n = (base frequency * 10^6) / 5
(Hexadecimal number)
[SPACING_FREQ_n] : Spacing frequency(kHz)(0.125kHz to 128.0kHz, 0.125kHz step)
SPACING_FREQ_n = (spacing frequency *10^3)/125
(Hexadecimal number)
*n : Base Plan number
EX.) Base frequency = 851.00625MHz, Spacing frequency = 6.25kHz
[BASE_FREQ_n] = (851.00625*10^6)/5 = A2510A2(H)
[SPACING_FREQ_n] = (6.25*10^3)/125= 32 (H)
I'm trying to figure out how to enter in these values so that they come out correctly with a calculator.
(6.25*10^3)/125= 32 (Hex)
How do I enter in (6.25 * 10,000) / 125 in Hexadecimal
so it comes out as 32?
I haven't done this in over twenty years so forgive my forgetfulness ;-)
[INDEX] : Site Index
[BASE_FREQ_n] : Base frequency (MHz)( 25.0000MHz to 1300.0000MHz, 5.0Hz step)
Base_FREQ_n = (base frequency * 10^6) / 5
(Hexadecimal number)
[SPACING_FREQ_n] : Spacing frequency(kHz)(0.125kHz to 128.0kHz, 0.125kHz step)
SPACING_FREQ_n = (spacing frequency *10^3)/125
(Hexadecimal number)
*n : Base Plan number
EX.) Base frequency = 851.00625MHz, Spacing frequency = 6.25kHz
[BASE_FREQ_n] = (851.00625*10^6)/5 = A2510A2(H)
[SPACING_FREQ_n] = (6.25*10^3)/125= 32 (H)
I'm trying to figure out how to enter in these values so that they come out correctly with a calculator.
(6.25*10^3)/125= 32 (Hex)
How do I enter in (6.25 * 10,000) / 125 in Hexadecimal
so it comes out as 32?
I haven't done this in over twenty years so forgive my forgetfulness ;-)