C-Band is used in America, we also have users in the United States and Canada who use Settopboxes.
For Ku-Band:MODE: DVB-S FREQUENCY(MHz): 10718 SYMBOL_RATE: 27500 MODULATION: QPSK VOLTAGE: 13V TONE: OFF
it says 10718 MHz
while
OK 968531 27500 FEC_AUTO NOT_IMPLEMENTED INVERSION_OFF
is in KHz
10718XXX KHz = 968531 KHz + 9750000 (=10718531) -- since tone is off you only need to add 9750000, if tone would be on you would need to add 10600000
It's about the calculation itself and that one should be clear (regardless of the programming language).
For C-Band you need to calculate it that way:cband_frequency = 5150000-tuner_frequency;
the tuner_frequency is always between 950 - 2150 MHz (950.000 - 2150.000 KHz)
This is an example for a C-Band Satellite:
http://www.lyngsat.com/Telkom-1.htmlsee the frequency they are comparable low compared with the Ku-Band Satellites.