Reconfigurable Architecture based on FPGA for OFDM Transmitter

Size: px
Start display at page:

Download "Reconfigurable Architecture based on FPGA for OFDM Transmitter"

Transcription

1 Reconfigurable Architecture based on FPGA for OFDM Transmitter L. Orozco-Galvan, R. Parra-Michel Dept. of Electrical Engineering CINVESTAV-GDL Zapopan, Jalisco, México {lorozco, E. Romero-Aguirre Dept. of Electric and Electronic Eng. Instituto Tecnológico de Sonora Ciudad Obregón, Sonora, México Abstract Future communication systems such as 5G will require high interoperability between standards, obligating current designs to contemplate the inclusion of multiple standards into a single device. Therefore, the main communication blocks must be designed with high capability in terms of reconfigurability. This paper presents the architecture and implementation of a reconfigurable Orthogonal Frequency Division Multiplexing (OFDM) transmitter with such capabilities. The proposed architecture is capable of generating frames for the Long Term Evolution (LTE) standard and with minimal modifications can also generate frames for IEEE a and g standards. The configuration parameters can be adjusted on-the-fly via configuration registers, such as: frame size, cyclic prefix (CP) size, data modulation type, and pilot values. Additionally, it is possible to operate in the five bandwidths required for LTE, allowing its inclusion in multi-standard design and software design radio platforms. Results have shown a moderate FPGA (Field Programmable Gate Array) consumption and good SQNR (signalto-quantization-noise ratio) performance of 50 db average. I. INTRODUCTION Nowadays, wireless mobile communications have expanded dramatically all over the world, leading to a need to increase their bandwidth capacity. One way to increase the capacity of a wireless mobile communication system, is to improve the communication technology [1]. In particular, Orthogonal Frequency Division Multiplexing (OFDM) is considered the technology for the next-generation broadband wireless systems. As a matter of fact, it has been adopted for many standards, such as 3rd Generation Partnership Project-Long Term Evolution (3GPP-LTE), Digital Audio Broadcasting (DAB), Digital Video Broadcasting Terrestrial (DVB-T), Digital Video Broadcasting-Handheld (DVB-H), and IEEE [2]. Nevertheless, OFDM systems requires intensive computing algorithms, so it is necessary to implement them using contemporary high performance devices. Field Programmable Gate Array (FPGA) is a very cost-effective and highly flexible solution, which allows fast prototyping, and re-usability of functional modules and also provides system performance superior to traditional solutions based on Digital Signal Processors (DSP). Additionally, FPGA designs can be easily migrated to Application-Specific Integrated Circuits (ASICs). The following previous works have dealt with OFDM based on FPGA: In [3] a configurable transmitter architecture for explicit and implicit training (IT) communications systems is proposed. This transmitter supports 4/16/64-QAM (Quadrature Amplitude Modulation) modulation in superimposed training (ST) and data-dependent superimposed training (DDST). However, the data rate is fixed, and the transmitter did not consider a pulse-shaping filter. In [4] a Multi-standard Transmitter is introduced. Its architecture incorporates both implicit and explicit training modes into a reconfigurable transmitter for Software Defined Radio (SDR) applications. It also considers a pulse-shaping filter and is able to perform several modulation schemes, such as: 4/16/64 QAM, Binary Phase Shift Keying (BPSK), Offset Phase Shift Keying (OQPSK), Differential Binary Phase Shift Keying (DBPSK), and Differential Phase Shift Keying (DQPSK). Nevertheless, both, [3] and [4] are only for single carrier systems. A reconfigurable architecture for an OFDM modulator is described in [5]. Such transmitter was tested for Chinese Mobile Multimedia Broadcasting (CMMB) and DAB systems, but not for LTE applications. Furthermore, an Intellectual Property (IP) core was used for the Inverse Fast Fourier Transform (IFFT) processing. In [6], a modulator for IEEE a is discussed. Its engine is based on a fixed-length 64-point Xilinx IP core, suitable for IEEE a. Hence, it is not capable of supporting other standards. In contrast to previous works, a fast OFDM transmitter based on FPGA is presented in this work. No IP cores nor pre-designed components were used in order to assurance portability. Our study case was the 3GPP-LTE standard for downlink frame, that is, Orthogonal Frequency Division Multiple Access (OFDMA). However, it is reconfigurable enough to support OFDM applications. The rest of the paper is organized as follows: section II presents the basis for the OFDM transmitter and LTE frame assembling. Section III describes in detail the FPGAdesign transmitter architecture. In this section, signal names are written in bold face and module names are written with typewriter font. Furthermore, modules which use clock signal are represented graphically by adding an asterisk (*) next to the module name. Section IV shows the implementation results and the performance evaluation of the proposed architecture. Finally, section V presents our conclusions /15/$ IEEE

2 II. TRANSMITTER BACKGROUND A. Generic OFDM Transmitter The block diagram of the generic OFDM transmitter is shown in Fig. 1. The transmitter accepts a bit-stream from higher layer protocols and converts them to symbols using the chosen modulation scheme. The serial-to-parallel converter then takes a block of N c symbols a 0, a 1...,a Nc 1 padding with zeros to length N and translates them onto N parallel sub-streams. The transmitter uses an Inverse Discrete Fourier Transform (IDFT) in order to apply OFDM modulation to the N parallel sub-streams. Then a parallel-to-serial module converts the N parallel result from IDFT, to a serial stream followed by digital-to-analog conversion [7]. In particular, by selecting the IDFT size N equal to 2 n, for some integer n, the OFDM modulation can be implemented by the efficient radix-2 IFFT algorithm [7]. B. LTE frame The LTE signal in time-domain is based on frames, which are 10 ms long and consist of 10 sub-frames each of 1 ms duration. The sub-frames are divided further into two slots each 0.5 ms long. Each slot consists of a number of OFDM symbols, either six or seven, depending on whether a normal or an extended cyclic prefix (CP) is used [9]. LTE uses a three dimensional scheme to manage the resource time, frequency, and space (antennas). The smallest unit is the so-called Resource Element (RE), which consists of a time interval of one OFDM symbol and one sub-carrier. The area consisting of 12 sub-carriers and one time slot is called Resource Block (RB) and contains 12 7 REs in the case of normal CP. In each RB, four reference symbols (pilots) are transmitted. The pilots position can be seen in Fig. 2. III. FPGA-BASED TRANSMITTER ARCHITECTURE The proposed architecture for the OFDM transmitter is depicted in Fig. 3. It is composed of 4 main modules: Frame Conformer (FC), FFT/IFFT processor, Transmission Rate Controller (TRC), and Out Buffer (OB). All of them operate together as explained below. There are essentially three types of information to store in Bank Register (BR): data configuration, pilots, and data (both user and control data). All of them arrive as a bitstream from higher layer protocols and are introduced into the transmitter word input. Data configuration is used to write all internal registers from BR, which is composed of Pilot, N null carriers, CP size, Slot Configuration Figure 1: Generic OFDM Transmitter block diagram [7] Figure 2: Signal content of LTE downlink sub-frame [9] (SCR), and Frame Configuration (FCR) registers, as well as a Data FIFO. When wr input is asserted, the configuration parameter, introduced in word input, is stored in its corresponding register, selected by bank sel input. To configure frame size, the number of slots in the frame and the number of symbols per slot should be stored in FCR. Moreover, the configuration for every OFDM symbol in the slot should be stored in SCR. In the case of N null carriers and size CP registers, the BW input is used to write the parameter in a specific region of the selected register. Finally, data and pilots should be stored in their respective registers. The processing begins when the start input is asserted. First, Main Control Unit (MCU) reads FCR in order to determine the number of slots in the frame and the number of OFDM symbols per slot. Secondly, MCU activates OFDM Slot Conformer (OSltC) to generate every OFDM symbol in the slot. In order to generate an OFDM symbol, OSltC reads the current OFDM symbol configuration and sends it to OFDM Symbol Conformer (OSyC). This module controls the order in which data and pilots are processed by the BPSK-QAM modulator. Thus, the modulated symbol passes through the symbol multiplexer towards the symbol output port. Additionally, when the OFDM symbol requires null carrier insertion, OSyC pauses data and pilot modulation. Consequently, the symbol multiplexer begins to feed zeros into the symbols output port. Once all modulated-symbols have been stored, MCU enables IFFT processing, and OSyC pauses itself. The writing process in the OB starts during the last stage of the IFFT processing. When both processes finish, an OFDM symbol has already been stored in ABCD FIFO. Then, the CP AGU module is activated in order to generate addresses, which are used to transfer the CP samples from the IFFT processor to the X FIFO. After that, transmission occurs, enabling the TRC module, which remains active until the entire frame has been transmitted. This module coordinates reading process in the OB in order to achieve the transmission rate required in LTE. Simultaneously, FC repeats the process to write symbols in the IFFT processor. However, the IFFT processing is paused until the OB status indicates that there is enough space to store

3 Figure 3: Architecture of the proposed OFDM Transmitter one more OFDM symbol. The entire process is repeated to generate the rest of the OFDM symbols which comprise the frame. An explanation of the main modules of the OFDM transmitter is detailed below. A. Frame Conformer This converts the data bit-stream (user and control data) to a sequence of modulated data, which is accepted by IFFT processor. Its internal modules are described below. 1) Bank Register: This was designed to configure different transmitter operation modes. All of its internal registers are presented below. Data FIFO. This is used to store data, whether user or control, which are introduced through word input. The first introduced word represents data set 1, the second introduced word represents data set 2, and so on. The first data of each set is located in the Most Significant Bits (MSB). The amount of data in each set is determined by DM (Data modulation scheme) input and Data FIFO word length. Pilot Register. This is similar to Data FIFO. The difference is that the amount of pilots in each set is determined by Pilot Register word length divided by 2. N null Carriers and CP size registers. Both registers have as many locations as available bandwidths for the transmitter. The first word introduced is the parameter for the bandwidth 1, the second word introduced is the parameter for the bandwidth 2, and so on. Slot configuration register. This has as many locations as the amount of OFDM symbols per slot. The information introduced through word input is a set used to configure each OFDM symbol. The set is defined as: {pilot distance, pilot offset, ena pilots}. The first parameter determines how many sub-carriers separate a pair of pilots in the OFDM symbol. The second determines the initial sub-carrier, where pilots are included. Finally, ena pilots parameter indicates the presence of pilots in the OFDM symbol. Frame Configuration Register. This is employed in order to configure frame size. It has two locations, the first is used to configure the number of slot in the frame and the second for the number of OFDM symbols per slot. 2) Deco BW: This module decodes BW input to maxff- Taddr parameter which determines the IFFT length according to Table I. 3) BPSK-QAM Modulator: Its main feature is that it can perform BPSK, and 4, 16, and 64-QAM modulations using only a mapper for all schemes and applying its corresponding normalization factors. 4) OFDM Symbol Conformer: In order to generate a sequence to assemble an OFDM symbol, OSyC should take into account pilot distance, pilot offset, ena pilots, maxff- Taddr, and N null carriers (N nc ) parameters. The sequence length is determined by maxfftaddr. This sequence is conformed as follows. First, OSyC generates N nc /2 zero symbols. Next, OSyC generates a sequence of modulated symbols including a zero symbol in the middle of the sequence. If ena pilots is asserted, then, data and pilots are included in the sequence. Otherwise, only data are included. Finally, N nc /2 1 zero symbols are included at the end of the sequence. For each symbol, OSyC generates an address ranging from 0 to maxfftaddr. Table I: Parameters associated with Bandwidth decoder BW Bandwidth [MHz] maxfftaddr m

