QAM Receiver Reference Design V 1.0

Size: px
Start display at page:

Download "QAM Receiver Reference Design V 1.0"

Transcription

1 QAM Receiver Reference Design V 10 Copyright Xilinx Xilinx

2 Revision date ver author note Alex Paek, Jim Wu Page 2

3 Overview The goals of this QAM receiver reference design are: Easily scalable/parameterizable generic design: the design can easily adapt to changes in algorithm or specification by the use of parameters and sensible hierarchy As the data rate changes, the utilized resource will change accordingly Efficient design methodology and tools: Use the right tool depending on the nature of the module - Sysgen, Vivado HLS and RTL SOC: Easily integrate both logic fabric and the processor within a single chip (to be included in the next version) The specifications for the reference design: Programmable QAM setting: QPSK, 16,64,256QAM with the variable symbol rate up to 625 Msps IF input stream centered at 125 MHz (= Fs/4, Fs=50Msps) No DC offset or AGC control Timing Recovery loop Carrier/Phase Recovery loop LMS algorithm based adaptive equalizer with 16 symbol spaced taps Blind acquisition for carrier loop and equalizer No FEC The target device: Z7020 (has 220 DSP48, XX FF, XX LUTs, XX BRAMs) Clock rate: 200 MHz Page 3

4 Block Diagram Page 4

5 Design Consideration Select the right methodology with the following criteria: Time to prototype: Utilize the existing IP, reference design, such as FIRcompiler, DDScompiler, FFT Use the right type of design entry RTL, C, Sysgen Maintainability: it is inevitable that things change specification, algorithms, target device, etc; thus, the design should be created such that it can be easily understood and can be modified Consider: 1 make it as generic as possible by use of parameters, 2 create sensible hierarchy Debug capability: Create a high level golden model of the design (matlab/simulink or C), which should help cross-checking at the modular level and top level Recommendation for the demo design: Use Sysgen as a top level tool where all the modules are integrated, for its capability to create a sophisticated testbench At the module level, use: Vivado HLS: where complexity of the algorithm is high RTL: for any control type of design, and any existing RTL design where it make sense to use as-is Sysgen Block: FIR, FFT, etc Embedded processor: for MAC and higher layer processing Utilize the right resource: Use as wide data/coeff width as the FPGA macro like DSP48 allows (25X18) Take advantage of BRAM configuration (ie, 36Kx1, 18Kx2, etc) Often times, the BRAM usage is low in this type of design Page 5

6 Sysgen Top Level All the RTL modules generated by Vivado HLS are imported into the Sysgen toplevel using blackbox Page 6

7 Sysgen Top Level The default data width between the major blocks is: 1613 Page 7

8 Digital Down Converter (DDC) Includes: Mixer: frequency shift down by Fs/4 The real input stream is multiplied by 1,0,- 1,0, repeats, to produce I output; and 0,1,0,-1, repeats, to produce Q output decimate by 2 filter, 21 tap Takes advantage of zeros in the input stream Sysgen model shown below (using FIRcompiler, RTL for mixer) Resource: Processing clock rate of 200 MHz Page 8

9 DDC Decimate by 2 filter response Input spectrum to the DDC (with white Gaussian noise added in blue), the output of DDC Page 9

10 Timing Recovery Loop (TREC) Designed in C++, and synthesized to RTL by Vivado HLS The processing clock: 100 MHz Includes: Interpolation filter: 64 phases, 4 taps filter Phase NCO: generates the 1x symbol enable, 2x symbol enable for the rest of the RX Square raised root cosing filter, 48 tap Timing error detector PI Loop filter Resource: Page 10

11 SRRC (square raised root cosine) filter Data rate = 2x symbol rate (125 Msps) 33 symmetric taps RMS ISI = -38 db Peak ISI = -33 db Page 11 Copyright Xilinx Xilinx

12 TREC Implementation Show VHLS implementation Page 12 Copyright Xilinx Xilinx

13 TREC Behavior The output constellation of the SRRC output Transmitted source is 16 QAM with 50 PPM offset wrt symbol rate The output of the integrator term in the PI loop filter The output spectrum of the SRRC filter (sampled at 2x symbol rate) Page 13

14 Carrier Recovery Loop (CREC) Designed in C++, and synthesized to RTL by Vivado HLS Mode to bypass EQ while CREC is in acquisition mode for faster acquisition time helpful when the carrier offset is high CREC and EQ can operate in autonomous mode by Acquisition/Tracking Control block Uses RCA Reduced Constellation Algorithm for blind acquisition The processing clock: 100 MHz Includes: De-rotator Slicer PI loop filter Phase detection VCO Acquisition/Tracking control Resource: Page 14

15 CREC Behavior Input, output of the CREC The input source is 100 ppm off from IF frequency (125 KHz = 100e-6*125e6) VCO output, CREC loop filter integrator term output X axis is the symbol unit Page 15

16 CREC Implementation Show VHLS implementation Page 16 Copyright Xilinx Xilinx

17 Adaptive Equalizer (EQ) symbol spaced EQ, 16 tap 24 bit coefficients DLMS (Delayed LMS) algorithm, allowing pipelining the error feedback term for LMS update Switching between blind acquisition mode using MMA (multilevel modulus algorithm) and tracking mode decision directed mode, based on the average slicer error Resource: Page 17

18 DLMS Algorithm The critical path in LMS equalizer consists of computation of the filter output - y(n), and error term - e(n), which is multiplied with the step size and used to compute the next set of coefficients to apply in the FIR operation In DLMS, we can introduce delays in computation of error term, such that instead of applying e(n) to compute the next set of coefficients - C(n+1), we can use the error term D samples ago - e(n-d), which thus allows D pipe stages It is critical that when we use e(n-d), we need to align the equalizer input accordingly Below is the DLMS algorithm ' C( n 1) C( n) * e ( n D)* X( n D) e( n D) d( n D) y( n D) y( n) C( n)* X( n) C( n) :coefficien t array X( n) :data array y( n) : equalizer output d( n) :desired value, can be a training data or sliced data e( n) :error term : updatestep size

