SlideShare a Scribd company logo
1 of 3
Download to read offline
C.Padmaja, Dr.B.L.Malleswari / International Journal of Engineering Research and
                   Applications (IJERA) ISSN: 2248-9622 www.ijera.com
                     Vol. 2, Issue5, September-October 2012, pp.325-327
   Bit Error Rate Performance Analysis of OFDM Using Matlab
                          Simulation
      1                                                   2
          C.Padmaja, Assistant Professor,                     Dr.B.L.Malleswari, 2Professor,
              Department of ICE,                                          Department of ECE,
       GNITS (for women), Hyderabad.                                   GNITS (for women), Hyderabad.



Abstract:
         Orthogonal       Frequency       Division
Multiplexing (OFDM) is a bandwidth efficient
signalling scheme for wide band digital
communications. A general problem found in
high speed communication is Inter-Symbol
Interference (ISI). ISI occurs when a
transmission interferes with itself and the
receiver cannot decode the transmission
correctly.    Orthogonal    frequency      division
multiplex (OFDM) modulation is being used
more and more in telecommunication, wired and
wireless. DVB and DAB already use this
modulation technique and ADSL is based on it.
The advantages of this modulation are the reason
for its increasing usage. OFDM can be                                 Figure 1. Matlab Flow Chart
implemented easily, it is spectrally efficient and
can provide high data rates with sufficient                     II. OFDM SIMULATION
robustness to channel imperfections.
The purpose of this paper is to use a Matlab                   A. General Options in the Simulation
simulation of OFDM to analyse the Bit Error                         The general options of each transmission
Ratio (BER) of a transmission varies when Signal          are in the setup.m file of the simulation. Two of the
to Noise Ratio (S/N Ratio) and Multipropagation           most important variables are analyzed.
effects are changed on transmission channel.                        One of the main characteristics of every
                                                          simulation model of OFDM is the size of the fast
Index Terms— BER, FFT, ISI, OFDM, S/N                     Fourier transformation (FFT) used to generate the
                                                          signal. In the simulation it is equal to the number of
    I. INTRODUCTION                                       samples for the transmission signal. In the code this
          The main idea behind OFDM is the so             variable is named fft_size. The more the size of the
called Multi Carrier Modulation (MCM)                     FFT is increased the more samples there are for each
transmission technique. MCM is the principle of           signal. The more samplesthere are the smoother and
transmitting           data        by          dividing   more accurate the signal is.
the input bit stream into several parallel bit streams,   Another very important variable is the number of
each of them having a much lower bit rate, and by         the carriers (or the sub – channels) being used in
using these sub-streams to modulate several carriers      every simulation. This variable is named
[19].                                                     num_carriers.
The two main drawbacks of OFDM are the large              According to the number of sub – carriers the data is
dynamic range of the signals being transmitted and        cutinto pieces, which are called chunks. Each carrier
the sensitivity to frequency errors.                      transmits 2 data bits. The first is coded in the real
Using a Matlab simulation we can easily change the        part of the Fourier transformation of signal and the
values of S/N ratio [2] and change the                    second in the imaginary.
multipropagation effects on the transmission. Then
we can analyze the results of each transmission and       B. Variables which have an effect on S/N ratio
see how the BER [1] is changed.                                     In this implementation noise is added to the
                                                          transmission signal. In the setup.m file there is the
                                                          variable called noise_level. This variable changes
                                                          the level of the noise of the channel. The level of the
                                                          noise is given by the following equation:



                                                                                                 325 | P a g e
C.Padmaja, Dr.B.L.Malleswari / International Journal of Engineering Research and
                   Applications (IJERA) ISSN: 2248-9622 www.ijera.com
                     Vol. 2, Issue5, September-October 2012, pp.325-327
       An =As .noise_level          (1)
Where An is the level of the noise
       As is the level of the signal
We know that the S/N ratio is given by the
following equation [2]
S/N = (As/An) 2 = 1/( noise_level)2 (2)

The noise produced is uniformly distributed in the
closed space:
[ − noise _ level . As, noise _ level. As]

The noise after being generated is added to the
signal.This is done in the ch_noise.m file.

C. Variables which have an effect on
multipropagation
          Adding two delayed and attenuated copies
