Search code examples
cmodelemulationtelevision

How do I model UHF TV signal?


This may be a strange question, but I would like to programmatically model a UHF TV receiver. Anyone can give me some pointers? I have been looking at the code from emulators, but they are too specific for my purposes right now.

To be more specific: Given some (probably synthesized) UHF analogue signal (in either NTSC or PAL), I would like to decode that signal and show the image on a window, using, say an X11 window.


Solution

  • Take a look at xanalogtv from XScreenSaver, it generates an analog signal, which it then decodes and displays.