19 EQ Behavior The input source is 16QAM and going thru slight multipath channel with AWGN Spectrum at the RX input and the output of SRRC Input/output of the equalizer Page 19

20 EQ Behavior The equalizer coefficients update Slicer SNR, CREC integral term Page 20

21 EQ Implementation Show VHLS implementation Page 21 Copyright Xilinx Xilinx

22 HW-cosimulation ZC702: x speed up Describe several options to speed up the simulation Matlab callable HWcosim Using script for batch simulation Using frame based input/output Real time HW platform Page 22

23 Overall Resource Page 23

24 Reference 1 UG902, Vivado Design Suite User Guide, High-Level Synthesis 2 DS795, FIR Compiler v63 Data Sheet 3 JYang, JJWerner, and GADumont, The Multi modulus blind equalizer and its generalized algorithms IEEE Journal on selected areas on commun, Vol20, NO5, pp , June G Long, The LMS algorithm with delayed coefficient adaptation, IEEE transaction on acoustics, speech and signal processing 37, R Poltman, Conversion of the delayed LMS algorithm into the LMS Algorithm, IEEE signal processing letters 2, 1995 Page 24

25 Backup slides Page 25

Method We follow- How to Get Entry Pass in SEMICODUCTOR Industries for 2 nd year engineering students

Method We follow- How to Get Entry Pass in SEMICODUCTOR Industries for 2 nd year engineering students Method We follow- How to Get Entry Pass in SEMICODUCTOR Industries for 2 nd year engineering students FIG-2 Winter/Summer Training Level 1 (Basic & Mandatory) & Level 1.1 continues. Winter/Summer Training

More information

DDC_DEC. Digital Down Converter with configurable Decimation Filter Rev Block Diagram. Key Design Features. Applications. Generic Parameters

DDC_DEC. Digital Down Converter with configurable Decimation Filter Rev Block Diagram. Key Design Features. Applications. Generic Parameters Key Design Features Block Diagram Synthesizable, technology independent VHDL Core 16-bit signed input/output samples 1 Digital oscillator with > 100 db SFDR Digital oscillator phase resolution of 2π/2

More information

IP-PSK-DEMOD4. BPSK, QPSK, 8-PSK Demodulator for FPGA FEATURES DESCRIPTION APPLICATIONS HARDWARE SUPPORT DELIVERABLES

IP-PSK-DEMOD4. BPSK, QPSK, 8-PSK Demodulator for FPGA FEATURES DESCRIPTION APPLICATIONS HARDWARE SUPPORT DELIVERABLES BPSK, QPSK, 8-PSK Demodulator for FPGA v1.3 FEATURES Multi-mode Phase Shift Keyed demodulator supports BPSK, QPSK, 8-PSK Symbol rates up to 682.5 KSPS Matched filtering with programmable Root Raised Cosine

More information

Implementation of a Real-Time Rayleigh, Rician and AWGN Multipath Channel Emulator

Implementation of a Real-Time Rayleigh, Rician and AWGN Multipath Channel Emulator Implementation of a Real-Time Rayleigh, Rician and AWGN Multipath Channel Emulator Peter John Green Advanced Communication Department Communication and Network Cluster Institute for Infocomm Research Singapore

More information

FIR_NTAP_MUX. N-Channel Multiplexed FIR Filter Rev Key Design Features. Block Diagram. Applications. Pin-out Description. Generic Parameters

FIR_NTAP_MUX. N-Channel Multiplexed FIR Filter Rev Key Design Features. Block Diagram. Applications. Pin-out Description. Generic Parameters Key Design Features Block Diagram Synthesizable, technology independent VHDL Core N-channel FIR filter core implemented as a systolic array for speed and scalability Support for one or more independent

More information

Crest Factor Reduction

Crest Factor Reduction June 2007, Version 1.0 Application Note 396 This application note describes crest factor reduction and an Altera crest factor reduction solution. Overview A high peak-to-mean power ratio causes the following

More information

VLSI Implementation of Digital Down Converter (DDC)

VLSI Implementation of Digital Down Converter (DDC) Volume-7, Issue-1, January-February 2017 International Journal of Engineering and Management Research Page Number: 218-222 VLSI Implementation of Digital Down Converter (DDC) Shaik Afrojanasima 1, K Vijaya

More information

BPSK_DEMOD. Binary-PSK Demodulator Rev Key Design Features. Block Diagram. Applications. General Description. Generic Parameters

BPSK_DEMOD. Binary-PSK Demodulator Rev Key Design Features. Block Diagram. Applications. General Description. Generic Parameters Key Design Features Block Diagram Synthesizable, technology independent VHDL IP Core reset 16-bit signed input data samples Automatic carrier acquisition with no complex setup required User specified design

More information

Channelization and Frequency Tuning using FPGA for UMTS Baseband Application

Channelization and Frequency Tuning using FPGA for UMTS Baseband Application Channelization and Frequency Tuning using FPGA for UMTS Baseband Application Prof. Mahesh M.Gadag Communication Engineering, S. D. M. College of Engineering & Technology, Dharwad, Karnataka, India Mr.

More information

Stratix Filtering Reference Design

Stratix Filtering Reference Design Stratix Filtering Reference Design December 2004, ver. 3.0 Application Note 245 Introduction The filtering reference designs provided in the DSP Development Kit, Stratix Edition, and in the DSP Development

More information

Audio Sample Rate Conversion in FPGAs