of the signal to itself simulates multipath
propagation. The copies arenamed echoes. The first
echo is delayed less and has a higher level than the      Figure 2. BER as a function of S/N ratio.
second.                                                   Multipropagation effects are high
The time of the delay of the two echoes are changed
by the variables d1 and d2. But it is also a function
of the number of carriers. Actually the time of the
delay for both echoes is analog to the number of
carriers. So each time the number of carriers
changed in the tests, to keep the time of delay stable,
d1 and d2 variables were divided by the change.
This is done in order to make the tests equivalents.
The level of the echoes is changed by the variables
a1and a2 and it is given by the following equation.
Aecho1 = a1 As
Aecho2 = a2 As                 (3)
Where Aecho1 is the level of the first echo
Aecho2 is the level of the second echo

III. PLOTS OF BER AS A FUNCTION OF
S/N RATIO AND MULTIPROPAGATION

A. BER and S/N ratio
          To make the plots of the BER as a function      Figure 3. BER as a function of S/N ratio.
of the S/N ratio a file was transmitted for many S/N      Multipropagation effects are low
ratios. As mention before the S/N ratio can be
changed by the noise_level variable, which changes
                                                          IV. CONCLUSION
the S/N ratio according to the equation (2).
                                                                    The first and obvious thing we can notice
Each time a transmission took place the noise_level
                                                          from all the Plots is that the more we increase the
variable changed. The lowest S/N ratio was decided
                                                          number of carriers for certain S/N Ratio and
tohave the value 0.1 and the highest 10. Therefore,
                                                          Multipropagation effect the
by solving the equation (2), the noise_level variable
                                                          more the BER increases. This is to be expected,
varies from 0.3162 to 3.162.
                                                          because the more we increase the number of carriers
The transmission was simulated for 5 sets of carriers
                                                          the more we increase the symbol rate and therefore
32, 64, 128, 256 and 512 carriers. For each set of
                                                          the data rate From the plots of the BER as a function
carriers a BER curve as a function of S/N ratio was
                                                          of the S/N ratio we can see that when the S/N ratio
plotted.
                                                          is very low (0.1) multipropagation does not have
There are two plots. In the first the echoes have high
                                                          any impact on the BER. Furthermore, it has an
level and in the second low levels. To be exact, in
                                                          impact when the S/N ratio has high values, for
the first plot the two echoes have a level of 0.50 and
                                                          example 512 carriers have 15% BER when
0.40 times and in the second 0.10 and 0.05 times the
                                                          Multipropagation is low and the S/N ratio is 10 but
level of the signal. The results can be seen in Fig 2.
                                                          it drops to 8% BER when Multipropagation is high
and Fig 3.


                                                                                                326 | P a g e
C.Padmaja, Dr.B.L.Malleswari / International Journal of Engineering Research and
                    Applications (IJERA) ISSN: 2248-9622 www.ijera.com
                      Vol. 2, Issue5, September-October 2012, pp.325-327
and the S/N ratio is again 10.This can be seen from
the plot of BER as a function of Multipropagation
when we have the S/N ratio is equal to 0.1. The
BER by every set of carriers stays constant though
the multipropagation effects are increased. From the
Plot of BER as a function of Multipropagation with
a high S/N ratio we can notice thatthe less the
number of carriers, the more immunity the
transmission to the Multipropagation effects.

ACKNOWLEDGMENT
        This work was done in the VSLI design /
DSP lab of MIT and software used MATLAB 7.5.

REFERENCES
  [1]    Wikipedia, free encyclopedia, article on bit
         error rate
         http://en.wikipedia.org/wiki/Bit_error_rate
  [2]    Wikipedia, free encyclopedia, article on
         signal         to        noise           ratio
         http://en.wikipedia.org/wiki/S/n_ratio
  [3]    Wikipedia, free encyclopedia, article on
         multipropagation     propagation     of      a
         telecommunication                      signal
         http://en.wikipedia.org/wiki/Multipath
  [4]    Wikipedia, free encyclopedia, article on
         COFDMhttp://en.wikipedia.org/wiki/COF
         DM
  [5]    Wikipedia, free encyclopedia, article on
         intersymbol interference
         http://en.wikipedia.org/wiki/Intersymbol_i
         nterference
  [6]    Thesis of Eric Lawrey on OFDM
         modulation technique for wireless radio
         applications, submitted on October 1997
         http://www.skydsp.com/publications/4thyrt
         hesis/index.htm




                                                                                 327 | P a g e

