aboutsummaryrefslogtreecommitdiffstats
path: root/util/szap/channels-conf/atsc/pre { line-height: 125%; margin: 0; } td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; } span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; } td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; } span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; } .highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc000
# Most of the major channels in the Raleigh Durham Area.  Frequencies the NTSC center freq.
WRAL:707000000:8VSB:33:36
WNCN:719000000:8VSB:49:52
WTVD:701000000:8VSB:49:52
WRAZ:683000000:8VSB:49:52
WUNC:743000000:8VSB:49:52
WRDU:551000000:8VSB:33:36
WLFL:731000000:8VSB:33:36
cm"> * * $Log: filter.h,v $ * Revision 1.2 2000/03/06 06:04:06 reinelt * * minor cleanups * * */ #ifndef _FILTER_H_ #define _FILTER_H_ double smooth (char *name, int period, double value); double damp (char *name, double value); #endif