Audio Sample Rate Conversion in FPGAs Audio Sample Rate Conversion in FPGAs An efficient implementation of audio algorithms in programmable logic. by Philipp Jacobsohn Field Applications Engineer Synplicity eutschland GmbH philipp@synplicity.com

More information

FPGA-based Prototyping of IEEE a Baseband Processor

FPGA-based Prototyping of IEEE a Baseband Processor SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 1, No. 3, November 00, 15-136 FPGA-based Prototyping of IEEE 80.11a Baseband Processor Dejan M. Dramicanin 1, Dejan Rakic 1, Slobodan Denic 1, Veljko Vlahovic

More information

EFFICIENT FPGA IMPLEMENTATION OF 2 ND ORDER DIGITAL CONTROLLERS USING MATLAB/SIMULINK

EFFICIENT FPGA IMPLEMENTATION OF 2 ND ORDER DIGITAL CONTROLLERS USING MATLAB/SIMULINK EFFICIENT FPGA IMPLEMENTATION OF 2 ND ORDER DIGITAL CONTROLLERS USING MATLAB/SIMULINK Vikas Gupta 1, K. Khare 2 and R. P. Singh 2 1 Department of Electronics and Telecommunication, Vidyavardhani s College

More information

Implementation of Symbol Synchronizer using Zynq Soc

Implementation of Symbol Synchronizer using Zynq Soc Implementation of Symbol Synchronizer using Zynq Soc M. Malavika 1, P. Kishore 2 1 M.tech Student, Department of Electronics and Communication Engineering, VNR VJIET, 2 Assistant Professor, Department

More information

Stratix II DSP Performance

Stratix II DSP Performance White Paper Introduction Stratix II devices offer several digital signal processing (DSP) features that provide exceptional performance for DSP applications. These features include DSP blocks, TriMatrix

More information

Stratix II Filtering Lab

Stratix II Filtering Lab October 2004, ver. 1.0 Application Note 362 Introduction The filtering reference design provided in the DSP Development Kit, Stratix II Edition, shows you how to use the Altera DSP Builder for system design,

More information

DVB-S Demodulator IP Core Specifcatoon

DVB-S Demodulator IP Core Specifcatoon DVB-S Demodulator IP Core Specifcatoon DVB-S Demodulator IP Core Release Ionformatoon Features Deliverables IP Core Structure DVB-S Demodulator IP Core Release Ionformatoon Name Version 1.2 DVB-S Demodulator

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

Design of Multiplier Less 32 Tap FIR Filter using VHDL

Design of Multiplier Less 32 Tap FIR Filter using VHDL International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Design of Multiplier Less 32 Tap FIR Filter using VHDL Abul Fazal Reyas Sarwar 1, Saifur Rahman 2 1 (ECE, Integral University, India)

More information

Block Diagram. i_in. q_in (optional) clk. 0 < seed < use both ports i_in and q_in

Block Diagram. i_in. q_in (optional) clk. 0 < seed < use both ports i_in and q_in Key Design Features Block Diagram Synthesizable, technology independent VHDL IP Core -bit signed input samples gain seed 32 dithering use_complex Accepts either complex (I/Q) or real input samples Programmable

More information

Implementation of a BPSK Transceiver for use with KUAR

Implementation of a BPSK Transceiver for use with KUAR Implementation of a BPSK Transceiver for use with KUAR Ryan Reed M.S. Candidate Information and Telecommunication Technology Center Electrical Engineering and Computer Science The University of Kansas

More information

8B.3 A GENERIC RADAR PROCESSOR DESIGN USINGSOFTWARE DEFINED RADIO

8B.3 A GENERIC RADAR PROCESSOR DESIGN USINGSOFTWARE DEFINED RADIO 8B.3 A GENERIC RADAR PROCESSOR DESIGN USINGSOFTWARE DEFINED RADIO Tom Brimeyer 1, Charlie Martin, Eric Loew, Gordon, Farquharson National Center for Atmospheric Research 2 Boulder, Colorado 80307 USA Sunil

More information

Multi-Channel Digital Up/Down Converter for WiMAX Systems

Multi-Channel Digital Up/Down Converter for WiMAX Systems April 2009 Introduction Multi-Channel Digital Up/Down Converter Reference Design RD1052 Digital Up Converters (DUC) and Digital Down Converters (DDC) are widely used in communication systems for scaling

More information

DATASHEET HSP Features. Description. Applications. Ordering Information. Block Diagram. Digital QPSK Demodulator. FN4162 Rev 3.

DATASHEET HSP Features. Description. Applications. Ordering Information. Block Diagram. Digital QPSK Demodulator. FN4162 Rev 3. DATASHEET HSP50306 Digital QPSK Demodulator Features 25.6MHz or 26.97MHz Clock Rates Single Chip QPSK Demodulator with 10kHz Tracking Loop Square Root of Raised Cosine ( = 0.4) Matched Filtering 2.048

More information

Rapid Design of FIR Filters in the SDR- 500 Software Defined Radio Evaluation System using the ASN Filter Designer

Rapid Design of FIR Filters in the SDR- 500 Software Defined Radio Evaluation System using the ASN Filter Designer Rapid Design of FIR Filters in the SDR- 500 Software Defined Radio Evaluation System using the ASN Filter Designer Application note (ASN-AN026) October 2017 (Rev B) SYNOPSIS SDR (Software Defined Radio)

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

Serial and Parallel Processing Architecture for Signal Synchronization

Serial and Parallel Processing Architecture for Signal Synchronization Serial and Parallel Processing Architecture for Signal Synchronization Franklin Rafael COCHACHIN HENOSTROZA Emmanuel BOUTILLON July 2015 Université de Bretagne Sud Lab-STICC, UMR 6285 Centre de Recherche

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