More Related Content

What's hot

Paper id 252014135
Paper id 252014135Paper id 252014135
Paper id 252014135
IJRAT
 
129966864160453838[1]
129966864160453838[1]129966864160453838[1]
129966864160453838[1]
威華 王
 
PPT Image Analysis(IRDE, DRDO)
PPT Image Analysis(IRDE, DRDO)PPT Image Analysis(IRDE, DRDO)
PPT Image Analysis(IRDE, DRDO)
Nidhi Gopal
 

What's hot (20)

Adaptive delta modulation of Speech signal
Adaptive delta modulation of Speech signalAdaptive delta modulation of Speech signal
Adaptive delta modulation of Speech signal
 
Paper id 252014135
Paper id 252014135Paper id 252014135
Paper id 252014135
 
Analysis of PEAQ Model using Wavelet Decomposition Techniques
Analysis of PEAQ Model using Wavelet Decomposition TechniquesAnalysis of PEAQ Model using Wavelet Decomposition Techniques
Analysis of PEAQ Model using Wavelet Decomposition Techniques
 
EEP306: Delta modulation
EEP306: Delta modulationEEP306: Delta modulation
EEP306: Delta modulation
 
Pcm
PcmPcm
Pcm
 
Digital communication unit II
Digital communication unit IIDigital communication unit II
Digital communication unit II
 
DIGITAL IMAGE WATERMARKING USING DFT ALGORITHM
DIGITAL IMAGE WATERMARKING USING DFT ALGORITHMDIGITAL IMAGE WATERMARKING USING DFT ALGORITHM
DIGITAL IMAGE WATERMARKING USING DFT ALGORITHM
 
129966864160453838[1]
129966864160453838[1]129966864160453838[1]
129966864160453838[1]
 
Delta modulation
Delta modulationDelta modulation
Delta modulation
 
IRJET- Compressed Sensing based Modified Orthogonal Matching Pursuit in DTTV ...
IRJET- Compressed Sensing based Modified Orthogonal Matching Pursuit in DTTV ...IRJET- Compressed Sensing based Modified Orthogonal Matching Pursuit in DTTV ...
IRJET- Compressed Sensing based Modified Orthogonal Matching Pursuit in DTTV ...
 
PPT Image Analysis(IRDE, DRDO)
PPT Image Analysis(IRDE, DRDO)PPT Image Analysis(IRDE, DRDO)
PPT Image Analysis(IRDE, DRDO)
 
Companding & Pulse Code Modulation
Companding & Pulse Code ModulationCompanding & Pulse Code Modulation
Companding & Pulse Code Modulation
 
Dynamic Spectrum Derived Mfcc and Hfcc Parameters and Human Robot Speech Inte...
Dynamic Spectrum Derived Mfcc and Hfcc Parameters and Human Robot Speech Inte...Dynamic Spectrum Derived Mfcc and Hfcc Parameters and Human Robot Speech Inte...
Dynamic Spectrum Derived Mfcc and Hfcc Parameters and Human Robot Speech Inte...
 
Mj2420512054
Mj2420512054Mj2420512054
Mj2420512054
 
PAPR Reduction using Tone Reservation Method in OFDM Signal
PAPR Reduction using Tone Reservation Method in OFDM SignalPAPR Reduction using Tone Reservation Method in OFDM Signal
PAPR Reduction using Tone Reservation Method in OFDM Signal
 
Thresholding eqns for wavelet
Thresholding eqns for waveletThresholding eqns for wavelet
Thresholding eqns for wavelet
 
Final Project
Final ProjectFinal Project
Final Project
 
Waveform coding
Waveform codingWaveform coding
Waveform coding
 
Comm theory matlab project report martin
Comm theory matlab project report martinComm theory matlab project report martin
Comm theory matlab project report martin
 
164 166
164 166164 166
164 166
 

Viewers also liked

Qualicorp unimed rio_adesao
Qualicorp unimed rio_adesaoQualicorp unimed rio_adesao
Qualicorp unimed rio_adesao
easysaude
 
Prova de raciocinio logico junho 2005
Prova  de raciocinio logico junho 2005Prova  de raciocinio logico junho 2005
Prova de raciocinio logico junho 2005
Andre Somar
 
