Sunday, 17 February 2013

STB Architecture: Software


What is Set Top Box (STB )?


A set-top box (STB) is a device that connects to an external signal source and decodes that signal into content that can be presented on a display unit such as a TV

Digital Television Transmission


Sample Prgm

#include <stdio.h>
main()
{
printf("Welcome\n");
}