Mailing List archive

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

[linux-dvb] Add Crystal Palace transmitter to scan/initial.h



This patch adds the Crystal palace transmitter to the initial list for the scan application. I was rather surprised that this wasn't already listed since it is arguably the biggest TV transmitter in the UK and should probably be moved further up the scan list.

Jon
--- /home/jburgess/dvb/DVB/apps/scan/initial.h~	2003-03-21 10:15:18.000000000 +0000
+++ /home/jburgess/dvb/DVB/apps/scan/initial.h	2003-04-11 01:39:28.000000000 +0100
@@ -445,5 +445,26 @@
 			}
 		}
 	},
+	/**
+	 *  Crystal Palace, (BBC1, ...)
+	 */
+	{
+		.type = FE_OFDM,
+		.param = {
+			.frequency = 505833333,
+			.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
+				}
+			}
+		}
+	},
 };
 

Home | Main Index | Thread Index