Apresentação reunião pública junho 2011
Apresentação reunião pública   junho 2011Apresentação reunião pública   junho 2011
Apresentação reunião pública junho 2011
TriunfoRi
 
Articulado final proyecto ley orgánica de comunic
Articulado final  proyecto ley orgánica de comunicArticulado final  proyecto ley orgánica de comunic
Articulado final proyecto ley orgánica de comunic
Robert Gallegos
 
Manual do estágio_supervisionado_i
Manual do estágio_supervisionado_iManual do estágio_supervisionado_i
Manual do estágio_supervisionado_i
Passaro72
 
Apresentação dos resultados 1 t11
Apresentação dos resultados 1 t11Apresentação dos resultados 1 t11
Apresentação dos resultados 1 t11
TriunfoRi
 

Viewers also liked (20)

Am25227236
Am25227236Am25227236
Am25227236
 
Dz25764770
Dz25764770Dz25764770
Dz25764770
 
Ab25144148
Ab25144148Ab25144148
Ab25144148
 
Ag25181192
Ag25181192Ag25181192
Ag25181192
 
Aj25210213
Aj25210213Aj25210213
Aj25210213
 
Aq25256259
Aq25256259Aq25256259
Aq25256259
 
Qualicorp unimed rio_adesao
Qualicorp unimed rio_adesaoQualicorp unimed rio_adesao
Qualicorp unimed rio_adesao
 
Prova de raciocinio logico junho 2005
Prova  de raciocinio logico junho 2005Prova  de raciocinio logico junho 2005
Prova de raciocinio logico junho 2005
 
15 mei
15 mei15 mei
15 mei
 
Unid1 ativ1 4-celsopf
Unid1 ativ1 4-celsopfUnid1 ativ1 4-celsopf
Unid1 ativ1 4-celsopf
 
Apresentação reunião pública junho 2011
Apresentação reunião pública   junho 2011Apresentação reunião pública   junho 2011
Apresentação reunião pública junho 2011
 
Anger & deniel mx
Anger & deniel mxAnger & deniel mx
Anger & deniel mx
 
Historia clínica electrónica y sus aledaños. Resumen de entradas al blog 2014
Historia clínica electrónica y sus aledaños. Resumen de entradas al blog 2014Historia clínica electrónica y sus aledaños. Resumen de entradas al blog 2014
Historia clínica electrónica y sus aledaños. Resumen de entradas al blog 2014
 
Leire
LeireLeire
Leire
 
Articulado final proyecto ley orgánica de comunic
Articulado final  proyecto ley orgánica de comunicArticulado final  proyecto ley orgánica de comunic
Articulado final proyecto ley orgánica de comunic
 
Comportamento e Influência entre Jogadores num Jogo Social Online
 Comportamento e Influência entre Jogadores num Jogo Social Online Comportamento e Influência entre Jogadores num Jogo Social Online
Comportamento e Influência entre Jogadores num Jogo Social Online
 
Manual do estágio_supervisionado_i
Manual do estágio_supervisionado_iManual do estágio_supervisionado_i
Manual do estágio_supervisionado_i
 
Apresentação dos resultados 1 t11
Apresentação dos resultados 1 t11Apresentação dos resultados 1 t11
Apresentação dos resultados 1 t11
 
Evaluación
EvaluaciónEvaluación
Evaluación
 
Pacie mpi
Pacie mpiPacie mpi
Pacie mpi
 

Similar to Bc25325327

Comparison of Three Different Cancellation Schemes for Orthogonal Frequency D...
Comparison of Three Different Cancellation Schemes for Orthogonal Frequency D...Comparison of Three Different Cancellation Schemes for Orthogonal Frequency D...
Comparison of Three Different Cancellation Schemes for Orthogonal Frequency D...
ijtsrd
 

Similar to Bc25325327 (20)

Comparative evaluation of bit error rate for different ofdm subcarriers in ra...
Comparative evaluation of bit error rate for different ofdm subcarriers in ra...Comparative evaluation of bit error rate for different ofdm subcarriers in ra...
Comparative evaluation of bit error rate for different ofdm subcarriers in ra...
 