4 B. IFFT processor A multi-core Variable Length (VL) FFT/IFFT processor based on Decimation-in-Time (DIT) Fast Fourier Transform (FFT) radix-2 algorithm is proposed for OFDM-engine. The N-point Discrete Fourier Transform (DFT) of an input sequence x(n) is defined as follows: X(k) = N 1 n=0 x(n)w nk N, k =0, 1,..., N 1 (1) where W N = e j 2π N are the twiddle factors, n is the discrete time-domain index, and k is the normalized frequency-domain index. In the same context, the Inverse Discrete Fourier Transform (IDFT) can be expressed as: x(n) = 1 N N 1 k=0 X(k)W nk N, n =0, 1,..., N 1 (2) From the point of view of decimation, there are two basic types of FFT algorithms: decimation in time (DIT) and decimation in frequency (DIF). There is no difference in computational complexity between them and the number of samples must be a power of two. The DIT radix-2 FFT algorithm divides the original sequence into two N/2-point data sequences f 1 (n) and f 2 (n), corresponding to the evenindexed and odd-indexed points of x(n), respectively. Then N-point DFT can be computed as: X(k) =F 1 (k)+wn k F 2 (k), X(k + N/2) = F 1 (k) WN k (3) F 2 (k), where, k =0, 1,..., N/2 1, F 1 (k) and F 2 (k) are the N/2- point DFT of f 1 (n) and f 2 (n), respectively. The subsequences F 1 (k) and F 2 (k) are recursively solved applying the above formula. Thus, the elementary operation is obtained, known as DIT butterfly (BF). Its pictorial representation is shown in Fig. 4. In DIT radix-2 FFT algorithm, log 2 (N) butterfly stages are necessary to calculate an N-point FFT. During each stage, N/2 butterflies should be calculated. For example, in the 8-point FFT signal flow diagram, shown in figure 5, there are 3 butterfly stages and 4 butterflies are calculated during each stage. The multi-core architecture can be also interpreted from the example depicted in Fig. 5, where a level 1 FFT processor can be assembled combining two N/4-point FFTs to obtain an N/2-point FFT. The combining process consists of applying the corresponding last butterfly stage (LBFS). If the architecture is applied again so that two level 1 N/2-point FFT processors are combined to obtain an N-point FFT, then a level 2 FFT processor is obtained. By assembling Lv levels, an FFT processor with Lv +1 available lengths can be obtained. The corresponding FFT length for level l is determined as: FFT length(l) = N 2 Lv l (4) where N is a power of 2 and represents the maximum FFT length, Lv is the amount of levels, and l is the current level, which is an integer number ranged from 0 to Lv. The proposed FFT/IFFT processor architecture is shown in Fig. 6. It is a level Lv processor mainly composed of two level Lv 1 FFT/IFFT processors (C1 and C2), a control unit (CU), an address manager (AM), a size decoder, two external BFs (BF), and two ROMs (ROM_Wn_e and ROM_Wn_o) used to store twiddle factors. A general description of its functionality is as follows. First, size FFT input is decoded into u size FFT and N Nb2 signals. The first signal is used to indicate the FFT size for C1 and C2 processors; and the second signal is used to determinate if the two level Lv 1 processors will be combined or not. After that, a sequence of samples and addresses are introduced in sec e and addr e inputs, respectively. The AM processes the address to select the processor, C1 or C2, where the corresponding sample will be stored. When start FFT input is asserted, the level Lv 1 FFT processing begins in one or both processors, depending on N Nb2 signal. Once it finishes, CU declares the process complete if N Nb2 is asserted. If it is not asserted, then CU actives LBFS of level Lv. During this process, sets of four samples are read from C1 and C2, as well as two twiddle factors from ROM_Wn_e and ROM_Wn_o. Such samples are processed by a pair of BFs, then a write back operation is applied to the four resulting samples of each set. When the LBFS has finished, CU declares the process complete using busy done signal. An important setting of the FFT/IFFT processor is that it is able to feed the result during the LBFS of the corresponding level. This result is fed through A e, B e, A o and B o outputs. Depending on the N Nb2 signal, the result could be fed from level Lv 1 LBFS, which is executed in C1, or from level Lv. Our FFT/IFFT processor was designed ad-hoc for the aforementioned transmitter, considering four hierarchical levels and a maximum length of N = 2048 samples. Therefore, it is capable of performing five different FFT lengths (N, N/2, N/4, N/8 and N/16) with the same data-path. Figure 4: Butterfly DIT radix-2 Figure 5: Example of an 8-point DIT radix-2 FFT [8].