High Performance DSP Solutions for Ultrasound

High Performance DSP Solutions for Ultrasound High Performance DSP Solutions for Ultrasound By Hong-Swee Lim Senior Manager, DSP/Embedded Marketing Hong-Swee.Lim@xilinx.com 12 May 2008 DSP Performance Gap Performance (Algorithmic and Processor Forecast)

More information

Design and FPGA Implementation of an Adaptive Demodulator. Design and FPGA Implementation of an Adaptive Demodulator

Design and FPGA Implementation of an Adaptive Demodulator. Design and FPGA Implementation of an Adaptive Demodulator Design and FPGA Implementation of an Adaptive Demodulator Sandeep Mukthavaram August 23, 1999 Thesis Defense for the Degree of Master of Science in Electrical Engineering Department of Electrical Engineering

More information

THIS work focus on a sector of the hardware to be used

THIS work focus on a sector of the hardware to be used DISSERTATION ON ELECTRICAL AND COMPUTER ENGINEERING 1 Development of a Transponder for the ISTNanoSAT (November 2015) Luís Oliveira luisdeoliveira@tecnico.ulisboa.pt Instituto Superior Técnico Abstract

More information

Using a COTS SDR as a 5G Development Platform

Using a COTS SDR as a 5G Development Platform February 13, 2019 Bob Muro, Pentek Inc. Using a COTS SDR as a 5G Development Platform This article is intended to familiarize radio engineers with the use of a multi-purpose commercial off-the-shelf (COTS)

More information

A Survey on Power Reduction Techniques in FIR Filter

A Survey on Power Reduction Techniques in FIR Filter A Survey on Power Reduction Techniques in FIR Filter 1 Pooja Madhumatke, 2 Shubhangi Borkar, 3 Dinesh Katole 1, 2 Department of Computer Science & Engineering, RTMNU, Nagpur Institute of Technology Nagpur,

More information

Design Space Exploration of a Cooperative MIMO Receiver for Reconfigurable Architectures

Design Space Exploration of a Cooperative MIMO Receiver for Reconfigurable Architectures Design Space Exploration of a Cooperative MIMO Receiver for Reconfigurable Architectures Shahnam Mirzaei University of California, Santa Barbara shahnam@umailucsbedu Ali Irturk, Ryan Kastner University

More information

Implementation of FPGA based Design for Digital Signal Processing

Implementation of FPGA based Design for Digital Signal Processing e-issn 2455 1392 Volume 2 Issue 8, August 2016 pp. 150 156 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com Implementation of FPGA based Design for Digital Signal Processing Neeraj Soni 1,

More information

Hardware Implementation of Automatic Control Systems using FPGAs

Hardware Implementation of Automatic Control Systems using FPGAs Hardware Implementation of Automatic Control Systems using FPGAs Lecturer PhD Eng. Ionel BOSTAN Lecturer PhD Eng. Florin-Marian BÎRLEANU Romania Disclaimer: This presentation tries to show the current

More information

The Design and Simulation of Embedded FIR Filter based on FPGA and DSP Builder

The Design and Simulation of Embedded FIR Filter based on FPGA and DSP Builder Research Journal of Applied Sciences, Engineering and Technology 6(19): 3489-3494, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: August 09, 2012 Accepted: September

More information

VLSI IMPLEMENTATION OF MODIFIED DISTRIBUTED ARITHMETIC BASED LOW POWER AND HIGH PERFORMANCE DIGITAL FIR FILTER Dr. S.Satheeskumaran 1 K.

VLSI IMPLEMENTATION OF MODIFIED DISTRIBUTED ARITHMETIC BASED LOW POWER AND HIGH PERFORMANCE DIGITAL FIR FILTER Dr. S.Satheeskumaran 1 K. VLSI IMPLEMENTATION OF MODIFIED DISTRIBUTED ARITHMETIC BASED LOW POWER AND HIGH PERFORMANCE DIGITAL FIR FILTER Dr. S.Satheeskumaran 1 K. Sasikala 2 1 Professor, Department of Electronics and Communication

More information

Multi Modulus Blind Equalizations for Quadrature Amplitude Modulation

Multi Modulus Blind Equalizations for Quadrature Amplitude Modulation Multi Modulus Blind Equalizations for Quadrature Amplitude Modulation Arivukkarasu S, Malar R UG Student, Dept. of ECE, IFET College of Engineering, Villupuram, TN, India Associate Professor, Dept. of

More information

A Simulation of Wideband CDMA System on Digital Up/Down Converters

A Simulation of Wideband CDMA System on Digital Up/Down Converters Scientific Journal Impact Factor (SJIF): 1.711 e-issn: 2349-9745 p-issn: 2393-8161 International Journal of Modern Trends in Engineering and Research www.ijmter.com A Simulation of Wideband CDMA System

More information

Software-Defined Radio using Xilinx (SoRaX)

Software-Defined Radio using Xilinx (SoRaX) SoRaX-Page 1 Software-Defined Radio using Xilinx (SoRaX) Functional Requirements List and Performance Specifications By: Anton Rodriguez & Mike Mensinger Project Advisors: Dr. In Soo Ahn & Dr. Yufeng Lu

More information

DESIGN OF A MEASUREMENT PLATFORM FOR COMMUNICATIONS SYSTEMS

DESIGN OF A MEASUREMENT PLATFORM FOR COMMUNICATIONS SYSTEMS DESIGN OF A MEASUREMENT PLATFORM FOR COMMUNICATIONS SYSTEMS P. Th. Savvopoulos. PhD., A. Apostolopoulos 2, L. Dimitrov 3 Department of Electrical and Computer Engineering, University of Patras, 265 Patras,

More information