INVESTIGATION OF FWM EFFECT ON BER IN WDM OPTICAL COMMUNICATION SYSTEM WITH B...
INVESTIGATION OF FWM EFFECT ON BER IN WDM OPTICAL COMMUNICATION SYSTEM WITH B...INVESTIGATION OF FWM EFFECT ON BER IN WDM OPTICAL COMMUNICATION SYSTEM WITH B...
INVESTIGATION OF FWM EFFECT ON BER IN WDM OPTICAL COMMUNICATION SYSTEM WITH B...
 
Hg3413361339
Hg3413361339Hg3413361339
Hg3413361339
 
Computer-Based Analysis of The Performance of Different Modulation Techniques...
Computer-Based Analysis of The Performance of Different Modulation Techniques...Computer-Based Analysis of The Performance of Different Modulation Techniques...
Computer-Based Analysis of The Performance of Different Modulation Techniques...
 
PID1063629
PID1063629PID1063629
PID1063629
 
COMPARISON OF BER AND NUMBER OF ERRORS WITH DIFFERENT MODULATION TECHNIQUES I...
COMPARISON OF BER AND NUMBER OF ERRORS WITH DIFFERENT MODULATION TECHNIQUES I...COMPARISON OF BER AND NUMBER OF ERRORS WITH DIFFERENT MODULATION TECHNIQUES I...
COMPARISON OF BER AND NUMBER OF ERRORS WITH DIFFERENT MODULATION TECHNIQUES I...
 
RTOS BASED SECURE SHORTEST PATH ROUTING ALGORITHM IN MOBILE AD- HOC NETWORKS
RTOS BASED SECURE SHORTEST PATH ROUTING ALGORITHM IN MOBILE AD- HOC NETWORKSRTOS BASED SECURE SHORTEST PATH ROUTING ALGORITHM IN MOBILE AD- HOC NETWORKS
RTOS BASED SECURE SHORTEST PATH ROUTING ALGORITHM IN MOBILE AD- HOC NETWORKS
 
REVERSIBLE WAVELET AND SPECTRAL TRANSFORMS FOR LOSSLESS COMPRESSION OF COLOR ...
REVERSIBLE WAVELET AND SPECTRAL TRANSFORMS FOR LOSSLESS COMPRESSION OF COLOR ...REVERSIBLE WAVELET AND SPECTRAL TRANSFORMS FOR LOSSLESS COMPRESSION OF COLOR ...
REVERSIBLE WAVELET AND SPECTRAL TRANSFORMS FOR LOSSLESS COMPRESSION OF COLOR ...
 
SIMULATIVE INVESTIGATION OF SINGLE-TONE ROF SYSTEM USING VARIOUS DUOBINARY MO...
SIMULATIVE INVESTIGATION OF SINGLE-TONE ROF SYSTEM USING VARIOUS DUOBINARY MO...SIMULATIVE INVESTIGATION OF SINGLE-TONE ROF SYSTEM USING VARIOUS DUOBINARY MO...
SIMULATIVE INVESTIGATION OF SINGLE-TONE ROF SYSTEM USING VARIOUS DUOBINARY MO...
 
SIMULATIVE INVESTIGATION OF SINGLE-TONE ROF SYSTEM USING VARIOUS DUOBINARY MO...
SIMULATIVE INVESTIGATION OF SINGLE-TONE ROF SYSTEM USING VARIOUS DUOBINARY MO...SIMULATIVE INVESTIGATION OF SINGLE-TONE ROF SYSTEM USING VARIOUS DUOBINARY MO...
SIMULATIVE INVESTIGATION OF SINGLE-TONE ROF SYSTEM USING VARIOUS DUOBINARY MO...
 
Simulation Study and Performance Comparison of OFDM System with QPSK and BPSK
Simulation Study and Performance Comparison of OFDM System with QPSK and BPSKSimulation Study and Performance Comparison of OFDM System with QPSK and BPSK
Simulation Study and Performance Comparison of OFDM System with QPSK and BPSK
 
Performance evaluation on the basis of bit error rate for different order of ...
Performance evaluation on the basis of bit error rate for different order of ...Performance evaluation on the basis of bit error rate for different order of ...
Performance evaluation on the basis of bit error rate for different order of ...
 
40120140501015
4012014050101540120140501015
40120140501015
 
L010218691
L010218691L010218691
L010218691
 