5 Figure 6: Proposed architecture for level Lv Variable Length FFT/IFFT processor The only constraint is that transformation cannot begin until the entire input sequence has been introduced. However, the processor is able to feed the result during LBFS. This feature compensates the time used for the input sequence loading. C. Transmission Rate Controller This module manages the transmission rate required for each bandwidth (BW) specified in LTE standard. Since a clock rate of MHz was used for the transmitter, TRC enables reading in OB every m clock cycles. The value for m is a multiple of two and depends on maxfftaddr, which is related to the BW chosen. Table I shows all possible values for m. TRC carries out two steps during OB reading process. During the first, it coordinates rd control signals to read the CP samples. In the last step, it coordinates rd control signals to read all the samples of the corresponding OFDM symbol. Both steps are repeated until the entire frame has been transmitted. D. Out buffer This module is composed of two FIFO memories: ABCD FIFO, used to store the OFDM symbols samples, which are fed during the LBFS; and X FIFO, used to store the CP samples of the corresponding OFDM symbol. OB uses status signals to indicate if there is enough space to store one more OFDM symbol. IV. IMPLEMENTATION RESULTS The proposed transmitter architecture was implemented in RTL level using Verilog hardware description language. This transmitter was synthesized using EDA tool Xilinx ISE v14.7 and targeted to a kintex7 XC7K70T FPGA. All signals are complex-valued and were represented using signed fixed-point two s complement. Its synthesis results are summarized in Table II and compared with the OFDM transmitters mentioned in Section I. Since our FFT/IFFT processor uses 43 butterfly Table II: Synthesis comparison of the proposed OFDM Tx [6] [5] Proposed Standard a CMMB/DAB LTE Xilinx ALTERA Xilinx Target XC2V3000 EP4CE115F29C7 Kintex7 4FG676 XC7K70T IFFT lengths , 2048, 2048, 1024, , 256, 128 Block RAM 12 54/38 (M9Ks) 24 Slice Registers Slice LUTs LEs / DSPs - 26/ Frequency [MHz] Max. freq.[mhz] Table III: Execution time for several FFT lengths FFT length Total exe. Time Partial exe. Time [samples] [clock cycles] modules and each uses 4 DSP blocks, so it is composed of 172 DSPs. Nevertheless, [5] uses many more Block RAMs than the proposed transmitter. Although Block RAM consumption in [6] is less than ours, FFT length should be considered. It is much smaller than our proposed FFT/IFFT processor. None of them have the high-reconfigurability degree feature of the our designed architecture. Although the proposed FFT/IFFT processor uses 46 BF modules, its advantage is memory consumption, which is equal to N-samples to be processed. This represents an advantage, because in our design, all memories were inferred and translated to a dedicated block-ram (BRAM). Hence, for a FFT length of 2048 samples and 32-bit word length

6 (16 bits for real and imaginary parts), the resulting memory consumption is 8 KB. For the performance of the FFT/IFFT processor, we considered two execution times; the first one is the total execution time, which is the time used to process the FFT/IFFT, since start input is activated until busy done output declares process done. The second is the partial execution time, which is shorter than the first, because in this case, time used to carry out the LBFS is not considered as processing time, but rather as time used to feed the result. The total execution time (T t ) in the level 0 FFT/IFFT processor is determined as: T t (0) = s b c +log 2 (FFT length(0))+1 (5) where s is the number of butterfly stages used to process a level 0 FFT, b is the number of butterflies per stage in level 0, c is the number of clock cycles to calculate a butterfly operation, which has a value of 2 in this implementation, and FFT length was defined in eq. (4). Similarly, the total execution time (T t ) for the higher levels is defined as: T t (l) =T t (l 1) + 2 l 1 b c +1 (6) In this case, l ranges from 1 to Lv. The partial execution time (T p ) for level 0 is not considered, because it is not a variable length IFFT/FFT processor; therefore, it does not execute LBFS using two external BFs. In the case of level 1, (T p ) equals T t (0). Moreover, for the higher levels, T p is defined as: T p (l) =T p (l 1) + 2 l 2 b c +1 (7) In this case, l ranges from 2 to Lv. Table III shows both, total and partial, execution time results for the proposed FFT/IFFT processor. The functionality of our OFDM transmitter was tested using hw/sw co-simulation environment. A spectrum analyzer tool was connected to the transmitters output. Fig. 7 shows the OFDM symbol obtained for 3 MHz bandwidth and 16-QAM as modulation scheme. Since spectrum analyzer averages the OFDM symbols, it is not possible to distinguish pilots clearly, because some OFDM symbols do not include them. Finally, the SQNR (signal-to-quantization-noise ratio) performance of the transmitter is conditioned by the FFT/IFFT processor SQNR, thereby it can be used as an indirect Figure 7: Transmitter output spectrum for 3 MHz/16-QAM OFDM symbol. Figure 8: SQNR performance of the FFT/IFFT proc. measure of this metric. Thus, Fig. 8 depicts the SQNR histogram from point length transformations performed by the FFT/IFFT processor, obtaining an SQNR average of db. Hence, the transmitter s SQNR performance is close to this value. V. CONCLUSIONS In this paper, a reconfigurable OFDM transmitter architecture for 4G-LTE applications was presented. It has the capability of selecting on-the-fly from five different transmission modes: 1.4, 3, 5, 10, and 20 MHz; three modulations: 4/16/64 QAM, frame size, OFDM symbols/slot, and the assembly configuration parameters of each OFDM symbol, such as the number of null carriers, the CP size, the pilot inclusion, etc. Although the transmitter presents moderate hardware resource consumption, this is compensated by its high reconfigurability and good SQNR, which allow its inclusion in the multistandard designs for future communication systems. ACKNOWLEDGMENT This work was supported by CONACyT scholarship , CONACyT research project, and PROFAPI grant. REFERENCES [1] Cox, C.I. An Introduction to LTE LTE, LTE-advanced, SAE, VoLTE and 4G Mobile Communications [2] Revanna, D. and Anjum, O. and Cucchi, M. and Airoldi, R. and Nurmi, J. A scalable FFT processor architecture for OFDM based communication systems. Embedded Computer Systems: Architectures, Modeling, and Simulation (SAMOS XIII), 2013 International Conference on, [3] Romero-Aguirre, E. and Parra-Michel, R. and Carrasco-ALvarez, Roberto and Orozco-Lugo, A. G. Configurable transmitter and systolic channel estimator architectures for DDST communications systems Int. J. Reconfig. Comput., January 2012, issn = [4] Bautista-Contreras, B. and Parra-Michel, R. and Carrasco-Alvarez, R. and Romero-Aguirre, E. A SDR architecture based on FPGA for multistandard transmitter. Global Conference on Signal and Information Processing (GlobalSIP), 2013 IEEE, [5] Zhang, B. and Guo, X. A Novel Reconfigurable Architecture for Generic OFDM Modulator Based on FPGA. In Advanced Communication Technology (ICACT), th International Conference on, pages IEEE, [6] Garcia, J. and Cumplido, R. On the design of an FPGA-Based OFDM modulator for IEEE a. Electrical and Electronics Engineering, nd International Conference on, [7] Dahlman, E. and Parkvall, S. and Skold, J. LTE/LTE-Advanced for Mobile Broadband. Elsevier Science, [8] Proakis J.G. and Manolakis D.G. Digital Signal Processing. Prentice Hall International editions, Pearson Prentice Hall, [9] Zarrinkoub, H. Understanding LTE with MATLAB: From Mathematical Modeling to Simulation and Prototyping. Wiley Desktop Editions, 2014.

Optimized BPSK and QAM Techniques for OFDM Systems

Optimized BPSK and QAM Techniques for OFDM Systems I J C T A, 9(6), 2016, pp. 2759-2766 International Science Press ISSN: 0974-5572 Optimized BPSK and QAM Techniques for OFDM Systems Manikandan J.* and M. Manikandan** ABSTRACT A modulation is a process

More information

Chapter 0 Outline. NCCU Wireless Comm. Lab

Chapter 0 Outline. NCCU Wireless Comm. Lab Chapter 0 Outline Chapter 1 1 Introduction to Orthogonal Frequency Division Multiplexing (OFDM) Technique 1.1 The History of OFDM 1.2 OFDM and Multicarrier Transmission 1.3 The Applications of OFDM 2 Chapter

More information

