Está en la página 1de 5

2014 International Conference on Advances in Commuication and Computing Technologies

“Design And Implementation Of OFDM Based Cognitive


Radio System And Its Analysis”
S.S.Magdum1 S.S.Bidwai2
Dept. of Electronics and Telecommunication
Sanjay Bhokare Group of Institutes Dept. of Electronics and Telecommunication
Miraj, Maharashtra , INDIA Annasaheb Dange College of Engineering & Technology
magadumsandip@gmail.com Ashta, INDIA
sandeep.bidwai1@gmail.com

Abstract— In the wireless communication field we are dealing In this project we are going to implement OFDM based
with new emerging technologies and applications . Due to large cognitive radio system. In order to design this system we
no. of applications we are scarcity of radio spectrum. Thus, need to implement different basic building blocks.
spectrum utilization is very important issue nowadays. In order Orthogonal Frequency Division Multiplexing (OFDM)
to utilize the radio spectrum and increase the efficiency of the
signal can be considered as group of narrow band signals,
wireless communication system we need to design a compact
system. The purpose of our project is to design an OFDM based and by increasing the number of subcarriers, the bandwidth
cognitive radio system and analyze the performance of the system of each subcarrier becomes narrower. Here we select the
in terms various channel parameter over different fading subcarrier spacing to be less than the coherence bandwidth
channels. Initially we are have designed and implemented this of the channel. Every subcarrier is going to be affected by a
system and then by setting different channel environment as well flat channel and thus no channel equalization is needed. To
as system parameters we have observed efficiency of the system avoid ISI, symbols duration is extended by adding a guard
in terms of bit error rate and other parameters. By varying band to the beginning of each symbol in what is known as
system parameters and setting the different channel environment Cyclic Prefix (CP).If we define the delay spread (or
we can observe the behavior of the system.
multipath spread) of the channel as the delay between the
Index Terms— OFDM, TDMA, FDMA, CDMA MATLAB,AWGN,CR
first and last received paths over the channel, the CP should
be longer than that delay. In order to avoid fast fading
effect, OFDM symbol time is chosen to be shorter than the
I. INTRODUCTION
coherence time of the channel. In the frequency domain,
In the wireless communication field now a days a lot of mobility results in a frequency spread of the signal which
inventions are going on. Large no of applications with depends on the operating frequency and the relative speed
different band of spectrum requirements are been used in between the transmitter and receiver, also known as Doppler
our daily life. In order to provide well managed we need to spread. Doppler spread of OFDM signals results in Inter-
use no of wireless application but doing proper spectrum Carrier Interference (ICI) which can be reduced by
utilization. The inspiration of this project is to have increasing the subcarrier spacing.
efficient use of the spectrum and increase the efficiency of
the system. However , in order to minimize the interference II. RESEARCH METHOD
and provide uninterrupted service to the customers we need The implementation of OFDM system involves following
to use most efficient multiplexing technology so that we can blocks. The first thing that should be considered in designing
minimize the spectrum requirement and interference. [ 1] the OFDM transmitter is the number of subcarriers required
In the past several years, lots of multiplexing to send the given data. As a generic case, lets assume that we
technologies are implemented. There are different have N subcarriers. Each subcarriers are centered at
techniques like time division multiplexing , frequency frequencies that are orthogonal to each other that is usually
division multiplexing , code division multiplexing. The multiples of frequencies. The second design parameter could
most efficient and reliable amongst all is orthogonal be the modulation format that we wish to use. An OFDM
frequency division multiplexing . In this project we are signal can be constructed using anyone of the following digital
going to implement this OFDM technique. Along with the modulation techniques namely BPSK, QPSK, QAM etc.., The
multiplexing technique we are dealing with a new system data (D) has to be first converted from serial stream into
which can properly utilize the radio spectrum for different parallel stream depending on the number of sub-carriers (N).
users. The concept of using unused bands for the other Since we assumed that there are N subcarriers allowed for the
wireless applications is cognitive radio . The cognitive radio OFDM transmission, we name the subcarriers from 0 to N-1.
is built on software defined radio system which itself adapts Now, the Serial to Parallel converter takes the serial stream of
input signal variations of the system and provides reliable input bits and outputs N parallel streams (indexed from 0 to
communication by identifying the vacant band [2] . N-1). These parallel streams are individually converted into

978-1-4799-7319-4/14/$31.00©2014 IEEE
the required digital modulation format like BPSK, QPSK, conversion process from frequency domain to time domain.
QAM and many more. Let’s call this output S0,S1,..SN. The FFT is represented by,
conversion of parallel data (D) into the digitally modulated
data (S) is usually achieved by a constellation mapper, which
is essentially a look up table. Once the data bits are converted
to required modulation format, they need to be superimposed
on the required orthogonal subcarriers for transmission. This
is achieved by a series of N parallel sinusoidal oscillators
tuned to N orthogonal frequencies f0,f1,…fN-1. Finally, the where as its dual , IFFT is given by,
resultant output from the N parallel arms are summed up
together to produce the OFDM signal. The following figure
illustrates the basic concept of OFDM transmission [5].