Comparison of Three Different Cancellation Schemes for Orthogonal Frequency D...
Comparison of Three Different Cancellation Schemes for Orthogonal Frequency D...Comparison of Three Different Cancellation Schemes for Orthogonal Frequency D...
Comparison of Three Different Cancellation Schemes for Orthogonal Frequency D...
 
2 marks q&a
2 marks q&a2 marks q&a
2 marks q&a
 
The application wavelet transform algorithm in testing adc effective number o...
The application wavelet transform algorithm in testing adc effective number o...The application wavelet transform algorithm in testing adc effective number o...
The application wavelet transform algorithm in testing adc effective number o...
 
Design of Low-Pass Digital Differentiators Based on B-splines
Design of Low-Pass Digital Differentiators Based on B-splinesDesign of Low-Pass Digital Differentiators Based on B-splines
Design of Low-Pass Digital Differentiators Based on B-splines
 
MODULATION IN COMM Sys..pdf
MODULATION IN COMM Sys..pdfMODULATION IN COMM Sys..pdf
MODULATION IN COMM Sys..pdf
 
LECTURE 3.pptx
LECTURE 3.pptxLECTURE 3.pptx
LECTURE 3.pptx
 

Bc25325327

  • 1. C.Padmaja, Dr.B.L.Malleswari / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue5, September-October 2012, pp.325-327 Bit Error Rate Performance Analysis of OFDM Using Matlab Simulation 1 2 C.Padmaja, Assistant Professor, Dr.B.L.Malleswari, 2Professor, Department of ICE, Department of ECE, GNITS (for women), Hyderabad. GNITS (for women), Hyderabad. Abstract: Orthogonal Frequency Division Multiplexing (OFDM) is a bandwidth efficient signalling scheme for wide band digital communications. A general problem found in high speed communication is Inter-Symbol Interference (ISI). ISI occurs when a transmission interferes with itself and the receiver cannot decode the transmission correctly. Orthogonal frequency division multiplex (OFDM) modulation is being used more and more in telecommunication, wired and wireless. DVB and DAB already use this modulation technique and ADSL is based on it. The advantages of this modulation are the reason for its increasing usage. OFDM can be Figure 1. Matlab Flow Chart implemented easily, it is spectrally efficient and can provide high data rates with sufficient II. OFDM SIMULATION robustness to channel imperfections. The purpose of this paper is to use a Matlab A. General Options in the Simulation simulation of OFDM to analyse the Bit Error The general options of each transmission Ratio (BER) of a transmission varies when Signal are in the setup.m file of the simulation. Two of the to Noise Ratio (S/N Ratio) and Multipropagation most important variables are analyzed. effects are changed on transmission channel. One of the main characteristics of every simulation model of OFDM is the size of the fast Index Terms— BER, FFT, ISI, OFDM, S/N Fourier transformation (FFT) used to generate the signal. In the simulation it is equal to the number of I. INTRODUCTION samples for the transmission signal. In the code this The main idea behind OFDM is the so variable is named fft_size. The more the size of the called Multi Carrier Modulation (MCM) FFT is increased the more samples there are for each transmission technique. MCM is the principle of signal. The more samplesthere are the smoother and transmitting data by dividing more accurate the signal is. the input bit stream into several parallel bit streams, Another very important variable is the number of each of them having a much lower bit rate, and by the carriers (or the sub – channels) being used in using these sub-streams to modulate several carriers every simulation. This variable is named [19]. num_carriers. The two main drawbacks of OFDM are the large According to the number of sub – carriers the data is dynamic range of the signals being transmitted and cutinto pieces, which are called chunks. Each carrier the sensitivity to frequency errors. transmits 2 data bits. The first is coded in the real Using a Matlab simulation we can easily change the part of the Fourier transformation of signal and the values of S/N ratio [2] and change the second in the imaginary. multipropagation effects on the transmission. Then we can analyze the results of each transmission and B. Variables which have an effect on S/N ratio see how the BER [1] is changed. In this implementation noise is added to the transmission signal. In the setup.m file there is the variable called noise_level. This variable changes the level of the noise of the channel. The level of the noise is given by the following equation: 325 | P a g e
  • 2. C.Padmaja, Dr.B.L.Malleswari / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue5, September-October 2012, pp.325-327 An =As .noise_level (1) Where An is the level of the noise As is the level of the signal We know that the S/N ratio is given by the following equation [2] S/N = (As/An) 2 = 1/( noise_level)2 (2) The noise produced is uniformly distributed in the closed space: [ − noise _ level . As, noise _ level. As] The noise after being generated is added to the signal.This is done in the ch_noise.m file. C. Variables which have an effect on multipropagation Adding two delayed and attenuated copies of the signal to itself simulates multipath propagation. The copies arenamed echoes. The first echo is delayed less and has a higher level than the Figure 2. BER as a function of S/N ratio. second. Multipropagation effects are high The time of the delay of the two echoes are changed by the variables d1 and d2. But it is also a function of the number of carriers. Actually the time of the delay for both echoes is analog to the number of carriers. So each time the number of carriers changed in the tests, to keep the time of delay stable, d1 and d2 variables were divided by the change. This is done in order to make the tests equivalents. The level of the echoes is changed by the variables a1and a2 and it is given by the following equation. Aecho1 = a1 As Aecho2 = a2 As (3) Where Aecho1 is the level of the first echo Aecho2 is the level of the second echo III. PLOTS OF BER AS A FUNCTION OF S/N RATIO AND MULTIPROPAGATION A. BER and S/N ratio To make the plots of the BER as a function Figure 3. BER as a function of S/N ratio. of the S/N ratio a file was transmitted for many S/N Multipropagation effects are low ratios. As mention before the S/N ratio can be changed by the noise_level variable, which changes IV. CONCLUSION the S/N ratio according to the equation (2). The first and obvious thing we can notice Each time a transmission took place the noise_level from all the Plots is that the more we increase the variable changed. The lowest S/N ratio was decided number of carriers for certain S/N Ratio and tohave the value 0.1 and the highest 10. Therefore, Multipropagation effect the by solving the equation (2), the noise_level variable more the BER increases. This is to be expected, varies from 0.3162 to 3.162. because the more we increase the number of carriers The transmission was simulated for 5 sets of carriers the more we increase the symbol rate and therefore 32, 64, 128, 256 and 512 carriers. For each set of the data rate From the plots of the BER as a function carriers a BER curve as a function of S/N ratio was of the S/N ratio we can see that when the S/N ratio plotted. is very low (0.1) multipropagation does not have There are two plots. In the first the echoes have high any impact on the BER. Furthermore, it has an level and in the second low levels. To be exact, in impact when the S/N ratio has high values, for the first plot the two echoes have a level of 0.50 and example 512 carriers have 15% BER when 0.40 times and in the second 0.10 and 0.05 times the Multipropagation is low and the S/N ratio is 10 but level of the signal. The results can be seen in Fig 2. it drops to 8% BER when Multipropagation is high and Fig 3. 326 | P a g e
  • 3. C.Padmaja, Dr.B.L.Malleswari / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue5, September-October 2012, pp.325-327 and the S/N ratio is again 10.This can be seen from the plot of BER as a function of Multipropagation when we have the S/N ratio is equal to 0.1. The BER by every set of carriers stays constant though the multipropagation effects are increased. From the Plot of BER as a function of Multipropagation with a high S/N ratio we can notice thatthe less the number of carriers, the more immunity the transmission to the Multipropagation effects. ACKNOWLEDGMENT This work was done in the VSLI design / DSP lab of MIT and software used MATLAB 7.5. REFERENCES [1] Wikipedia, free encyclopedia, article on bit error rate http://en.wikipedia.org/wiki/Bit_error_rate [2] Wikipedia, free encyclopedia, article on signal to noise ratio http://en.wikipedia.org/wiki/S/n_ratio [3] Wikipedia, free encyclopedia, article on multipropagation propagation of a telecommunication signal http://en.wikipedia.org/wiki/Multipath [4] Wikipedia, free encyclopedia, article on COFDMhttp://en.wikipedia.org/wiki/COF DM [5] Wikipedia, free encyclopedia, article on intersymbol interference http://en.wikipedia.org/wiki/Intersymbol_i nterference [6] Thesis of Eric Lawrey on OFDM modulation technique for wireless radio applications, submitted on October 1997 http://www.skydsp.com/publications/4thyrt hesis/index.htm 327 | P a g e