M.Tech Student, Asst Professor Department Of Eelectronics and Communications, SRKR Engineering College, Andhra Pradesh, India

M.Tech Student, Asst Professor Department Of Eelectronics and Communications, SRKR Engineering College, Andhra Pradesh, India Computational Performances of OFDM using Different Pruned FFT Algorithms Alekhya Chundru 1, P.Krishna Kanth Varma 2 M.Tech Student, Asst Professor Department Of Eelectronics and Communications, SRKR Engineering

More information

Practical issue: Group definition. TSTE17 System Design, CDIO. Quadrature Amplitude Modulation (QAM) Components of a digital communication system

Practical issue: Group definition. TSTE17 System Design, CDIO. Quadrature Amplitude Modulation (QAM) Components of a digital communication system 1 2 TSTE17 System Design, CDIO Introduction telecommunication OFDM principle How to combat ISI How to reduce out of band signaling Practical issue: Group definition Project group sign up list will be put

More information

Publication of Little Lion Scientific R&D, Islamabad PAKISTAN

Publication of Little Lion Scientific R&D, Islamabad PAKISTAN FPGA IMPLEMENTATION OF SCALABLE BANDWIDTH SINGLE CARRIER FREQUENCY DOMAIN MULTIPLE ACCESS TRANSCEIVER FOR THE FOURTH GENERATION WIRELESS COMMUNICATION 1 DHIRENDRA KUMAR TRIPATHI, S. ARULMOZHI NANGAI, 2

More information

Anju 1, Amit Ahlawat 2

Anju 1, Amit Ahlawat 2 Implementation of OFDM based Transreciever for IEEE 802.11A on FPGA Anju 1, Amit Ahlawat 2 1 Hindu College of Engineering, Sonepat 2 Shri Baba Mastnath Engineering College Rohtak Abstract This paper focus

More information

Area Efficient Fft/Ifft Processor for Wireless Communication

Area Efficient Fft/Ifft Processor for Wireless Communication IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 4, Issue 3, Ver. III (May-Jun. 2014), PP 17-21 e-issn: 2319 4200, p-issn No. : 2319 4197 Area Efficient Fft/Ifft Processor for Wireless Communication

More information

Partial Reconfigurable Implementation of IEEE802.11g OFDM

Partial Reconfigurable Implementation of IEEE802.11g OFDM Indian Journal of Science and Technology, Vol 7(4S), 63 70, April 2014 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Partial Reconfigurable Implementation of IEEE802.11g OFDM S. Sivanantham 1*, R.

More information

Technical Aspects of LTE Part I: OFDM

Technical Aspects of LTE Part I: OFDM Technical Aspects of LTE Part I: OFDM By Mohammad Movahhedian, Ph.D., MIET, MIEEE m.movahhedian@mci.ir ITU regional workshop on Long-Term Evolution 9-11 Dec. 2013 Outline Motivation for LTE LTE Network

More information

An Area Efficient FFT Implementation for OFDM

An Area Efficient FFT Implementation for OFDM Vol. 2, Special Issue 1, May 20 An Area Efficient FFT Implementation for OFDM R.KALAIVANI#1, Dr. DEEPA JOSE#1, Dr. P. NIRMAL KUMAR# # Department of Electronics and Communication Engineering, Anna University

More information

ISSN: (PRINT) ISSN: (ONLINE)

ISSN: (PRINT) ISSN: (ONLINE) Low Power and High Speed Adaptive OFDM System Using FPGA Jatender Kumar Verma 1, K.K. Verma 2 1 Mtech Scholar, DPG Institute of technology & Management, Gurgaon 2 Assistant Professor, DPG Institute of

More information

Using Modern Design Tools To Evaluate Complex Communication Systems: A Case Study on QAM, FSK and OFDM Transceiver Design

Using Modern Design Tools To Evaluate Complex Communication Systems: A Case Study on QAM, FSK and OFDM Transceiver Design Using Modern Design Tools To Evaluate Complex Communication Systems: A Case Study on QAM, FSK and OFDM Transceiver Design SOTIRIS H. KARABETSOS, SPYROS H. EVAGGELATOS, SOFIA E. KONTAKI, EVAGGELOS C. PICASIS,

More information

VLSI Implementation of Area-Efficient and Low Power OFDM Transmitter and Receiver

VLSI Implementation of Area-Efficient and Low Power OFDM Transmitter and Receiver Indian Journal of Science and Technology, Vol 8(18), DOI: 10.17485/ijst/2015/v8i18/63062, August 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 VLSI Implementation of Area-Efficient and Low Power

More information

A GENERAL SYSTEM DESIGN & IMPLEMENTATION OF SOFTWARE DEFINED RADIO SYSTEM

A GENERAL SYSTEM DESIGN & IMPLEMENTATION OF SOFTWARE DEFINED RADIO SYSTEM A GENERAL SYSTEM DESIGN & IMPLEMENTATION OF SOFTWARE DEFINED RADIO SYSTEM 1 J. H.VARDE, 2 N.B.GOHIL, 3 J.H.SHAH 1 Electronics & Communication Department, Gujarat Technological University, Ahmadabad, India

More information

On the design of an FPGA-Based OFDM modulator for IEEE a

On the design of an FPGA-Based OFDM modulator for IEEE a 2005 IEEE. Personal use of this material is permitted. However, permission to reprint/republish this material for advertising or promotional purposes or for creating new collective works for resale or

More information

Keywords SEFDM, OFDM, FFT, CORDIC, FPGA.

Keywords SEFDM, OFDM, FFT, CORDIC, FPGA. Volume 4, Issue 11, November 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Future to

More information

Channel Estimation by 2D-Enhanced DFT Interpolation Supporting High-speed Movement

Channel Estimation by 2D-Enhanced DFT Interpolation Supporting High-speed Movement Channel Estimation by 2D-Enhanced DFT Interpolation Supporting High-speed Movement Channel Estimation DFT Interpolation Special Articles on Multi-dimensional MIMO Transmission Technology The Challenge

More information

OFDM AS AN ACCESS TECHNIQUE FOR NEXT GENERATION NETWORK

OFDM AS AN ACCESS TECHNIQUE FOR NEXT GENERATION NETWORK OFDM AS AN ACCESS TECHNIQUE FOR NEXT GENERATION NETWORK Akshita Abrol Department of Electronics & Communication, GCET, Jammu, J&K, India ABSTRACT With the rapid growth of digital wireless communication

More information

A FFT/IFFT Soft IP Generator for OFDM Communication System

A FFT/IFFT Soft IP Generator for OFDM Communication System A FFT/IFFT Soft IP Generator for OFDM Communication System Tsung-Han Tsai, Chen-Chi Peng and Tung-Mao Chen Department of Electrical Engineering, National Central University Chung-Li, Taiwan Abstract: -

More information

Implementation of an IFFT for an Optical OFDM Transmitter with 12.1 Gbit/s

Implementation of an IFFT for an Optical OFDM Transmitter with 12.1 Gbit/s Implementation of an IFFT for an Optical OFDM Transmitter with 12.1 Gbit/s Michael Bernhard, Joachim Speidel Universität Stuttgart, Institut für achrichtenübertragung, 7569 Stuttgart E-Mail: bernhard@inue.uni-stuttgart.de

More information

An FPGA Based Low Power Multiplier for FFT in OFDM Systems Using Precomputations

An FPGA Based Low Power Multiplier for FFT in OFDM Systems Using Precomputations An FPGA Based Low Power Multiplier for FFT in OFDM Systems Using Precomputations Mokhtar Aboelaze Dept of Electrical Engineering and Computer Science Lassonde School of Engineering York University Toronto

More information

OFDM Based Low Power Secured Communication using AES with Vedic Mathematics Technique for Military Applications

OFDM Based Low Power Secured Communication using AES with Vedic Mathematics Technique for Military Applications OFDM Based Low Power Secured Communication using AES with Vedic Mathematics Technique for Military Applications Elakkiya.V 1, Sharmila.S 2, Swathi Priya A.S 3, Vinodha.K 4 1,2,3,4 Department of Electronics

More information

High Performance Fbmc/Oqam System for Next Generation Multicarrier Wireless Communication

