silenceboy
30th June 2005, 11:39
Is there any "International Digital TV Tuning tables" like "International Analog TV Tuning" in DX9 SDK?
I got some info about DVB's freq ranges from philips's sample, is it enough?
;////////////////////////////////////////////
;//////// DVBT frequency settings ///////////
;////////////////////////////////////////////
[FREQUENCY_DIGITAL] ;Contains frequency settings for digital television
NFREQ = 2 ;The number of digital min/max frequency pairs.
STEP = 1000 ;This defines the step width, with which the frequency will be increased.
;The step width unit is temporarily given in kHz.
;Contains a frequency pair where X is a continuous number. Numbering always starts ;with 1
;The total number of frequency pairs must be the same as defined in NFREQ .
;FREQX = BEGIN, END
FREQ1 = 530000,540000
FREQ2 = 600000,610000
;////////////////////////////////////////////
;//////// DVBC frequency settings ///////////
;////////////////////////////////////////////
[FREQUENCY_DBC] ;Contains frequency settings for digital cable television
NFREQ = 1 ;The number of digital min/max frequency pairs.
STEP = 4000 ;This defines the step width, with which the frequency will be increased.
;The step width unit is temporarily given in kHz.
;Contains a frequency pair where X is a continuous number. Numbering always starts ;with 1
;The total number of frequency pairs must be the same as defined in NFREQ .
;FREQX = BEGIN, END
FREQ1 = 756000,762000
;////////////////////////////////////////////
;//////// DVBS frequency settings ///////////
;////////////////////////////////////////////
[FREQUENCY_DBS] ;Contains frequency settings for digital sattelite television
NFREQ = 1 ;The number of digital min/max frequency pairs.
STEP = 4000 ;This defines the step width, with which the frequency will be increased.
;The step width unit is temporarily given in kHz.
;Contains a frequency pair where X is a continuous number. Numbering always starts ;with 1
;The total number of frequency pairs must be the same as defined in NFREQ .
;FREQX = BEGIN, END
FREQ1 = 762000,762000
I got some info about DVB's freq ranges from philips's sample, is it enough?
;////////////////////////////////////////////
;//////// DVBT frequency settings ///////////
;////////////////////////////////////////////
[FREQUENCY_DIGITAL] ;Contains frequency settings for digital television
NFREQ = 2 ;The number of digital min/max frequency pairs.
STEP = 1000 ;This defines the step width, with which the frequency will be increased.
;The step width unit is temporarily given in kHz.
;Contains a frequency pair where X is a continuous number. Numbering always starts ;with 1
;The total number of frequency pairs must be the same as defined in NFREQ .
;FREQX = BEGIN, END
FREQ1 = 530000,540000
FREQ2 = 600000,610000
;////////////////////////////////////////////
;//////// DVBC frequency settings ///////////
;////////////////////////////////////////////
[FREQUENCY_DBC] ;Contains frequency settings for digital cable television
NFREQ = 1 ;The number of digital min/max frequency pairs.
STEP = 4000 ;This defines the step width, with which the frequency will be increased.
;The step width unit is temporarily given in kHz.
;Contains a frequency pair where X is a continuous number. Numbering always starts ;with 1
;The total number of frequency pairs must be the same as defined in NFREQ .
;FREQX = BEGIN, END
FREQ1 = 756000,762000
;////////////////////////////////////////////
;//////// DVBS frequency settings ///////////
;////////////////////////////////////////////
[FREQUENCY_DBS] ;Contains frequency settings for digital sattelite television
NFREQ = 1 ;The number of digital min/max frequency pairs.
STEP = 4000 ;This defines the step width, with which the frequency will be increased.
;The step width unit is temporarily given in kHz.
;Contains a frequency pair where X is a continuous number. Numbering always starts ;with 1
;The total number of frequency pairs must be the same as defined in NFREQ .
;FREQX = BEGIN, END
FREQ1 = 762000,762000