CHAPTER 4 FIELD PROGRAMMABLE GATE ARRAY IMPLEMENTATION OF FIVE LEVEL CASCADED MULTILEVEL INVERTER

CHAPTER 4 FIELD PROGRAMMABLE GATE ARRAY IMPLEMENTATION OF FIVE LEVEL CASCADED MULTILEVEL INVERTER 87 CHAPTER 4 FIELD PROGRAMMABLE GATE ARRAY IMPLEMENTATION OF FIVE LEVEL CASCADED MULTILEVEL INVERTER 4.1 INTRODUCTION The Field Programmable Gate Array (FPGA) is a high performance data processing general

More information

ELT Receiver Architectures and Signal Processing Fall Mandatory homework exercises

ELT Receiver Architectures and Signal Processing Fall Mandatory homework exercises ELT-44006 Receiver Architectures and Signal Processing Fall 2014 1 Mandatory homework exercises - Individual solutions to be returned to Markku Renfors by email or in paper format. - Solutions are expected

More information

Keywords: FPGA, Software Define Radio, QAM, Synchronization, Wireless Communication, Carrier Recovery, System Generator, BPSK.

Keywords: FPGA, Software Define Radio, QAM, Synchronization, Wireless Communication, Carrier Recovery, System Generator, BPSK. ISSN 2322-0929 Vol.02,Issue.01, January-2014, Pages:0080-0087 ww.semargroup.org www.ijvdcs.org Design and FPGA Implementation of a BPSK Modem on Modern DSP Technology for Wireless Communication B. RAJASEKHARA

More information

OQPSK COGNITIVE MODULATOR FULLY FPGA-IMPLEMENTED VIA DYNAMIC PARTIAL RECONFIGURATION AND RAPID PROTOTYPING TOOLS

OQPSK COGNITIVE MODULATOR FULLY FPGA-IMPLEMENTED VIA DYNAMIC PARTIAL RECONFIGURATION AND RAPID PROTOTYPING TOOLS Proceedings of SDR'11-WInnComm-Europe, 22-24 Jun 2011 OQPSK COGNITIVE MODULATOR FULLY FPGA-IMPLEMENTED VIA DYNAMIC PARTIAL RECONFIGURATION AND RAPID PROTOTYPING TOOLS Raúl Torrego (Communications department:

More information

Cyclone II Filtering Lab

Cyclone II Filtering Lab May 2005, ver. 1.0 Application Note 376 Introduction The Cyclone II filtering lab design provided in the DSP Development Kit, Cyclone II Edition, shows you how to use the Altera DSP Builder for system

More information

Digital Logic, Algorithms, and Functions for the CEBAF Upgrade LLRF System Hai Dong, Curt Hovater, John Musson, and Tomasz Plawski

Digital Logic, Algorithms, and Functions for the CEBAF Upgrade LLRF System Hai Dong, Curt Hovater, John Musson, and Tomasz Plawski Digital Logic, Algorithms, and Functions for the CEBAF Upgrade LLRF System Hai Dong, Curt Hovater, John Musson, and Tomasz Plawski Introduction: The CEBAF upgrade Low Level Radio Frequency (LLRF) control

More information

FIR Filter Design on Chip Using VHDL

FIR Filter Design on Chip Using VHDL FIR Filter Design on Chip Using VHDL Mrs.Vidya H. Deshmukh, Dr.Abhilasha Mishra, Prof.Dr.Mrs.A.S.Bhalchandra MIT College of Engineering, Aurangabad ABSTRACT This paper describes the design and implementation

More information

ACIIR IP CORE IIR FILTERS

ACIIR IP CORE IIR FILTERS IP CORE IIR FILTERS BASIC PAETERS Configurable fixed point IIR filters SP processor architecture 2 s complement arithmetic Parametrisable data and coefficient widths Configurable precision and output scale

More information

Keywords: CIC Filter, Field Programmable Gate Array (FPGA), Decimator, Interpolator, Modelsim and Chipscope.

Keywords: CIC Filter, Field Programmable Gate Array (FPGA), Decimator, Interpolator, Modelsim and Chipscope. www.semargroup.org, www.ijsetr.com ISSN 2319-8885 Vol.03,Issue.25 September-2014, Pages:5002-5008 VHDL Implementation of Optimized Cascaded Integrator Comb (CIC) Filters for Ultra High Speed Wideband Rate

More information

DVB-S2 Demodulator VHDL RTL/structural Macro

DVB-S2 Demodulator VHDL RTL/structural Macro Technical Specifications DVB-S2 Demodulator VHDL RTL/structural Macro DVB-S2 Macro is a DVB-S2 Demodulator VHDL design capable of Demodulating, on a single FPGA device of a suitable family, in CCM, VCM

More information

Jaswant 1, Sanjeev Dhull 2 1 Research Scholar, Electronics and Communication, GJUS & T, Hisar, Haryana, India; is the corr-esponding author.

Jaswant 1, Sanjeev Dhull 2 1 Research Scholar, Electronics and Communication, GJUS & T, Hisar, Haryana, India; is the corr-esponding author. Performance Analysis of Constant Modulus Algorithm and Multi Modulus Algorithm for Quadrature Amplitude Modulation Jaswant 1, Sanjeev Dhull 2 1 Research Scholar, Electronics and Communication, GJUS & T,

More information

Open Access Implementation of PSK Digital Demodulator with Variable Rate Based on FPGA

Open Access Implementation of PSK Digital Demodulator with Variable Rate Based on FPGA Send Orders for Reprints to reprints@benthamscience.ae 180 The Open Automation and Control Systems Journal, 015, 7, 180-186 Open Access Implementation of PSK Digital Demodulator with Variable Rate Based

More information

PLC2 FPGA Days Software Defined Radio