High Performance Fbmc/Oqam System for Next Generation Multicarrier Wireless Communication IOSR Journal of Engineering (IOSRJE) ISS (e): 50-0, ISS (p): 78-879 PP 5-9 www.iosrjen.org High Performance Fbmc/Oqam System for ext Generation Multicarrier Wireless Communication R.Priyadharshini, A.Savitha,

More information

Design and Implementation of 4-QAM Architecture for OFDM Communication System in VHDL using Xilinx

Design and Implementation of 4-QAM Architecture for OFDM Communication System in VHDL using Xilinx Design and Implementation of 4-QAM Architecture for OFDM Communication System in VHDL using Xilinx 1 Mr.Gaurang Rajan, 2 Prof. Kiran Trivedi 3 Prof.R.M.Soni 1 PG student (EC), S.S.E.C., Bhavnagar-Gujarat

More information

A HIGH SPEED FFT/IFFT PROCESSOR FOR MIMO OFDM SYSTEMS

A HIGH SPEED FFT/IFFT PROCESSOR FOR MIMO OFDM SYSTEMS A HIGH SPEED FFT/IFFT PROCESSOR FOR MIMO OFDM SYSTEMS Ms. P. P. Neethu Raj PG Scholar, Electronics and Communication Engineering, Vivekanadha College of Engineering for Women, Tiruchengode, Tamilnadu,

More information

DESIGN, IMPLEMENTATION AND OPTIMISATION OF 4X4 MIMO-OFDM TRANSMITTER FOR

DESIGN, IMPLEMENTATION AND OPTIMISATION OF 4X4 MIMO-OFDM TRANSMITTER FOR DESIGN, IMPLEMENTATION AND OPTIMISATION OF 4X4 MIMO-OFDM TRANSMITTER FOR COMMUNICATION SYSTEMS Abstract M. Chethan Kumar, *Sanket Dessai Department of Computer Engineering, M.S. Ramaiah School of Advanced

More information

An Efficient FFT Design for OFDM Systems with MIMO support

An Efficient FFT Design for OFDM Systems with MIMO support An Efficient FFT Design for OFDM Systems with MIMO support Maheswari. Dasarathan, Dr. R. Seshasayanan Abstract This paper presents the implementation of FFT for OFDM systems to process the real time high

More information

IMPLEMENTATION OF 64-POINT FFT/IFFT BY USING RADIX-8 ALGORITHM

IMPLEMENTATION OF 64-POINT FFT/IFFT BY USING RADIX-8 ALGORITHM Int. J. Elec&Electr.Eng&Telecoms. 2013 K Venkata Subba Reddy and K Bala, 2013 Research Paper ISSN 2319 2518 www.ijeetc.com Vol. 2, No. 4, October 2013 2013 IJEETC. All Rights Reserved IMPLEMENTATION OF

More information

THE DESIGN OF A PLC MODEM AND ITS IMPLEMENTATION USING FPGA CIRCUITS

THE DESIGN OF A PLC MODEM AND ITS IMPLEMENTATION USING FPGA CIRCUITS Journal of ELECTRICAL ENGINEERING, VOL. 60, NO. 1, 2009, 43 47 THE DESIGN OF A PLC MODEM AND ITS IMPLEMENTATION USING FPGA CIRCUITS Rastislav Róka For the exploitation of PLC modems, it is necessary to

More information

Orthogonal Frequency Division Multiplexing & Measurement of its Performance

Orthogonal Frequency Division Multiplexing & Measurement of its Performance Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 5, Issue. 2, February 2016,

More information

MITIGATING CARRIER FREQUENCY OFFSET USING NULL SUBCARRIERS

MITIGATING CARRIER FREQUENCY OFFSET USING NULL SUBCARRIERS International Journal on Intelligent Electronic System, Vol. 8 No.. July 0 6 MITIGATING CARRIER FREQUENCY OFFSET USING NULL SUBCARRIERS Abstract Nisharani S N, Rajadurai C &, Department of ECE, Fatima

More information

Dynamically Reconfigurable LTE-compliant OFDM Modulator for Downlink Transmission

Dynamically Reconfigurable LTE-compliant OFDM Modulator for Downlink Transmission Dynamically Reconfigurable LTE-compliant OFDM Modulator for Downlink Transmission Mário Lopes Ferreira, Amin Barahimi and João Canas Ferreira INESC TEC and Faculty of Engineering of the University of Porto

More information

Performance Evaluation of Wireless Communication System Employing DWT-OFDM using Simulink Model

Performance Evaluation of Wireless Communication System Employing DWT-OFDM using Simulink Model Performance Evaluation of Wireless Communication System Employing DWT-OFDM using Simulink Model M. Prem Anand 1 Rudrashish Roy 2 1 Assistant Professor 2 M.E Student 1,2 Department of Electronics & Communication

More information

Nutaq OFDM Reference

Nutaq OFDM Reference Nutaq OFDM Reference Design FPGA-based, SISO/MIMO OFDM PHY Transceiver PRODUCT SHEET QUEBEC I MONTREAL I NEW YORK I nutaq.com Nutaq OFDM Reference Design SISO/2x2 MIMO Implementation Simulation/Implementation

More information

FPGA Implementation of Digital Modulation Techniques BPSK and QPSK using HDL Verilog

FPGA Implementation of Digital Modulation Techniques BPSK and QPSK using HDL Verilog FPGA Implementation of Digital Techniques BPSK and QPSK using HDL Verilog Neeta Tanawade P. G. Department M.B.E.S. College of Engineering, Ambajogai, India Sagun Sudhansu P. G. Department M.B.E.S. College

More information

VLSI Implementation of Pipelined Fast Fourier Transform

VLSI Implementation of Pipelined Fast Fourier Transform ISSN: 2278 323 Volume, Issue 4, June 22 VLSI Implementation of Pipelined Fast Fourier Transform K. Indirapriyadarsini, S.Kamalakumari 2, G. Prasannakumar 3 Swarnandhra Engineering College &2, Vishnu Institute

More information

FPGA Realization of Gaussian Pulse Shaped QPSK Modulator

FPGA Realization of Gaussian Pulse Shaped QPSK Modulator FPGA Realization of Gaussian Pulse Shaped QPSK Modulator TANANGI SNEHITHA, Mr. AMAN KUMAR Abstract In past few years, a major transition from analog to digital modulation techniques has occurred and it

More information

DESIGN AND IMPLEMENTATION OF OFDM TRANSCEIVER FOR ISI REDUCTION USING OQPSK MODULATION

DESIGN AND IMPLEMENTATION OF OFDM TRANSCEIVER FOR ISI REDUCTION USING OQPSK MODULATION Indian Journal of Communications Technology and Electronics (IJCTE) Vol.2.No.1 2014pp 33-39 available at: www.goniv.com Paper Received :05-03-2014 Paper Published:28-03-2014 Paper Reviewed by: 1. John

More information

Available online at ScienceDirect. Procedia Technology 17 (2014 )