The equation for FFT and IFFT differ by the co-efficient


they take and the minus sign. Both equation does the same
thing. They multiply the incoming signal with a series of
sinusoids and separates them into bins. In fact, FFT and IFFT
are dual and behaves in a similar way. IFFT and FFT blocks
are interchangeable [4].

III Channel Environment .


In this project work we are going to observe the
performance of OFDM based CR system over the different
channel environments . It plays very important part as channel
may cause different types of fading of the transmitted signal
Figure 2.1: OFDM Transceiver based on the environment. In wireless telecommunications,
multipath is the propagation phenomenon that results in radio
By working with OFDM in frequency domain the signals' reaching the receiving antenna by two or more paths.
modulated QPSK data symbols are fed onto the orthogonal Causes of multipath include atmospheric ducting, ionospheric
sub-carriers. But transfer of signal over a channel is only reflection and refraction, and reflection from terrestrial objects,
possible in its time-domain. For which we implement IDFT such as mountains and buildings. The effects of multipath
which converts the OFDM signal in from frequency domain to include constructive and destructive interference, and phase
time domain. IDFT being a linear transformation can be easily shifting of the signal. This distortion of signals caused by
applied to the system and DFT can be applied at the receiver multipath is known as fading [6]. Due to the path delay and
end to regain the original data in frequency domain at the fading of the signal we may the signal variations at the
receiver end. Since the basis of Fourier transform is orthogonal receiver. A fading channel in communication has to undergo
in nature we can implement to get the time domain equivalent over different fading phenomenon’s during single transmission.
of the OFDM signal from its frequency components. The radio propagated signal from different objects combine to
Usually, in practice instead of DFT and IDFT we form multipath signals generated in fading channel. Due to
implement Fast Fourier Transformation for an N-input signal multipath signal propagation paths, multiple signals will be
system because of the lower hardware complexity of the received by receiver and the actual received signal becomes
system. sum of all components. There may be addition or subtraction of
Generally, an OFDM signal can be represented as, the signal coming from different angle of arrival [7] [12].
In this work we are going to deal with , Additive
White Gaussian Noise Model, the simplest radio environment
in which a wireless communications system or a local
positioning system or proximity detector based on time of
flight will have to operate is the Additive-White Gaussian
Noise (AWGN) [ ]environment. Additive white Gaussian noise
(AWGN) is the commonly used to transmit signal while signals
s(t) = symbols mapped to chosen constellation travel from the channel and simulate background noise of
(BPSK/QPSK/QAM etc..,) Fn = orthogonal frequency This channel. The mathematical expression in received signal r(t) =
equation can be thought of as an IFFT process ( Inverse Fast s(t) + n(t) that passed through the AWGN channel where s(t) is
Fourier Transform). The Fourier transform breaks a signal into transmitted signal and n(t) is background noise. An AWGN
different frequency bins by multiplying the signal with a series channel adds white Gaussian noise to the signal that passes
of sinusoids. This essentially translates the signal from time through it. It is the basic communication channel model and
domain to frequency domain. But, we always view IFFT as a used as a standard channel model. The transmitted signal gets
disturbed by a simple additive white Gaussian noise process[8].
ICACACT 2014
different stages and we get result of almost every stage. These
Transmitted results we are going to discuss in this paper.
Channel Received Signals
Signlas S(t) r(t) = s(t) + n(t) V. OFDM SYSTEM RESULT
+

Fig. 2.2 AWGN channel model

III. USER DETECTION USING ENERGY DETECTION


METHOD
In this work we have defined one block to
understand the presence and absence of the signal in system.
Generally while designing the OFDM based cognitive radio
system. Here, an energy detector block is implemented at the
receiver side. Energy detection is a non coherent detection Figure 3.1: shows the user data signal which is to be
method that is used to detect the licensed user signal. . It is a transmitted. For the modulation and generation of OFDM
simple method in which prior knowledge of primary or signal
licensed user signal is not required, it is one of popular and
easiest sensing technique of non-cooperative sensing in
cognitive radio networks [6]. If the noise power is known, then
energy detector is good choice. Mathematical model for
Energy detection is given by the following two hypotheses H0
and H1 : H0: (primary user absent) y(n) = u(n) n = 1, 2, . . . ,N
H1: (primary user present) y(n) = s(n) + u(n) n = 1, 2, . . . ,N
(1) Where u (n) is noise and s (n) is the primary user
signal[10].

Fig.2.3 Basic building block of Energy Detector Figure 3.2: shows the actual OFDM signal which is to be
transmitted over the different channels
Basically we are implementing an OFDM based cognitive
radio system where one can understand whether the user is
present or not. This can be done with different spectrum
sensing methods. These methods consists of various
information regarding the user signal .This method very easy
method as it does not require any primary information of the
signal. Therefore it is easy to implement and get the results.
This block is implemented at the receiver side of the system.
Based on the detection of the signal we can find the probability
of detection of the signal as well as misdetection and false
alarm detection.
In this way we have implemented the
OFDM based cognitive radio system with different
environment condition and spectrum sensing methods to
determine the efficiency of the system in terms of different Figure 3.3: OFDM signal transmitted over AWGN channel
parameters. through OFDM based CR system