PLC2 FPGA Days Software Defined Radio PLC2 FPGA Days 2011 - Software Defined Radio 17 May 2011 Welcome to this presentation of Software Defined Radio as seen from the FPGA engineer s perspective! As FPGA designers, we find SDR a very exciting

More information

FFT Based Carrier Recovery with Lower Processing Speed Using DSP Techniques

FFT Based Carrier Recovery with Lower Processing Speed Using DSP Techniques FFT Based Carrier Recovery with Lower Processing Speed Using DSP Techniques Vikas Kumar 1, Divya K. N 2 1,2 RFC-BEL Bangalore, MIT Manipal ABSTRACT Carrier recovery is one of most important block during

More information

SIMULATION AND IMPLEMENTATION OF LOW POWER QPSK ON FPGA Tushar V. Kafare*1 *1( E&TC department, GHRCEM Pune, India.)

SIMULATION AND IMPLEMENTATION OF LOW POWER QPSK ON FPGA Tushar V. Kafare*1 *1( E&TC department, GHRCEM Pune, India.) www.ardigitech.inissn 2320-883X, VOLUME 1 ISSUE 4, 01/10/2013 SIMULATION AND IMPLEMENTATION OF LOW POWER QPSK ON FPGA Tushar V. Kafare*1 *1( E&TC department, GHRCEM Pune, India.) tusharkafare31@gmail.com*1

More information

FPGA based Uniform Channelizer Implementation

FPGA based Uniform Channelizer Implementation FPGA based Uniform Channelizer Implementation By Fangzhou Wu A thesis presented to the National University of Ireland in partial fulfilment of the requirements for the degree of Master of Engineering Science

More information

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

ON SYMBOL TIMING RECOVERY IN ALL-DIGITAL RECEIVERS

ON SYMBOL TIMING RECOVERY IN ALL-DIGITAL RECEIVERS ON SYMBOL TIMING RECOVERY IN ALL-DIGITAL RECEIVERS 1 Ali A. Ghrayeb New Mexico State University, Box 30001, Dept 3-O, Las Cruces, NM, 88003 (e-mail: aghrayeb@nmsu.edu) ABSTRACT Sandia National Laboratories

More information

SOFTWARE DEFINED RADIO

SOFTWARE DEFINED RADIO SOFTWARE DEFINED RADIO USR SDR WORKSHOP, SEPTEMBER 2017 PROF. MARCELO SEGURA SESSION 3: PHASE AND FREQUENCY SYNCHRONIZATION 1 TUNNING Tuning, consist on selecting the right value for the LO and the appropriated

More information

Equalization and Synchronization of upstream signals in digital CATV networks

Equalization and Synchronization of upstream signals in digital CATV networks Equalization and Synchronization of upstream signals in digital CATV networks Andreas Braun, Institut für Nachrichtenübertragung, Universität Stuttgart E-Mail: abraun@inue.uni-stuttgart.de Abstract Upstream

More information

Using Soft Multipliers with Stratix & Stratix GX

Using Soft Multipliers with Stratix & Stratix GX Using Soft Multipliers with Stratix & Stratix GX Devices November 2002, ver. 2.0 Application Note 246 Introduction Traditionally, designers have been forced to make a tradeoff between the flexibility of

More information

An area optimized FIR Digital filter using DA Algorithm based on FPGA

An area optimized FIR Digital filter using DA Algorithm based on FPGA An area optimized FIR Digital filter using DA Algorithm based on FPGA B.Chaitanya Student, M.Tech (VLSI DESIGN), Department of Electronics and communication/vlsi Vidya Jyothi Institute of Technology, JNTU

More information

ISSCC 2003 / SESSION 20 / WIRELESS LOCAL AREA NETWORKING / PAPER 20.5

ISSCC 2003 / SESSION 20 / WIRELESS LOCAL AREA NETWORKING / PAPER 20.5 ISSCC 2003 / SESSION 20 / WIRELESS LOCAL AREA NETWORKING / PAPER 20.5 20.5 A 2.4GHz CMOS Transceiver and Baseband Processor Chipset for 802.11b Wireless LAN Application George Chien, Weishi Feng, Yungping

More information

Digital Downconverter (DDC) Reference Design. Introduction

Digital Downconverter (DDC) Reference Design. Introduction Digital Downconverter (DDC) Reference Design April 2003, ver. 2.0 Application Note 279 Introduction Much of the signal processing performed in modern wireless communications systems takes place in the

More information

IP-DDC Channel Digital Downconversion Core for FPGA FEATURES DESCRIPTION APPLICATIONS IMPLEMENTATION SUPPORT HARDWARE SUPPORT

IP-DDC Channel Digital Downconversion Core for FPGA FEATURES DESCRIPTION APPLICATIONS IMPLEMENTATION SUPPORT HARDWARE SUPPORT 128 Channel Digital Downconversion Core for FPGA v1.0 FEATURES 128 individually tuned DDC channels 16 bit 200MHz input Tuning resolution Fs/2^32 SFDR 96 db for 16 bits input Decimation range from 512 to

More information

Globally Asynchronous Locally Synchronous (GALS) Microprogrammed Parallel FIR Filter

Globally Asynchronous Locally Synchronous (GALS) Microprogrammed Parallel FIR Filter IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 6, Issue 5, Ver. II (Sep. - Oct. 2016), PP 15-21 e-issn: 2319 4200, p-issn No. : 2319 4197 www.iosrjournals.org Globally Asynchronous Locally

More information

Project in Wireless Communication Lecture 7: Software Defined Radio

Project in Wireless Communication Lecture 7: Software Defined Radio Project in Wireless Communication Lecture 7: Software Defined Radio FREDRIK TUFVESSON ELECTRICAL AND INFORMATION TECHNOLOGY Tufvesson, EITN21, PWC lecture 7, Nov. 2018 1 Project overview, part one: the