Available online at   ScienceDirect. Procedia Technology 17 (2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia Technology 17 (2014 ) 107 113 Conference on Electronics, Telecommunications and Computers CETC 2013 Design of a Power Line Communications

More information

A SURVEY ON FFT/IFFT PROCESSOR FOR HIGH SPEED WIRELESS COMMUNICATION SYSTEM

A SURVEY ON FFT/IFFT PROCESSOR FOR HIGH SPEED WIRELESS COMMUNICATION SYSTEM A SURVEY ON FFT/IFFT PROCESSOR FOR HIGH SPEED WIRELESS COMMUNICATION SYSTEM K. Vijayakanthan and M. Anand Dr. M. G. R Educational and Research Institute University, Chennai, India E-Mail: vijayakanthank@gmail.com

More information

Mobile & Wireless Networking. Lecture 2: Wireless Transmission (2/2)

Mobile & Wireless Networking. Lecture 2: Wireless Transmission (2/2) 192620010 Mobile & Wireless Networking Lecture 2: Wireless Transmission (2/2) [Schiller, Section 2.6 & 2.7] [Reader Part 1: OFDM: An architecture for the fourth generation] Geert Heijenk Outline of Lecture

More information

Comparison of ML and SC for ICI reduction in OFDM system

Comparison of ML and SC for ICI reduction in OFDM system Comparison of and for ICI reduction in OFDM system Mohammed hussein khaleel 1, neelesh agrawal 2 1 M.tech Student ECE department, Sam Higginbottom Institute of Agriculture, Technology and Science, Al-Mamon

More information

Lecture 3: Wireless Physical Layer: Modulation Techniques. Mythili Vutukuru CS 653 Spring 2014 Jan 13, Monday

Lecture 3: Wireless Physical Layer: Modulation Techniques. Mythili Vutukuru CS 653 Spring 2014 Jan 13, Monday Lecture 3: Wireless Physical Layer: Modulation Techniques Mythili Vutukuru CS 653 Spring 2014 Jan 13, Monday Modulation We saw a simple example of amplitude modulation in the last lecture Modulation how

More information

Implementation of OFDM System Using FFT and IFFT

Implementation of OFDM System Using FFT and IFFT Implementation of OFDM System Using FFT and IFFT Ajay Kumar Mukiri PG Scholar, Dept of Electronics and Communication Engineering, Rao & Naidu Engineering College, AP, India. Siddavarapu Anil Kumar Assistant

More information

UNIFIED DIGITAL AUDIO AND DIGITAL VIDEO BROADCASTING SYSTEM USING ORTHOGONAL FREQUENCY DIVISION MULTIPLEXING (OFDM) SYSTEM

UNIFIED DIGITAL AUDIO AND DIGITAL VIDEO BROADCASTING SYSTEM USING ORTHOGONAL FREQUENCY DIVISION MULTIPLEXING (OFDM) SYSTEM UNIFIED DIGITAL AUDIO AND DIGITAL VIDEO BROADCASTING SYSTEM USING ORTHOGONAL FREQUENCY DIVISION MULTIPLEXING (OFDM) SYSTEM 1 Drakshayini M N, 2 Dr. Arun Vikas Singh 1 drakshayini@tjohngroup.com, 2 arunsingh@tjohngroup.com

More information

A Low Power Pipelined FFT/IFFT Processor for OFDM Applications

A Low Power Pipelined FFT/IFFT Processor for OFDM Applications A Low Power Pipelined FFT/IFFT Processor for OFDM Applications M. Jasmin 1 Asst. Professor, Bharath University, Chennai, India 1 ABSTRACT: To produce multiple subcarriers orthogonal frequency division

More information

University of Bristol - Explore Bristol Research. Link to publication record in Explore Bristol Research PDF-document.

University of Bristol - Explore Bristol Research. Link to publication record in Explore Bristol Research PDF-document. Mansor, Z. B., Nix, A. R., & McGeehan, J. P. (2011). PAPR reduction for single carrier FDMA LTE systems using frequency domain spectral shaping. In Proceedings of the 12th Annual Postgraduate Symposium

More information

International Journal of Scientific & Engineering Research, Volume 5, Issue 11, November ISSN

International Journal of Scientific & Engineering Research, Volume 5, Issue 11, November ISSN International Journal of Scientific & Engineering Research, Volume 5, Issue 11, November-2014 1470 Design and implementation of an efficient OFDM communication using fused floating point FFT Pamidi Lakshmi

More information

Implementation of OFDM Modulated Digital Communication Using Software Defined Radio Unit For Radar Applications

Implementation of OFDM Modulated Digital Communication Using Software Defined Radio Unit For Radar Applications Volume 118 No. 18 2018, 4009-4018 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Implementation of OFDM Modulated Digital Communication Using Software

More information

EFFICIENT DESIGN OF FFT/IFFT PROCESSOR USING VERILOG HDL

EFFICIENT DESIGN OF FFT/IFFT PROCESSOR USING VERILOG HDL EFFICIENT DESIGN OF FFT/IFFT PROCESSOR USING VERILOG HDL M. SRIDHANYA (1), MRS. G. ANNAPURNA (2) M.TECH, VLSI SYSTEM DESIGN, VIDYA JYOTHI INSTITUTE OF TECHNOLOGY (1) M.TECH, ASSISTANT PROFESSOR, VIDYA

More information

Realization of 8x8 MIMO-OFDM design system using FPGA veritex 5

Realization of 8x8 MIMO-OFDM design system using FPGA veritex 5 Realization of 8x8 MIMO-OFDM design system using FPGA veritex 5 Bharti Gondhalekar, Rajesh Bansode, Geeta Karande, Devashree Patil Abstract OFDM offers high spectral efficiency and resilience to multipath

More information

SYSTEM ARCHITECTURE ADVANCED SYSTEM ARCHITECTURE LUO Chapter18.1 and Introduction to OFDM

SYSTEM ARCHITECTURE ADVANCED SYSTEM ARCHITECTURE LUO Chapter18.1 and Introduction to OFDM SYSTEM ARCHITECTURE ADVANCED SYSTEM ARCHITECTURE LUO Chapter18.1 and 18.2 Introduction to OFDM 2013/Fall-Winter Term Monday 12:50 Room# 1-322 or 5F Meeting Room Instructor: Fire Tom Wada, Professor 12/9/2013

More information

Hardware Implementation of OFDM Transceiver. Authors Birangal U. M 1, Askhedkar A. R 2 1,2 MITCOE, Pune, India

Hardware Implementation of OFDM Transceiver. Authors Birangal U. M 1, Askhedkar A. R 2 1,2 MITCOE, Pune, India ABSTRACT International Journal Of Scientific Research And Education Volume 3 Issue 9 Pages-4564-4569 October-2015 ISSN (e): 2321-7545 Website: http://ijsae.in DOI: http://dx.doi.org/10.18535/ijsre/v3i10.09

More information

FPGA implementation of Generalized Frequency Division Multiplexing transmitter using NI LabVIEW and NI PXI platform

FPGA implementation of Generalized Frequency Division Multiplexing transmitter using NI LabVIEW and NI PXI platform FPGA implementation of Generalized Frequency Division Multiplexing transmitter using NI LabVIEW and NI PXI platform Ivan GASPAR, Ainoa NAVARRO, Nicola MICHAILOW, Gerhard FETTWEIS Technische Universität

More information

A Novel Approach in Pipeline Architecture for 64-Point FFT Processor without ROM

A Novel Approach in Pipeline Architecture for 64-Point FFT Processor without ROM A Novel Approach in Pipeline Architecture for 64-Point FFT Processor without ROM A.Manimaran, Dr.S.K.Sudheer, Manu.K.Harshan Associate Professor, Department of ECE, Karpaga Vinayaga College of Engineering

More information

Performance Evaluation of IEEE STD d Transceiver

Performance Evaluation of IEEE STD d Transceiver IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735. Volume 6, Issue 2 (May. - Jun. 2013), PP 21-26 Performance Evaluation of IEEE STD 802.16d Transceiver

More information

Page 1. Overview : Wireless Networks Lecture 9: OFDM, WiMAX, LTE

Page 1. Overview : Wireless Networks Lecture 9: OFDM, WiMAX, LTE Overview 18-759: Wireless Networks Lecture 9: OFDM, WiMAX, LTE Dina Papagiannaki & Peter Steenkiste Departments of Computer Science and Electrical and Computer Engineering Spring Semester 2009 http://www.cs.cmu.edu/~prs/wireless09/

More information

Lecture 13. Introduction to OFDM

Lecture 13. Introduction to OFDM Lecture 13 Introduction to OFDM Ref: About-OFDM.pdf Orthogonal frequency division multiplexing (OFDM) is well-known to be effective against multipath distortion. It is a multicarrier communication scheme,

More information

PERFORMANCE EVALUATION OF WIMAX SYSTEM USING CONVOLUTIONAL PRODUCT CODE (CPC)

PERFORMANCE EVALUATION OF WIMAX SYSTEM USING CONVOLUTIONAL PRODUCT CODE (CPC) Progress In Electromagnetics Research C, Vol. 5, 125 133, 2008 PERFORMANCE EVALUATION OF WIMAX SYSTEM USING CONVOLUTIONAL PRODUCT CODE (CPC) A. Ebian, M. Shokair, and K. H. Awadalla Faculty of Electronic

More information

Basic idea: divide spectrum into several 528 MHz bands.

Basic idea: divide spectrum into several 528 MHz bands. IEEE 802.15.3a Wireless Information Transmission System Lab. Institute of Communications Engineering g National Sun Yat-sen University Overview of Multi-band OFDM Basic idea: divide spectrum into several

More information

Single Carrier Multi-Tone Modulation Scheme

Single Carrier Multi-Tone Modulation Scheme Single Carrier Multi-Tone Modulation Scheme Roman M. Vitenberg Guarneri Communications Ltd, Israel roman@guarneri-communications.com Abstract In this paper, we propose a modulation scheme, which can improve

More information

Performance Evaluation of OFDM System with Rayleigh, Rician and AWGN Channels

Performance Evaluation of OFDM System with Rayleigh, Rician and AWGN Channels Performance Evaluation of OFDM System with Rayleigh, Rician and AWGN Channels Abstract A Orthogonal Frequency Division Multiplexing (OFDM) scheme offers high spectral efficiency and better resistance to

More information

Practical Implementation Considerations for Spectrally Agile Waveforms in Cognitive Radio

Practical Implementation Considerations for Spectrally Agile Waveforms in Cognitive Radio Practical Implementation Considerations for Spectrally Agile Waveforms in Cognitive Radio by Kevin M. Bobrowski A Thesis Submitted to the Faculty of the WORCESTER POLYTECHNIC INSTITUTE in partial fulfillment

More information

Simulation and Modeling of OFDM Systems and Implementation on FPGA

Simulation and Modeling of OFDM Systems and Implementation on FPGA International Journal of Current Engineering and Technology ISSN 2277 4106 2013 INPRESSCO. All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Simulation and Modeling

More information

Multi-carrier Modulation and OFDM

Multi-carrier Modulation and OFDM 3/28/2 Multi-carrier Modulation and OFDM Prof. Luiz DaSilva dasilval@tcd.ie +353 896-366 Multi-carrier systems: basic idea Typical mobile radio channel is a fading channel that is flat or frequency selective

More information

Chapter 5 OFDM. Office Hours: BKD Tuesday 14:00-16:00 Thursday 9:30-11:30

Chapter 5 OFDM. Office Hours: BKD Tuesday 14:00-16:00 Thursday 9:30-11:30 Chapter 5 OFDM 1 Office Hours: BKD 3601-7 Tuesday 14:00-16:00 Thursday 9:30-11:30 2 OFDM: Overview Let S 1, S 2,, S N be the information symbol. The discrete baseband OFDM modulated symbol can be expressed

More information

Performance Evaluation of STBC-OFDM System for Wireless Communication

Performance Evaluation of STBC-OFDM System for Wireless Communication Performance Evaluation of STBC-OFDM System for Wireless Communication Apeksha Deshmukh, Prof. Dr. M. D. Kokate Department of E&TC, K.K.W.I.E.R. College, Nasik, apeksha19may@gmail.com Abstract In this paper

More information

Experimenting with Orthogonal Frequency-Division Multiplexing OFDM Modulation

Experimenting with Orthogonal Frequency-Division Multiplexing OFDM Modulation FUTEBOL Federated Union of Telecommunications Research Facilities for an EU-Brazil Open Laboratory Experimenting with Orthogonal Frequency-Division Multiplexing OFDM Modulation The content of these slides

More information

Performance Analysis of Concatenated RS-CC Codes for WiMax System using QPSK

Performance Analysis of Concatenated RS-CC Codes for WiMax System using QPSK Performance Analysis of Concatenated RS-CC Codes for WiMax System using QPSK Department of Electronics Technology, GND University Amritsar, Punjab, India Abstract-In this paper we present a practical RS-CC

More information

Implementation and Comparative analysis of Orthogonal Frequency Division Multiplexing (OFDM) Signaling Rashmi Choudhary

Implementation and Comparative analysis of Orthogonal Frequency Division Multiplexing (OFDM) Signaling Rashmi Choudhary Implementation and Comparative analysis of Orthogonal Frequency Division Multiplexing (OFDM) Signaling Rashmi Choudhary M.Tech Scholar, ECE Department,SKIT, Jaipur, Abstract Orthogonal Frequency Division

More information

Implementation of Orthogonal Frequency Division Multiplexing with FPGA

Implementation of Orthogonal Frequency Division Multiplexing with FPGA University of Arkansas, Fayetteville ScholarWorks@UARK Theses and Dissertations 5-2012 Implementation of Orthogonal Frequency Division Multiplexing with FPGA Qi Hao Yang University of Arkansas, Fayetteville

More information

A review paper on Software Defined Radio

A review paper on Software Defined Radio A review paper on Software Defined Radio 1 Priyanka S. Kamble, 2 Bhalchandra B. Godbole Department of Electronics Engineering K.B.P.College of Engineering, Satara, India. Abstract -In this paper, we summarize

More information

IMPLEMENTATION OF SOFTWARE-BASED 2X2 MIMO LTE BASE STATION SYSTEM USING GPU

IMPLEMENTATION OF SOFTWARE-BASED 2X2 MIMO LTE BASE STATION SYSTEM USING GPU IMPLEMENTATION OF SOFTWARE-BASED 2X2 MIMO LTE BASE STATION SYSTEM USING GPU Seunghak Lee (HY-SDR Research Center, Hanyang Univ., Seoul, South Korea; invincible@dsplab.hanyang.ac.kr); Chiyoung Ahn (HY-SDR

More information

OFDM Transceiver using Verilog Proposal

OFDM Transceiver using Verilog Proposal OFDM Transceiver using Verilog Proposal PAUL PETHSOMVONG ZACH ASAL DEPARTMENT OF ELECTRICAL ENGINEERING BRADLEY UNIVERSITY PEORIA, ILLINOIS NOVEMBER 21, 2013 1 Project Outline Orthogonal Frequency Division

More information

Architecture for Canonic RFFT based on Canonic Sign Digit Multiplier and Carry Select Adder

Architecture for Canonic RFFT based on Canonic Sign Digit Multiplier and Carry Select Adder Architecture for Canonic based on Canonic Sign Digit Multiplier and Carry Select Adder Pradnya Zode Research Scholar, Department of Electronics Engineering. G.H. Raisoni College of engineering, Nagpur,

More information

An FPGA 1Gbps Wireless Baseband MIMO Transceiver

An FPGA 1Gbps Wireless Baseband MIMO Transceiver An FPGA 1Gbps Wireless Baseband MIMO Transceiver Center the Authors Names Here [leave blank for review] Center the Affiliations Here [leave blank for review] Center the City, State, and Country Here (address

More information

Orthogonal frequency division multiplexing (OFDM)

Orthogonal frequency division multiplexing (OFDM) Orthogonal frequency division multiplexing (OFDM) OFDM was introduced in 1950 but was only completed in 1960 s Originally grew from Multi-Carrier Modulation used in High Frequency military radio. Patent

More information

High Speed & High Frequency based Digital Up/Down Converter for WCDMA System

High Speed & High Frequency based Digital Up/Down Converter for WCDMA System High Speed & High Frequency based Digital Up/Down Converter for WCDMA System Arun Raj S.R Department of Electronics & Communication Engineering University B.D.T College of Engineering Davangere-Karnataka,

More information

[Gupta, 3(3): March, 2014] ISSN: Impact Factor: 1.852

[Gupta, 3(3): March, 2014] ISSN: Impact Factor: 1.852 [Gupta, 3(3): March, 204] ISSN: 2277-9655 Impact Factor:.852 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Peak to Average Power Reduction using Radix-2 Decimation in Frequency

More information

Performance Analysis of OFDM System with QPSK for Wireless Communication

Performance Analysis of OFDM System with QPSK for Wireless Communication IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 11, Issue 3, Ver. I (May-Jun.2016), PP 33-37 www.iosrjournals.org Performance Analysis

More information

Single Chip FPGA Based Realization of Arbitrary Waveform Generator using Rademacher and Walsh Functions

Single Chip FPGA Based Realization of Arbitrary Waveform Generator using Rademacher and Walsh Functions IEEE ICET 26 2 nd International Conference on Emerging Technologies Peshawar, Pakistan 3-4 November 26 Single Chip FPGA Based Realization of Arbitrary Waveform Generator using Rademacher and Walsh Functions

More information

Wireless Medium Access Control and CDMA-based Communication Lesson 16 Orthogonal Frequency Division Medium Access (OFDM)

Wireless Medium Access Control and CDMA-based Communication Lesson 16 Orthogonal Frequency Division Medium Access (OFDM) Wireless Medium Access Control and CDMA-based Communication Lesson 16 Orthogonal Frequency Division Medium Access (OFDM) 1 4G File transfer at 10 Mbps High resolution 1024 1920 pixel hi-vision picture

More information

Performance Analysis of LTE System in term of SC-FDMA & OFDMA Monika Sehrawat 1, Priyanka Sharma 2 1 M.Tech Scholar, SPGOI Rohtak

Performance Analysis of LTE System in term of SC-FDMA & OFDMA Monika Sehrawat 1, Priyanka Sharma 2 1 M.Tech Scholar, SPGOI Rohtak Performance Analysis of LTE System in term of SC-FDMA & OFDMA Monika Sehrawat 1, Priyanka Sharma 2 1 M.Tech Scholar, SPGOI Rohtak 2 Assistant Professor, ECE Deptt. SPGOI Rohtak Abstract - To meet the increasing

More information

A Modified FFT Algorithm for OFDM Based Wireless System

A Modified FFT Algorithm for OFDM Based Wireless System P International Journal of Scientific Engineering and Applied Science (IJSEAS) - Volume-1, Issue-4, July 2015 A Modified FFT Algorithm for OFDM Based Wireless System 1 2 G. Harish KumarP P, Mahesh kusumap

More information

International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN INTERNATIONAL JOURNAL OF ELECTRONICS AND

International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN INTERNATIONAL JOURNAL OF ELECTRONICS AND INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 6464(Print) ISSN 0976 6472(Online) Volume 3, Issue 3, October- December (2012), pp. 265-279 IAEME: www.iaeme.com/ijecet.asp

More information

A Smart Grid System Based On Cloud Cognitive Radio Using Beamforming Approach In Wireless Sensor Network

A Smart Grid System Based On Cloud Cognitive Radio Using Beamforming Approach In Wireless Sensor Network IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735 PP 48-53 www.iosrjournals.org A Smart Grid System Based On Cloud Cognitive Radio Using Beamforming

More information

Key words: OFDM, FDM, BPSK, QPSK.

Key words: OFDM, FDM, BPSK, QPSK. Volume 4, Issue 3, March 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Analyse the Performance

More information

A Novel Reconfigurable OFDM Based Digital Modulator

A Novel Reconfigurable OFDM Based Digital Modulator A Novel Reconfigurable OFDM Based Digital Modulator Arunachalam V 1, Rahul Kshirsagar 2, Purnendu Debnath 3, Anand Mehta 4, School of Electronics Engineering, VIT University, Vellore - 632014, Tamil Nadu,

More information

OFDM and FFT. Cairo University Faculty of Engineering Department of Electronics and Electrical Communications Dr. Karim Ossama Abbas Fall 2010

OFDM and FFT. Cairo University Faculty of Engineering Department of Electronics and Electrical Communications Dr. Karim Ossama Abbas Fall 2010 OFDM and FFT Cairo University Faculty of Engineering Department of Electronics and Electrical Communications Dr. Karim Ossama Abbas Fall 2010 Contents OFDM and wideband communication in time and frequency

More information

2.

2. PERFORMANCE ANALYSIS OF STBC-MIMO OFDM SYSTEM WITH DWT & FFT Shubhangi R Chaudhary 1,Kiran Rohidas Jadhav 2. Department of Electronics and Telecommunication Cummins college of Engineering for Women Pune,

More information

AREA EFFICIENT DISTRIBUTED ARITHMETIC DISCRETE COSINE TRANSFORM USING MODIFIED WALLACE TREE MULTIPLIER

AREA EFFICIENT DISTRIBUTED ARITHMETIC DISCRETE COSINE TRANSFORM USING MODIFIED WALLACE TREE MULTIPLIER American Journal of Applied Sciences 11 (2): 180-188, 2014 ISSN: 1546-9239 2014 Science Publication doi:10.3844/ajassp.2014.180.188 Published Online 11 (2) 2014 (http://www.thescipub.com/ajas.toc) AREA

More information

Space Time Block Coding - Spatial Modulation for Multiple-Input Multiple-Output OFDM with Index Modulation System

Space Time Block Coding - Spatial Modulation for Multiple-Input Multiple-Output OFDM with Index Modulation System Space Time Block Coding - Spatial Modulation for Multiple-Input Multiple-Output OFDM with Index Modulation System Ravi Kumar 1, Lakshmareddy.G 2 1 Pursuing M.Tech (CS), Dept. of ECE, Newton s Institute

More information

IJSRD - International Journal for Scientific Research & Development Vol. 5, Issue 06, 2017 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 5, Issue 06, 2017 ISSN (online): IJSRD - International Journal for Scientific Research & Development Vol. 5, Issue 06, 2017 ISSN (online): 2321-0613 Realization of Variable Digital Filter for Software Defined Radio Channelizers Geeta

More information

A GENERIC ARCHITECTURE FOR SMART MULTI-STANDARD SOFTWARE DEFINED RADIO SYSTEMS

A GENERIC ARCHITECTURE FOR SMART MULTI-STANDARD SOFTWARE DEFINED RADIO SYSTEMS A GENERIC ARCHITECTURE FOR SMART MULTI-STANDARD SOFTWARE DEFINED RADIO SYSTEMS S.A. Bassam, M.M. Ebrahimi, A. Kwan, M. Helaoui, M.P. Aflaki, O. Hammi, M. Fattouche, and F.M. Ghannouchi iradio Laboratory,

More information

An Efficient Method for Implementation of Convolution

An Efficient Method for Implementation of Convolution IAAST ONLINE ISSN 2277-1565 PRINT ISSN 0976-4828 CODEN: IAASCA International Archive of Applied Sciences and Technology IAAST; Vol 4 [2] June 2013: 62-69 2013 Society of Education, India [ISO9001: 2008

More information

Study on OFDM Symbol Timing Synchronization Algorithm

Study on OFDM Symbol Timing Synchronization Algorithm Vol.7, No. (4), pp.43-5 http://dx.doi.org/.457/ijfgcn.4.7..4 Study on OFDM Symbol Timing Synchronization Algorithm Jing Dai and Yanmei Wang* College of Information Science and Engineering, Shenyang Ligong

More information

Performance Evaluation using M-QAM Modulated Optical OFDM Signals

Performance Evaluation using M-QAM Modulated Optical OFDM Signals Proc. of Int. Conf. on Recent Trends in Information, Telecommunication and Computing, ITC Performance Evaluation using M-QAM Modulated Optical OFDM Signals Harsimran Jit Kaur 1 and Dr.M. L. Singh 2 1 Chitkara

More information

5G new radio architecture and challenges

5G new radio architecture and challenges WHITE PAPER 5G new radio architecture and challenges By Dr Paul Moakes, CTO, CommAgility www.commagility.com 5G New Radio One of the key enabling technologies for 5G will be New Radio (NR). 5G NR standardization

More information

Commsonic. General-purpose FFT core CMS0001. Contact information. Typical applications include COFDM modems for a, and DVB-T.

Commsonic. General-purpose FFT core CMS0001. Contact information. Typical applications include COFDM modems for a, and DVB-T. General-purpose FFT core CMS0001 Typical applications include COFDM modems for 802.11a, 802.16 and DVB-T. Synthesis controls allow FFT sizes = 2 n with support for multiple run-time sizes such as 2k/4k/8k

More information

Field Experiments of 2.5 Gbit/s High-Speed Packet Transmission Using MIMO OFDM Broadband Packet Radio Access

Field Experiments of 2.5 Gbit/s High-Speed Packet Transmission Using MIMO OFDM Broadband Packet Radio Access NTT DoCoMo Technical Journal Vol. 8 No.1 Field Experiments of 2.5 Gbit/s High-Speed Packet Transmission Using MIMO OFDM Broadband Packet Radio Access Kenichi Higuchi and Hidekazu Taoka A maximum throughput

More information