Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Adding Hannington to scan/initial.h



Hi,

The following patch adds Hannington (Central Southern England) to the
list of transmitters for scan.  At 10kW ERP it's about half the size
of Crystal Palace but still fairly important.


Index: initial.h
===================================================================
RCS file: /cvs/linuxtv/DVB/apps/scan/initial.h,v
retrieving revision 1.8
diff -c -r1.8 initial.h
*** initial.h   18 Apr 2003 20:07:49 -0000      1.8
--- initial.h   23 Apr 2003 11:38:57 -0000
***************
*** 466,470 ****
--- 466,491 ----
                        }
                }
        },
+       /**
+        *  Hannington, North Hampshire, (BBC1, ...)
+        */
+       {
+               .type = FE_OFDM,
+               .param = {
+                       .frequency = 706000000,
+                       .inversion = INVERSION_OFF,
+                       { ofdm:
+                               {
+                                       .bandwidth = BANDWIDTH_8_MHZ,
+                                       .code_rate_HP = FEC_3_4,
+                                       .code_rate_LP = FEC_NONE,
+                                       .constellation = QAM_16,
+                                       .transmission_mode = TRANSMISSION_MODE_2K,
+                                       .guard_interval = GUARD_INTERVAL_1_32,
+                                       .hierarchy_information = HIERARCHY_NONE
+                               }
+                       }
+               }
+       },
  };
  

-- 
        Bob Dunlop


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index