More information

FPGA Implementation of High Speed FIR Filters and less power consumption structure

FPGA Implementation of High Speed FIR Filters and less power consumption structure International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 2, Issue 12 (August 2013) PP: 05-10 FPGA Implementation of High Speed FIR Filters and less power consumption

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

Implementing DDC with the HERON-FPGA Family

Implementing DDC with the HERON-FPGA Family HUNT ENGINEERING Chestnut Court, Burton Row, Brent Knoll, Somerset, TA9 4BP, UK Tel: (+44) (0)1278 760188, Fax: (+44) (0)1278 760199, Email: sales@hunteng.demon.co.uk URL: http://www.hunteng.co.uk Implementing

More information

Software Design of Digital Receiver using FPGA

Software Design of Digital Receiver using FPGA Software Design of Digital Receiver using FPGA G.C.Kudale 1, Dr.B.G.Patil 2, K. Aurobindo 3 1PG Student, Department of Electronics Engineering, Walchand College of Engineering, Sangli, Maharashtra, 2Associate

More information

Digital Systems Design

Digital Systems Design Digital Systems Design Clock Networks and Phase Lock Loops on Altera Cyclone V Devices Dr. D. J. Jackson Lecture 9-1 Global Clock Network & Phase-Locked Loops Clock management is important within digital

More information

What's New in MATLAB and Simulink for Signal Processing? Daniel Aronsson, Application Engineer

What's New in MATLAB and Simulink for Signal Processing? Daniel Aronsson, Application Engineer What's New in MATLAB and Simulink for Signal Processing? Daniel Aronsson, Application Engineer 2014 The MathWorks, Inc. 1 Signal Processing 2 Harmonic and Intermodulation Distortion Measurement Industry-standard

More information

On-Chip Implementation of Cascaded Integrated Comb filters (CIC) for DSP applications

On-Chip Implementation of Cascaded Integrated Comb filters (CIC) for DSP applications On-Chip Implementation of Cascaded Integrated Comb filters (CIC) for DSP applications Rozita Teymourzadeh & Prof. Dr. Masuri Othman VLSI Design Centre BlokInovasi2, Fakulti Kejuruteraan, University Kebangsaan

More information

Using HLS in Digital Radar Frontend FPGA-SoCs. Dr. Jürgen Rauscher 11 October 2017

Using HLS in Digital Radar Frontend FPGA-SoCs. Dr. Jürgen Rauscher 11 October 2017 Using HLS in Digital Radar Frontend FPGA-SoCs Dr. Jürgen Rauscher 11 October 2017 Content Short Company Introduction FPGA-SoCs in Radar Frontends Using High-Level Synthesis (HLS) in Extended Frontend Processing

More information

ADX216. ADC Interleaving IP-Core

ADX216. ADC Interleaving IP-Core VER R1102P ADC Interleaving IP-Core FEATURES Doubled Sampling Rate of ADCs Wide Signal Bandwidth Self Calibration Resolution up to 16 Bits Available for CMOS-Processes or FPGAs Integration with any Nyquist-rate

More information

Pre-distortion. General Principles & Implementation in Xilinx FPGAs

Pre-distortion. General Principles & Implementation in Xilinx FPGAs Pre-distortion General Principles & Implementation in Xilinx FPGAs Issues in Transmitter Design 3G systems place much greater requirements on linearity and efficiency of RF transmission stage Linearity

More information

EE25266 ASIC/FPGA Chip Design. Designing a FIR Filter, FPGA in the Loop, Ethernet

EE25266 ASIC/FPGA Chip Design. Designing a FIR Filter, FPGA in the Loop, Ethernet EE25266 ASIC/FPGA Chip Design Mahdi Shabany Electrical Engineering Department Sharif University of Technology Assignment #8 Designing a FIR Filter, FPGA in the Loop, Ethernet Introduction In this lab,

More information

FINITE IMPULSE RESPONSE (FIR) FILTER