IV. RESULTS AND ANALYSIS


The experimental results are represented below.
The MATLAB is used as simulation tool for design and
implementation of the above system. This system works over

ICACACT 2014
Figure 3.6: Comparison of transmitted and received signal over
AWGN channel with noise showing slight change in received
bits of signal

Figure 3.7 shows the behaviour of bit error rate over the
AWGN

Figure 3.4: OFDM signal transmitted over Rayleigh


channel through OFDM based CR system

Fig. 3.8 shows the behaviour of bit error rate over the
Rayleigh fading channel

Thus above results are taken from MATLAB simulation


for OFDM based cognitive radio system. Also we have to
describe the behaviour of this system with different parameters.
Figure 3.5: shows the the behavior of the signal from We have observed the changes in its parameters due to noise
which we can observe graph showing probability of and fading of the signal. The below table describes the details
detecting signal using energy detector block as signal to of the parameters.
noise ratio increases
Table 1.0 : Behaviour of OFDM signal over different
fading channels in OFDM based CR system

Parameters Values Values Values Values


Bit Rate 5000 5000 bits 5000bits 5000bits
bits
Doppler Shift 4 hz 4 hz 10hz 10hz
Path Delay 0 2е -5 0 2е -5 0 2е -10 0 2е -10

Average Path 0 - 9 0 - 9 0 -9 0 -9
Gain
Bit Error 0 0.6094 0 0.4688
Rate
nErrors 0 78 0 60

Channel AWGN Rayleigh AWGN Rayleigh

ICACACT 2014
Thus from the above table it is clear that the system can be
more efficient in AWGN channel in comparison with the [11 ] Z. Kang, K. Yao, and F. Lorenzelli, “Nakagami-m
other fading channel. By varying the system parameters we can fading modeling in the frequency domain for
observe the behaviour of the system. OFDM system analysis”, IEEE Commun. Lett. , vol.
7, no. 10, pp. 484–486, Oct. 2003. .
CONCLUSION [12] T. S. Rappaport, “Wireless Communication:
Principles and Practice”: 2nd Edition,
Therefore, we have designed an OFDM based Prentice Hall, 2002.
cognitive radio system and simulated with different fading
channels. Thus , this system represents behaviour of the signal
over different fading channels . We can say that an OFDM
based system can be made efficient by reducing bit error rate
varying parameters of fading channels.

REFERENCES (10 PT)

[1] Mitola, I. and Maguire, J. G.Q. 1999 . Cognitive


Radio: Making Software Radios More Personal.
IEEE Personal Commun. Mag. Vol 6, No. 4 :13-28.
[2] Simon Haykin, “Cognitive Radio: Brain-Empowered
Wire-less Communications”, IEEE journal on Selected
Areas Communications.vol. 23, no. 2, February 2005,pp.
201-220.
[3] The Qualcomm capacity paper by K.S. Gilhousen et al,
“On the capacity of a cellular CDMA system,''
IEEE Trans. on Vehicular Tech., May 1991.
[4] Weinstein, S.B., Ebert, P.M., Data Transmission by
Frequency-Division Multiplexing Using the Discrete
Fourier Transform, IEEE Transactions on Communication
Technology, Vol. COM- 19, no. 5, pp. 628- 634, October
[5] J. Lee, H.L. Lou, D. Toumpakaris, and J. M. Cioffi, “SNR
Analysis of OFDM Systems in the Presence of Carrier
Frequency Offset for Fading Channels” IEEE Trans. on
wireless commun.vol. 5, no. 12, pp.3360-3364, Dec. 2006
[6 ] F.F. Digham, M.-S. Alouini, M.K. Simon, “On the energy
detection of unknown signals over fading channels”, IEEE
Transactions on Commun., Vol.55,no.1, pp 21-24, Jan
2007.
[7] Mohammaed Slim Alouini and Andrea J. Goldsmith “
Capacity of Rayleigh fading channels under different
Adaptive Transmission and Diversity combining
Techniques”, IEEE Transactions on Vehicular Technology,
Vol. 48, No. 4, July 1999.
[8] A. Sudhir Babu and Dr. K.V Sambasiva Rao, “Evaluation
of BER for AWGN, Rayleigh and Rician Fading Channels
under Various Modulation Schemes” International
Journal of Computer Applications (0975 – 8887) Volume
26– No.9, July 2011
[9] Venugopal V. Veeravalli, “On Performance Analysis for
Signaling on Correlated Fading Channels”
IEEE Transactions On Communications, Vol. 49, No. 11,
November 2001 1879
[10]Nepal Narayan, Shakya Sudeep, Koirala Nirajan, “ Energy
Detection Based Technique for spectrum sensing in
Cognitive Radio over different fading Channels” Cyber
Journals: Multidisciplinary Journals in Science and
Technology, Journal of Selected Areas in
Telecommunications(JSAT),FebruaryEdition, 2014Volume
4, Issue 2
ICACACT 2014

También podría gustarte