# Introduction he root of Orthogonal Frequency Division Multiplexing (OFDM) scheme is traced back to 1960's when it was first proposed by Chang in 1968 . Since then, there has been a vigorous research effort in developing OFDM-based wireless communication systems. Over the years, OFDM has become to be the most popular transmission scheme for broadband communication systems that require highspeed 4G communication with 100 mbps data rate. Its increasing popularity is due to its spectral efficiency and inherent ro-bustness to channel impairments. In addition, the OFDM waveforms offer substantial improvements in performance over traditional single carrier approaches. [2] Various applications of OFDM are Digital Audio Broadcast-ing (DAB) and Digital Video Broadcasting (DVB) in Europe, and for Asymmetric Digital Subscriber Line (ADSL) high data rate wired links. OFDM has also been standardized as the physical layer for the wireless networking standard 'HIPERLAN2' in Europe and as the IEEE 802.11a, g standard in the US, promising raw data rates of between 6 and 54Mbp [14]. Orthogonal Frequency Division Multiplexing (OFDM) is a multicarrier-based technique for mitigating ISI to improve capacity in the wireless system with spectral efficiency. [1] The paper aims at successful implementation of the transceiver on a FPGA which would pave a way towards developing an OFDM system which resolves the issue of high PAPR. Simulation results using System Generator and Matlab/Simulink and XILINX tools have been given in the paper."Low Crest Method" which is the selected technique of PAPR reduction is given in thi spaper. Finally it aims at development of a complete system which then results in robust, maximum throughput, highly scalable wireless LAN network. # b) Peak to average Power ratio The major disadvantage of using several subcarriers in parallel using IFFT is the highly non-T XIII Issue XV Version I # ( ) Year very sensitive to nonlinear components in the transmission path. A key component is the high power amplifier (HPA). Due to cost, design and most importantly power efficiency considerations, the HPA cannot resolve the dynamics of the transmit signal and inevitably cuts off the signal at some point causing additional in-band distortions and adjacent channel interference. The power efficiency penalty is certainly the major obstacle to implement OFDM in low-cost applications. Moreover, in power-limited regimes determined by regulatory bodies, the average power is reduced compared to single-carrier systems reducing in turn the range of transmission. The power control problem motivates further research since it touches on many of the advantages that originally made OFDM transmission popular, i.e. spectral efficiency and implementation issues. In OFDM systems, a fixed number of successive input data samples are modulated and then jointly correlated together by use of IFFT at the transmitter side. IFFT processes signals to produce orthogonal data sub-carriers. Mathematically, IFFT combines all the input signals to produce each one of the output symbols. The signal processing by IFFT in the OFDM transmitter changes the statistical distribution of signals from uniform-to-Gaussian. Therefore, the dynamic range of the OFDM output envelope is most often higher than that of the single-carrier systems. However, PAPR is widely used to evaluate the dynamic range of the output envelope. The PAPR (in dB) is defined by the following equation [14]. (1) where Ppeak represents peak output power, Paverage means average output power. E[ ?] denote the expected value, xn represents the transmitted OFDM signals which are obtained by taking IFFT operation on modulated input symbols Xk . xn is also expressed as [12] (2) c) Selective Level Mapping Selective level Mapping (SLM) was first proposed in 1996 to reduce PAPR in OFDM systems. The system block diagram of SLM is shown below. At first, the input information is divided into OFDM data block X, which consists of N symbols, by the serial-toparallel (S/P) conversion and then data block X is multiplied carrier-wise with each one of the U different phase sequences B(u), resulting in a set of U different OFDM data. In the SLM algorithm the data source denoted as X, is multiplied by the U different sets of phase factors/masks, element-wise to produce U different copies of X, Xu = BuX u= 1, 2, ...,U where U is the design parameter in SLM. In general, more reduction in PAPR is likely to achieved when U in-creases. [12] In addition, Bu is defined as: Bu=[Bu,1 Bu,2 Bu,3... Bu,(N?1)](4) Then all U alternative data blocks (one of the alternative sub-carrier sequences can be the unchanged original one) are transformed into time domain to get transmit OFDM symbol where N represents the number of subcarriers in IFFT and Bu,k is given by: Bu,k = ej?u,k k = 0, 1, 2, ...,N -1 (5) After multiplying X with the phase factors, each Xu is processed by IFFTs and its PAPR is then computed and compared with the others. The resulting signal that yields the lowest PAPR is subsequently chosen for transmission. In addition, the Bopt which implies the optimal Bu that produces the lowest PAPR has to be transmitted to receiver as a side information [14]. The receiver will then use Bopt to recover the data source, X [6]. # Designed OFDM Model The top level design contains simulink blocks for input, signal display and output. Input to the design is given from a sine wave generator or from a sound input stored in the workspace. The inputs are passed through a gateway in block to convert from floating point XIII Issue XV Version I # ( ) Year output of the transmitter, which is PAPR reduced serial data stream is given to the receiver to decode it. Also a certain amount of noise is added to the data stream. The receiver then decodes the stream. The final output is given from the receiver. This data is displayed and compared on the scope and also output on the workspace for comparison. Also the BER is calculated by comparing the data before and after decoding. # a) Transmitter Design In the design presented, block length of 8 points and 4 different phase sequences are used. Transmitter subsystem design contains 4 independent OFDM modulators. In the modulator, the input data is multiplied by a look-up table from ROM before giving it to actual OFDM modulation process. This lookup table holds the phase sequences for each block. The output of each block is given to a PAPR calculator and selector. It transmits the data block with lowest PAPR and also transmits the selected block number. # b) Receiver Design The receiver is a normal OFDM receiver with a phase sequence selector block. The data stream is first given to FFT block for decoding. Then the data stream is passed to a lookup table multiplier which multiplies data with a phase sequence as indicated by the selected block number from transmitter. Initially the shift registers have a zero bit stored in it. For the first X-OR gate there are three inputs. The first input is as it is the output of parallel to serial block. The second input is output of parallel to serial block with one delay while the third is the output of parallel to serial block with two delays. The output of the first X-OR is given out as data_out 1. The outputs of parallel to serial blocks with one and two delays respectively are given to the second X-OR gate . The output of the second X-OR is given out as data_out 2. # ? Mapper The output of encoder/interleaver module is applied as input to the Mapper. The combination of ROM_Imag, ROM_Real altogether forms QAM mapper. The ROM_Imag provides the value on imaginary axis while ROM_Real provides the value on real axis. This is giving up the points on different quadrants. IV. # Implemented SLM Block The SLM algorithm applied in this model uses 4 OFDM se-quences of 8 point each and applies 4 different mask on each sequence [6]. Blocks B1-4 are OFDM blocks which each multiply the input sequence with a predetermined mask. IFFT is then calculated on the masked stream. The PAPR calculator evaluates the PAPR for the stream independently. The stream with the lowest PAPR is then selected for transmission. Along with the stream, the stream number is also transmitted # Hardware Implementation Using XILINX and modelsim the developed simulink model is converted into its JTAG equivalent. [2] Internal simulator of XILINX, i-sim can also be used in place of modelsim. [20] VII. # Result and Discussion # a) FPGA kit analysis The DONE LED glows indicating that the FPGA is now ready to be programmed. The output of the scope can be seen in the Figure 5.2 where the first waveform is the signal which has been achieved at the output of model which is the received signal and the second waveform is the actual signal which was been fed as input to the model. From the waveform it is clearly observed that the maximum and minimum value for the real and imaginary signal is same and it is (+0.29) as shown below. # Volume Thus the signal lies between +0.29 to -0.29 on both real and imaginary axis. From the repeated sequence of 16-QAM in the model from Rom_real and Rom_imaginary signals, it is concluded that the signal represents the non uniform 16-QAM. From the above symbols , the 16 -QAM Constellation Map-ping is obtained. # VIII. Hardware Co-Simulation It is evident from the table that PAPR reduction of about 2 dB is obtained using 64 carriers. Varying difference in PAPR is obtained using 2,4,8 and 64 number of carrier. [20] PAPR reduction of nearly 1.6dB is obtained using 2 carriers. Higher reduction of PAPR is obtained using 8 carriers. The PAPR without SLM for OFDM system is 12dB and with SLM is 10dB resulting in overall reduction of 2dB. It is observed from figure.5.17 that in case of OFDM systems without employing SLM technique the PAPR that is evaluated is constant upto 10dB and it results in a steep slope after 10dB terminating at 12dB. The OFDM system with SLM block for which the PAPR is calculated initially remains constant between 0 to 2dB and 3 to 5dB but varies between 5 to 10dB. Thereby the final PAPR with SLM is 10dB and without SLM is 12dB resulting in overall PAPR reduction of 2dB. Crest Factor=? PAPR IX. # Conclusion OFDM is a very attractive technique for wireless communications. One of the serious drawbacks of OFDM is very high PAPR when the input sequences are highly correlated. The PAPR obtained without SLM for OFDM system is 12dB and with SLM is 10dB resulting in overall reduction of 2dB. Thus SLM technique has the potential to reduce PAPR for OFDM systems and improve its performance in terms of low PAPR high SNR and improved BER. Xilinx System Generator combined with Matlab Simulink provides an easier and efficient way of developing the FPGA system design and simulating it. Also the hardware co-simulation feature of the software enables easier way to test and debug the design effectively on the actual hardware. The hardware co-simulation, RTL Schematics, Test Bench and VHDL codes, are also obtained for the implemented OFDM system. First the model is created in the Matlab/Simulink environment. The Matlab Simulations were carried out and necessary modifications were done. The hardware co-simulation was done to run the model on the hardware platform. The VHDL code, RTL Schematics and Test Bench were generated for the model. Test Vectors are passed through the test bench to verify functionality of the each block of the model. At the end complete functionality of the model is verified using Matlab Simulations, Test Bench/Modelsim Simulations and Hardware cosimulations. # e) Future Scope The paper deals with reduction of PAPR in a SISO OFDM. The concept of reduction of PAPR can be implemented in MIMO technology. If such a model is implemented it shall give the advantages of low PAPR as well as high data rate, which is an advantage of MIMO. Different modulation techniques such as QPSK or QAM ac-commodating number of subcarriers as 1024 or up to 4096 can be experimentally tried to achieve data rates in multiple of 100 Mbps or more. The new system model can emphasis on performance of Signal to Noise Ratio, Bit Error Rate, CDF and CCDF with respect to channel capacity. X. ![[2] II.OFDM and PAPR a) General OFDM Block Diagram Description i. OFDM TransmitterThe model considered for the implementation of the OFDM transmitter is the shown above and basically consist of the](image-2.png "") 21![Figure 2.1 : Block diagram of an OFDM system](image-3.png "Figure 2 . 1 :") 22![Figure 2.2 : Block diagram of SLM III.](image-4.png "Figure 2 . 2 :") 312![Figure 3.1 : Block diagram of the designed system](image-5.png "Figure 3 . 1 : 2 F") 3![Figure 3.2 : Transmitter Module](image-6.png "Figure 3") 34![Figure 3.4 : Mapper d) Receiver Subsystem ? Demodulator The Figure 3.5 represents the demodulator i.e. demapper block. The ROM_REAL and ROM_IMAG](image-7.png "Figure 3 . 4 :") 35![Figure 3.5 : Demodulator module](image-8.png "Figure 3 . 5 :") 38![Figure 3.8 : Inner details of one of the 4 OFDM blocks V.](image-9.png "Figure 3 . 8 :") 39![Figure 3.9 : JTAG-Hardware Co-sim block XIII Issue XV Version I 33](image-10.png "Figure 3 . 9 :F") 41![Figure 4.1 : Methodology and flow diagram [24][25] ](image-11.png "Figure 4 . 1 :") 51![Figure5.1 : FPGA ready for programming[25] ](image-12.png "Figure 5 . 1 :") 525354![Figure 5.2 : Received and Original Signal (Test sinewave)](image-13.png "Figure 5 . 2 :Figure 5 . 3 :Figure 5 . 4 :") 5![Figure 5.5 : QAM Output Observing the output carefully, it is seen that the signal is repeating after certain intervals (16 Frames) as shown by square.](image-14.png "Figure 5 .") 56![Figure 5.6 : project status report a) Project Status Report The following diagram shows the project status report which includes details like: Project file name, target device, product version etc.[20] b) RTL Schematic](image-15.png "Figure 5 . 6 :") 58![Figure 5.8 : RTL Schematic inside ofdm_soundip_cw c) Test Benches XIII Issue XV Version I 2](image-16.png "Figure 5 . 8 :F") 59![Figure 5.9 :Generating Test Bench d) Graphs Plotted](image-17.png "Figure 5 . 9 :") 5![Figure 5.10 : Test Bench[20] ](image-18.png "Figure 5 .") 512![Figure 5.12 : CCDF of PAPR v/s PAPR(in dB)](image-19.png "Figure 5 . 12 :") 51QAMQAMArray ValueInputconstellationArray(Real +SymbolIndexj*ImaginaryPart)0-3-3j0000-0.29 -0.29 j01321-3-1j0001-0.29 -0.10jYear2 3 4 5 6 7 8 9-3+3j -3+j -1-3j -1-1j -1+3j -1+j +3-3j +3-1j0010 0100 0101 0110 0111 1000 1001 0011-0.29 + 0.29j -0.10 -0.29 j -0.10 -0.10 j -0.10 + 0.29j -0.10 + 0.10 j +0.29 -0.29j +0.29 -0.10j j -0.29 + 0.10XIII Issue XV Version I 3510+3+3j1010+0.29 + 0.29j11+3+j1011+0.29 + 0.10j( )12+1-3j1100+0.10 -0.29j13+1-1j1101+0.10 -0.10j14+1+3j1110+0.10 + 0.29j15+1+j1111+0.10 + 0.10jF obal Journal of Researches in Engineering Gl © 2013 Global Journals Inc. (US) 5 52FactorNumberPAPRPAPRDifferenceCrestofwithoutwithin PAPRFactorcarriersSLM inSLM in=?KdBdB212.6111.011.61.264425.2224.011.211.1837.8335.032.771.671650.4548.891.561.243263.0662.011.591.0246475.7673.7621.414 53PAPR in dB Without SLMWith SLM00.9850.94510.9840.94420.98320.94430.9830.940.9820.8550.9810.860.980.71270.8850.61280.80.51190.70.21100.60110.5120120.0010 © 2013 Global Journals Inc. (US) ## Acknowledgement Our thanks to the experts who have contributed towards development of this paper. * Simulation of OFDM system in Matlab -BER Vs Eb/N0 for OFDM in AWGN channel MathuranAthan Gaussian Waves * Hardware Implementation of a 802.11n MIMO OFDM Transceiver ZohaPajoudi JamaliSied Hamidreza International Symposium on Telecommunications 2008 * Design of FFT/IFFT Processor for MIMO OFDM Systems YuWei Lin ChenYiLin IEEE Transaction on circuit and system 54 4 2007 * Next Generation wireless for rural areas AshokJhunjhunwala Indian Journal of Radio and Space Physics 36 2007 * FPGA Based Design of a Pulsed-OFDM system KCChang GeraldESobelman IEEE APCCAS 2006 * SLM based PAPR reduction of OFDM signal using new phase sequence NIrukrulapati VChakka AJain 2009 electronic letters, vol45 No24 * Mrs) R. Sukanesh "LCM for PAPR Reduction in OFDM systems VVijayarangam RKalidoss Dr ICWMMN Proceedings 2006 * SLM based PAPR reduction of OFDM signal using new phase se-quence NIrukulapati VKchakka AJain electronic letters 45 24 * PAPR Reduction of OFDM Signal Using an Efficient SLM Technique XiaowenGu SeungminBaek SuwonPark 2007 Shanghai Huawei Technologies Co., Ltd Shanghai, China * Reducing the peak to average power ratio of OFDM RVan Nee ADewild Proceedings of the 48 th IEEE Semiannual Vehicular Technology Confer-ence the 48 th IEEE Semiannual Vehicular Technology Confer-ence May 1998 3 * A New SLM OFDM Scheme With Low Complexity for PAPR Reduction Dae-WoonLim Jong-SeonNo IEEE Signal Processing Letters 12 2 2005 * Derivation of PAPR distribution for OFDM wireless systems based on extreme value theory TJiang MGuizani HChen WXiang YWu IEEE Transactions on Wireless Communications 2008 * OFDMA: A Broadband wireless Access Technology HujunYin SivashAlamouti Intel Corporation 2008 * A Novel SLM based PAPR Reduction Technique in OFDM-MIMO System ErSingh ErMalhotra ErManwinderSingh International Journal of Computers & Technology 2 * A complementary clipping transform technique for the reduction of peak-to-average power ratio of OFDM system GLRen HZhang YLChang IEEE Transactions on Consumer Electronics 49 4 Nov. 2003 * On the distribution of the peak-to-average power ratio in OFDM signals HOchiai HImai IEEE Transactions on Communications 49 2 Feb. 2001 * Orthogonal -SLM technique for PAPR reduction & Recovery without side information in OFDM systems MohammedIAsseri CharaslamposCTsimenidis SBayan YLeSharif & Stephane Goff IEEE transactions * Orthogonal Frequency Division Multiplexing (OFDM) Tutorial CharanLangton * System Generator for ;Xilinx UserDsp Guide * Hyun-BaeJeon Dong-JoonShin DaeWoon Partial Bit Inverted SLM Scheme for PAPR Reduction in QAM Modulated OFDM Signal 2009 IEEE transactions * A Novel SLM Scheme for PAPR Reduction in OFDM systems MingTian YuSongMa Shi & Ying -Guan Wang Journal of Computer Networks & Communications * Wireless communication Upena Dalal, 3 rd Impression 2010 Oxford publication * FPGA Based Design of a Pulsed-OFDM system KCChang IEEE Jour. 1-4244-0387- 1/06 * Hardware Implementation of an OFDM Transceiver for 802.11n systems SRajesh Bansode & Prajakta Borole Journal of Scientific & Engineering Research 2229-5518 IJSER © 2013 6 June-2013 1530