FINITE IMPULSE RESPONSE (FIR) FILTER CHAPTER 3 FINITE IMPULSE RESPONSE (FIR) FILTER 3.1 Introduction Digital filtering is executed in two ways, utilizing either FIR (Finite Impulse Response) or IIR (Infinite Impulse Response) Filters (MathWorks

More information

An FPGA-based Re-configurable 24-bit 96kHz Sigma-Delta Audio DAC

An FPGA-based Re-configurable 24-bit 96kHz Sigma-Delta Audio DAC An FPGA-based Re-configurable 24-bit 96kHz Sigma-Delta Audio DAC Ray C.C. Cheung 1, K.P. Pun 2, Steve C.L. Yuen 1, K.H. Tsoi 1 and Philip H.W. Leong 1 1 Department of Computer Science & Engineering 2 Department

More information

Field Programmable Gate Array Implementation and Testing of a Minimum-phase Finite Impulse Response Filter

Field Programmable Gate Array Implementation and Testing of a Minimum-phase Finite Impulse Response Filter Field Programmable Gate Array Implementation and Testing of a Minimum-phase Finite Impulse Response Filter P. K. Gaikwad Department of Electronics Willingdon College, Sangli, India e-mail: pawangaikwad2003

More information

Design of FIR Filter on FPGAs using IP cores

Design of FIR Filter on FPGAs using IP cores Design of FIR Filter on FPGAs using IP cores Apurva Singh Chauhan 1, Vipul Soni 2 1,2 Assistant Professor, Electronics & Communication Engineering Department JECRC UDML College of Engineering, JECRC Foundation,

More information

Implementation and Performance Analysis of OFDM Based DVB-T System Using Matlab and HDL Coder

Implementation and Performance Analysis of OFDM Based DVB-T System Using Matlab and HDL Coder Implementation and Performance Analysis of OFDM Based DVB-T System Using Matlab and HDL Coder Syed Gilani Pasha 1, Vinayadatt V Kohir 2 1 Research Scholar, Visvesvaraya Technological University, Belagavi,

More information

Design of a Transceiver for 3G DECT Physical Layer. - Rohit Budhiraja

Design of a Transceiver for 3G DECT Physical Layer. - Rohit Budhiraja Design of a Transceiver for 3G DECT Physical Layer - Rohit Budhiraja The Big Picture 2G DECT Binary GFSK 1.152Mbps 3G DECT M-ary DPSK 3.456 Mbps DECT - Digital Enhanced Cordless Telecommunications Overview

More information

Integrated Direct RF Sampling Front-end for VHF Avionics Systems

Integrated Direct RF Sampling Front-end for VHF Avionics Systems Integrated Direct RF Sampling Front-end for VHF Avionics Systems Omar Yeste and René Jr. Landry ICNS 2015 April, 22 April, 22 ICNS 2015 1 Outline 1. Introduction 2. Direct RF Sampling: Bandpass sampling

More information

BPSK System on Spartan 3E FPGA

BPSK System on Spartan 3E FPGA INTERNATIONAL JOURNAL OF INNOVATIVE TECHNOLOGIES, VOL. 02, ISSUE 02, FEB 2014 ISSN 2321 8665 BPSK System on Spartan 3E FPGA MICHAL JON 1 M.S. California university, Email:santhoshini33@gmail.com. ABSTRACT-

More information

Signal Processing and Display of LFMCW Radar on a Chip

Signal Processing and Display of LFMCW Radar on a Chip Signal Processing and Display of LFMCW Radar on a Chip Abstract The tremendous progress in embedded systems helped in the design and implementation of complex compact equipment. This progress may help

More information

Area OptimizedHighThroughputIDMWTDMWTProcessorforOFDMonVirtex-5FPGA. Area Optimized High Throughput IDMWT/DMWT Processor for OFDM on Virtex-5 FPGA

Area OptimizedHighThroughputIDMWTDMWTProcessorforOFDMonVirtex-5FPGA. Area Optimized High Throughput IDMWT/DMWT Processor for OFDM on Virtex-5 FPGA lobal Journal of Researches in Engineering Electrical and Electronics Engineering Volume Issue 9 Version. Year Type: Double Blind Peer Reviewed International Research Journal Publisher: lobal Journals

More information

FPGA Implementation of Desensitized Half Band Filters

FPGA Implementation of Desensitized Half Band Filters The International Journal Of Engineering And Science (IJES) Volume Issue 4 Pages - ISSN(e): 9 8 ISSN(p): 9 8 FPGA Implementation of Desensitized Half Band Filters, G P Kadam,, Mahesh Sasanur,, Department

More information

Multi-Channel FIR Filters

Multi-Channel FIR Filters Chapter 7 Multi-Channel FIR Filters This chapter illustrates the use of the advanced Virtex -4 DSP features when implementing a widely used DSP function known as multi-channel FIR filtering. Multi-channel

More information

PROPAGATION CHANNEL EMULATOR : ECP

PROPAGATION CHANNEL EMULATOR : ECP PROPAGATION CHANNEL EMULATOR : ECP The ECP (Propagation Channel Emulator) synthesizes the principal phenomena of propagation occurring on RF signal links between earth and space. Developed by the R&D laboratory,

More information

Realization of Programmable BPSK Demodulator-Bit Synchronizer using Multirate Processing

Realization of Programmable BPSK Demodulator-Bit Synchronizer using Multirate Processing International Journal of Electrical and Computer Engineering (IJECE) Vol. 4, No. 3, June 2014, pp. 433~440 ISSN: 2088-8708 433 Realization of Programmable BPSK Demodulator-Bit Synchronizer using Multirate

More information

Implementing Logic with the Embedded Array

Implementing Logic with the Embedded Array Implementing Logic with the Embedded Array in FLEX 10K Devices May 2001, ver. 2.1 Product Information Bulletin 21 Introduction Altera s FLEX 10K devices are the first programmable logic devices (PLDs)

More information

Ultrasonic imaging has been an essential tool for

Ultrasonic imaging has been an essential tool for 1262 IEEE Transactions on Ultrasonics, Ferroelectrics, and Frequency Control, vol. 56, no. 6, June 2009 Correspondence Hardware-Efficient Realization of a Real-Time Ultrasonic Target Detection System Using

More information

Multi-gigabii Modem IP ooee Specifcabtoon

Multi-gigabii Modem IP ooee Specifcabtoon Multi-gigabii Modem IP ooee Specifcabtoon Multi-gigabit Modem IP Core Releabse Ionfoemabtoon Feabuees Deliveeabiles IP ooee Seucuee P oe Mabp Multi-gigabii Modem IP ooee Releabse Ionfoemabtoon Name Version

More information

FPGA Based 70MHz Digital Receiver for RADAR Applications

FPGA Based 70MHz Digital Receiver for RADAR Applications Technology Volume 1, Issue 1, July-September, 2013, pp. 01-07, IASTER 2013 www.iaster.com, Online: 2347-6109, Print: 2348-0017 FPGA Based 70MHz Digital Receiver for RADAR Applications ABSTRACT Dr. M. Kamaraju

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

Socware, Pacwoman & Flexible Radio. Peter Nilsson. Program Manager Socware Research & Education

Socware, Pacwoman & Flexible Radio. Peter Nilsson. Program Manager Socware Research & Education Socware, Pacwoman & Flexible Radio Peter Nilsson Program Manager Socware Research & Education Associate Professor Digital ASIC Group Department of Electroscience Lund University Socware: System-on-Chip

More information