08089288
08089288
08089288
Abstract- The development of telecommunications system in needed to build a real time video transmission using OFDM.
modern technology is increasing widely so that the process can USRP is used to translate the base signal into the radio
take place more quickly and efficiently, one of which was the use frequency and can perform two processes at once, which can
of Software Defined Radio (SDR). SDR is a radio communication be as transmitter and be as receiver for real time video
system where the components that have been typically
transmission.
implemented in hardware (mixers, filters, amplifiers,
modulators/demodulators, detectors, etc.) are instead
A. Video System
implemented by means of software on computer or embedded
system supported by GNU Radio Companion and USRP. This Video is a technology to capture, record, process, transmit and
research is designing the video transmission using based on rearranging the moving image. Typically it is using celluloid
Software Defined Radio using GNU Radio and USRP. Some film, electronic signals, or digital media. Video also can be
hardware function is replaced by the software in GRC block in regarded as the combined of still images which read
GNU Radio. USRP B200 is used to translate the signal to the sequentially in a time with a certain speed. The images are
exact radio frequency. In testing the video transmission, the combined is called the frame and image reading speed is
parameters of the FFT length of OFDM; 128, 256, and 512 and called the frame rate, the unit frames per second (fps).
with different type of modulation was tested. The video
transmission with the best result was performed using 512 FFT
Digital video has many advantages compared to the analog
lengths.
video including the high accuracy in the transmission process
I. INTRODUCTION (high fidelity) compared with analog signals. In the analog
signal, when the reception end of the transmission will be
Developments in technology, especially telecommunications difficult to distinguish between the original signal and the
increased so that the communication process can take place noise that may be introduced during transmission. With the
more quickly and efficiently, one of which was the use of repeated transmission of the accumulated noise cannot be
Software Defined Radio (SDR). SDR is a rapidly developing avoided.
technology and interesting for the telecommunications
industry, technology-based SDR the signal can be processed Digital Video Broadcasting (DVB) is a system that used to
on software without the need to replace hardware. This transmit or broadcast the TV/Video digital up to the end users
process is supporting the system to be more reconfigurable. (end-user). DVB was developed based on the background of
Video communication is one of rapid development media. It is the importance of broadcasting system which is open, which is
used in several industries such as education, economy, supported by interoperability, flexibility and commercial
politics, health, and military. Currently, video communication aspects. Digital multiplexing system used in DVB systems are
uses the internet connection for the transmission line and multiplexed Orthogonal Frequency Division Multiplex
easily be used as a communication tools. (OFDM) with several options modulation types QPSK, 16-
QAM, 64-QAM. By using this system, the bandwidth used
SDR technology is implemented in several functions in radio (around 6 to 8 MHz) can be streamlined so as to allow the use
systems, such as modulation / demodulation, signal of the canal for some content [1].
processing, programming and link-layer protocol software.
This is very helpful when redesigning the software radio Before compress and encodes the video signal, there are
system in which the parameters are often altered to get the several configurations that should be set at the transmitter,
quality as expected. In the radio system that uses hardware in such as dimensions, aspect ratio, and frame rate of the video
all its components, it will be difficult because the parameters which aims to obtain the desired image format. A dimension
used are fixed, and if the parameter is changed, the hardware refers to the size when displaying video and shows an array of
is also need to be replaced. Radio system built using SDR pixels used to encode the video. This is because many video
technology can be developed for a variety of applications standards do not use any type of square pixels, but using the
using a different link-layer protocols and techniques of format width x height (WxH) which has a pixel unit. Aspect
modulation/demodulation supported by GNU Radio ratio is the ratio between the width and height of the video
Companion and USRP as a simulator and control. GNU Radio represents a single video frame. Aspect ratio is usually written
can help to simulate and design the hardware and software in the comparison figures such as 4:3, 16:9, 37:20 [1]. Frame
rate can be defined as the total image produced by means of in ffmpegcolorspace ! tee myname=my_videosink ! jpegenc !
particular the duration and unit frames per second (fps) is avimux ! filesink location=videotx.ts my_videosink ! queue !
used. There are several standard frame rate that is commonly autovideosink (for transmitter)
used is 15fps, 25fps, 30fps. Model colors like red, green, blue
(RGB) or cyan, magenta, yellow, black (CYMK) must be Open a new terminal and giving command:
determined and mapped in advance using a format such as gst-launch -v playbin uri=file:/home/dito/videorx.ts (for
RGB color space and Adobe RGB [2]. receiver)
B. OFDM
Orthogonal Frequency Division Multiplexing (OFDM) is
among popular modulation technique that has widely used
recently. By applying this modulation technique, a wideband
signal can be converted into multiple serial independent
narrowband signals. The main aim of OFDM is to provide a
multiple number of n parallel data stream by translating an
outgoing data into OFDM symbols. There are several
fundamental terms in OFDM symbols that need to be
identified such as subcarriers, occupied bandwidth, pilot
carrier, cyclic prefix and etc. In OFDM modulation, the
allocated bandwidth is occupied by the total number of
subcarrier determine at the transmitter [3].
(a)
II. IMPLEMENTATION
IV. CONCLUSION