Topics for Project, Diploma, Bachelor s, and Master s Theses

Size: px
Start display at page:

Download "Topics for Project, Diploma, Bachelor s, and Master s Theses"

Transcription

1 Topics for Project, Diploma, Bachelor s, and Master s Theses This is only a selection of topics. Further up-to-date thesis offers are available on the following web page:

2 Automatic Integration of Hardware Accelerators for MPSoCs The increasing complexity of embedded systems also necessitates a rise in the level of abstraction of the design flow. To facilitate this, the SystemC language, a C++ based class library and de facto industrial standard, is used to model embedded systems at the Electronic System Level (ESL). In this thesis, you will use SystemC to model a simple fractal viewer as a test application at the electronic system level (ESL). Based on this application, you will learn how to automatically transform the SystemC description into running hardware using an OpenRISC CPU with the ecos real time operating system. To speed up the fractal computation, you are required to integrate dedicated hardware accelerators into the automatically generated software solution. The goal of this thesis is the extension of the automatic design flow tools developed at the Chair for Hardware/Software Co-Design, such that integration of the hardware accelerators can be performed automatically, hence, increasing the design productivity of the ESL design flow significantly. Prerequisites: Basic C++-knowledge required Type of Work: Theory (10%), Conception (30%), Implementation (60%) Supervisor: Joachim Falk (falk@cs.fau.de), Tobias Schwarzer (tobias.schwarzer@cs.fau.de)

3 Uncertainties during Reliability Analysis of MPSoCs input x Ever shrinking device structures are one of the main reasons for a gro- wing inherent unreliability of embedded system components. The small device structures are susceptible to, e.g., environmental changes like cosmic rays or to manufacturing tolerances. Besides these effects, further uncertainties are present: Varying input profiles and errors during system analysis itself. The research project CRAU at the Chair for Hardware/Software Co-Design aims at considering these uncertainties during the reliability analysis of Multi-Processor Systems-on-Chip (MP- SoCs). environment e system This work shall investigate basic technique required for modeling of uncertainties. For the various kinds of uncertainties, models shall be manufacturing derived and their impact on the system analysis evaluated. Based on these results, the employed analysis techniques are to be extended accordingly. One of the fundamental question is when and how to use, for example, upper and lower bounds, distributions, or quantiles to model the analysis results under the influence of uncertainties. m y Prerequisites: Type of Work: Supervisors: Basic JAVA-knowledge helpful The work has theoretical (formal considerations of uncertainties) as well implementation aspects (implementation of the uncertainty models and extension of the analysis techniques) and can be focussed based on personal preferences. Michael Glaß (glass@cs.fau.de)

4 Modeling and Evaluation of Partial Networking The electrical and electronic system architecture is in a rebuilding phase. The requirement to lower the energy consumption of the car leads to the integration of new technologies. Beside possibilities at ECU-layer, more and more cross-system approaches are used. One of these possibilities is partial networking. The specific disabling of functionality and shutdown of components leads to a reduction of the power consumption. However, it requires additional methods for coordinating the overall systems. To evaluate the expected system behavior and other parameters early in the design process, the Chair for Hardware/Software Co-Design has developed a SystemC-based framework. With its help, a virtual prototype of the E/E-architecture can be build and used for a simulation-based evaluation of the overall system. Furthermore, the framework already provides models for various system aspects. The goal of this work is to extend existing work within the virtual prototyping of automotive E/E-architectures with models for partial networking techniques. Moreover, the impact of partial networking in conjunction with different networking techniques to energy consumption and timing behavior should be evaluated. Prerequisites: Type of Work: Supervisor: Knowledge of C/C++ Theory (30%), Conception (20%), Implementation (50%) Sebastian Graf (sebastian.graf@informatik.uni-erlangen.de) Lehrstuhl fu r Informatik 12

5 Speeding Up Success Tree Analysis of Embedded Systems Embedded systems are an indispensable part of our every-day life. Malfunctioning in these systems have consequences ranging from annoying computer crashes, loss of data and services to financial or even human life losses. Such impacts are getting worse as systems become more complex and pervasive. So, the design of reliable systems is essential to ensure that future systems perform correctly despite rising levels of complexity and uncertainties caused by environmental changes like cosmic rays or manufacturing tolerances. The main context of this work is to analyze the reliability of embedded systems at design time by means of so-called success trees. This work is part of the CRAU project which focuses on system-level reliability analysis and design of reliable embedded systems. Currently, different techniques for reliability analysis of these systems have been proposed in the chair of Hardware/Software Co-Design. In this thesis, the student should be involved with parallelizing the evaluation of one of these techniques based on success trees to speed-up the analysis. The parallelization can be implemented using different tools, for example OpenMP. As a second part of the work, the number of required sampling points for the Monte Carlo-based success tree evaluation shall be reduced by designing and implementing an adaptive sampling algorithm. Prerequisites: Basic knowledge in Java appreciated Type of Work: Theory (30%), Conception (20%), Implementation (50%) Supervisor: Hananeh Aliee (hananeh.aliee@informatik.uni-erlangen.de)

6 Comparing ESL Modeling Frameworks for Mobile Communication Services. Modern electronic systems are ever more complex, with an increasing number of features and tighter constraints on power consumption. The quick evaluation of architectural choices is a very important step in the design process of such systems. To achieve this, a system specification at the Electronic System Level (ESL) is nowadays the first choice. The Chair for Hardware/Software Co-Design develops the SystemCo- Designer framework that is tailored to the ESL design of embedded systems. In this thesis, an application from the mobile communication domain given in the SystemCoDesigner framework shall be reimplemented in another ESL design framework from the literature. This aims at comparing (I) the performance and power consumption numbers of the models and (II) the design complexity and the modeling effort for each framework. This thesis contributes to an ongoing research project together with Intel Mobile Communications GmbH and the Institute for Electronics Engineering (LTE). Requirements: Programming experience in C/C++ or Java Type of Work: Theory (30%), Conception (20%), Implementation (50%) Contact: Rafael Rosales (rafael.rosales@cs.fau.de)

7 High-Level-Synthesis for Medical Image Processing Developing for the FPGA platform in medical applications has the advantage of easier certification, when compared to software-solutions, the time necessary for development is, however, significantly longer due to the cumbersome development flow of FPGA designs. Design tool developers have been struggling for years to close this so-called productivity gap. Xilinx, one of the major FPGA manufacturers, has recently released a C-based high-level synthesis framework, called Vivado HLS, as part of its integrated design environment for FPGA development. As opposed to the classic hardware development process, high-level synthesis (HLS) aims at closing the productivity gap between hardware and software development, as well as to make the hardware development process more accessible to those not yet familiar with the details of the FPGA platform. The goal of this thesis is to testdrive this new set of tools in order to implement algorithms from medical image processing on the FPGA and to compare the results to existing implementations on CPUs and GPGPUs. Required Skills: Good knowledge C/C++, basic knowledge of VHDL or Verilog a plus Nature of work: Theory (30%), Conception (20%), Implementation (50%) Contact: Moritz Schmid (moritz.schmid@fau.de)

8 Development of a FPGA-based, dynamic reconfigurable satellite radio system with a high reliability against Single-Event-Effects The design of ASIC circuits for digital signal processing applications in satellite systems is time consuming and expensive. Therefore recently the use of FPGAs is considered in order to reduce development times of modern satellite systems. The ability of reconfiguration of FPGAs allows to make lastminute changes in the circuit design during design time and to adapt to new requirements of the signal processing applications during the whole life cycle of the satellite. During operation in space the FPGA is encountered with cosmic ray showers, which may lead to Single-Event-Effects like undesired bit flippings in the configuration memory. With these occurring bit flippings the reliability of the circuit is not guaranteed. The goal of this work is to improve the reliability of these circuits by using dynamic partial reconfiguration. During the work on the thesis different CAD software tools for dynamic reconfiguration have to be analyzed and evaluated. The thesis will be jointly supervised by the chair Informatik 12 and the Fraunhofer IIS. Prerequisites: Good VHDL programming skills and experience in the FPGA design flow, knowledge of digital signal processing for data transmission is beneficial. Type of Work: Theory (20%), Conception (30%), Implementation (50%) Supervisors: Bernhard Schmidt (bernhard.schmidt@informatik.uni-erlangen.de)

9 Combining TMR (Triple Modular Redundancy) with partial reconfiguration for communication satellites Fraunhofer IIS is currently involved in the German Heinrich Hertz communications satellite mission (H2Sat), which is due for launch into orbit in One element of the mission s in-orbit validation (IOV) capability is a reconfigurable on-board processor (OBP) which Fraunhofer IIS has developed for communication applications. Its main components are four state-of-the-art radiation-hardened Virtex5-QV FPGAs with the most recent technology for space applications. Beam NW heavy ion, high energy p To reduce the impacts of solar particle effects Triple Modular Redundancy (TMR) is used. The goal of this work is to analyze and to evaluate the operation of TMR in combination with partial reconfiguration. caption: forward link return link Beam SW Beam SE Using both design strategies at the same time implemented with different CAD software tools is a challenging task. During the work on the thesis the dependencies among the CAD software tools have to be analyzed, to be understood and to be controlled. Prerequisites: Basic knowlegde of FPGAs, VHDL and synthesis tools Type of Work: Theory (30%), Conception (20%), Implementation (50%) Supervisors: Robért Glein (robert.glein@iis.fraunhofer.de) Bernhard Schmidt (bernhard.schmidt@informatik.uni-erlangen.de) Beam NE gamma/ x ray H2Sat

10 Automatic Tool Flow Creation for Performance Measurements in Embedded Systems The rising complexity of embedded systems also necessitates a rise in the level of abstraction of the design flow. To facilitate this, the SystemC language, a C++ based class library and de facto industry standard, is used to model embedded systems at the electronic system level (ESL). One of the requirements of an ESL design flow is the ability to take performance measurements at this abstraction level. The chair of Hardware/Software Co-Design has a design flow, which transforms models in a certain subset of SystemC into a virtual platform. The virtual platform consists of SystemC modules and an instruction set simulator. In this thesis, the transformation step from a SystemC ESL model into a virtual platform will be extended by an automatic generation of performance measurement infrastructure. This infrastructure should be usable to extract performance measurements for each of the components which make up the SystemC ESL model of the embedded system. Prerequisites: Basic C++-knowledge helpful Type of Work: Theory (20%), Conception (30%), Implementation (50%) Supervisor: Joachim Falk (falk@cs.fau.de)

11 Development of a Visualization and Debugging Environment for MPSoC Prototypes As the technology is shifting from few-core to many-core systems, designers face many challenges to ensure future advances in computer architecture and programming models that are nothing short of reinventing computing. To tackle this problem, new architectures, languages and algorithms are required. Therefore a new parallel paradigm, called Invasive Computing has been proposed that utilizes the processing resources depending on the application requirements. In order to debug and verify the functionality of such complex massively parallel systems, powerful debugging and visualization environments are needed that are capable of illustrating the system status precisely. This thesis involves the conceptual design and the development of a visualization and debugging environment for very large Multi-Processor System-on-Chip (MPSoC) architectures, consisting of hundreds to thousands of small processors, and its integration within a graphical user interface. Such an environment should aggregate different hardware monitors of a system and transfer them through a suitable communication interface to a host workstation, where the transferred data is visualized by the graphical user interface. Prerequisites: Knowledge of C/C++ and JAVA, skilled HDL languages Type of Work: Theory (20%), Conception (20%), Implementation (60%) Supervisors: Vahid Lari, Srinivas Boppu ({vahid.lari, srinivas.boppu}@cs.fau.de)

12 Transformation from Simulink to SystemC MATLAB/Simulink is a modeling and simulation platform, which is currently heavily used in the industry sector crossing multiple domains, such as automotive industry, telecommunication, semiconductor. It offers functional simulation and code generation directly from its graphical block diagrams. For most embedded systems, however, non-functional properties such as the timing behavior play also an essential role. To cope the non-functional properties, the chair for Hardware/Software Co- Design has developed a system-level description modeling language which is based on SystemC. The goal of this work is to develop a code generator that transforms Simulink block diagrams (consist of standard blocks, stateflow blocks and toolbox blocks ) to corresponding SystemC descriptions. An existing automotive application - Brake-by-Wire serves as the test case. Prerequistes: Programming skills in C/C++ Nature of work: Theory (30%), Conception (30%), Implementation (40%) Supervisor: Liyuan Zhang (liyuan.zhang@cs.fau.de)

13 Boost FPGA Performance by using High Clock Frequencies The utilization of the used FPGA resources in time is rather low compared to an ASIC due to the lower clock frequency. The efficiency of FPGA resources (lookup tables) can be increased by using designs with many pipeline stages combined with a very high clock frequency. However, designs with clock frequencies up to 500 MHz needs sophisticated placement and routing techniques to hold the timing constraints. In this work, the automatic insertion of pipeline stages in data paths after synthesis and the usage of high clock frequencies should be investigated. The overall goal is to increase the efficiency and performance of FPGAs. The data paths of critical parts of a design should be analyzed and additional pipeline stages should be automatic inserted. Moreover, the placement and routing of these pipeline stages should be investigated in order to reach a high clock frequency. Prerequisites: Good knowledge in FPGA design flow Type of Work: Theory (30%), Conception (40%), Implementation (30%) Supervisor: Daniel Ziener (daniel.ziener@cs.fau.de)

14 Increasing FPGA-Lifetime by Dynamical Reconfiguration Ever shrinking device structures allow on the one hand more complex systems, whereas on the other hand this trend results in an increased susceptibility of modern embedded systems to radiation and temperature-dependent aging effects. This holds also true for future FPGA devices which suffer from the heat produced from computation intensive modules. These modules accelerate the local FPGA aging. Dynamical reconfiguration could help to distribute these high-active modules in a way that the wear is equalized over the FPGA area. By using this technique, the lifetime of the FPGA can be increased significantly. Unit1 In this thesis, the local FPGA temperature dispensation should be estimated at run-time and modeled with the help of expected activities on certain modules. This temperature information can be used by a method which is developed at our chair to determine a better module placement with respect to FPGA aging. Prerequisites: Good knowledge in software programming (e.g., Java or C++) Type of Work: Theory (30%), Conception (40%), Implementation (30%) Supervisor: Daniel Ziener (daniel.ziener@cs.fau.de)

Digital Systems Design

Digital Systems Design Digital Systems Design Digital Systems Design and Test Dr. D. J. Jackson Lecture 1-1 Introduction Traditional digital design Manual process of designing and capturing circuits Schematic entry System-level

More information

Hardware-Software Co-Design Cosynthesis and Partitioning

Hardware-Software Co-Design Cosynthesis and Partitioning Hardware-Software Co-Design Cosynthesis and Partitioning EE8205: Embedded Computer Systems http://www.ee.ryerson.ca/~courses/ee8205/ Dr. Gul N. Khan http://www.ee.ryerson.ca/~gnkhan Electrical and Computer

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

A Power-Efficient Design Approach to Radiation Hardened Digital Circuitry using Dynamically Selectable Triple Modulo Redundancy

A Power-Efficient Design Approach to Radiation Hardened Digital Circuitry using Dynamically Selectable Triple Modulo Redundancy A Power-Efficient Design Approach to Radiation Hardened Digital Circuitry using Dynamically Selectable Triple Modulo Redundancy Brock J. LaMeres and Clint Gauer Department of Electrical and Computer Engineering

More information

Questa ADMS. Analog-Digital Mixed-Signal Simulator. Mixed-Signal Simulator for Modern Design. A Flexible Mixed-Signal Strategy

Questa ADMS. Analog-Digital Mixed-Signal Simulator. Mixed-Signal Simulator for Modern Design. A Flexible Mixed-Signal Strategy Analog-Digital Mixed-Signal Simulator Questa ADMS Analog/Mixed-Signal Verification D A T A S H E E T FEATURES AND BENEFITS: Questa ADMS is the de facto industry standard for the creation and verification

More information

Real-Time Testing Made Easy with Simulink Real-Time

Real-Time Testing Made Easy with Simulink Real-Time Real-Time Testing Made Easy with Simulink Real-Time Andreas Uschold Application Engineer MathWorks Martin Rosser Technical Sales Engineer Speedgoat 2015 The MathWorks, Inc. 1 Model-Based Design Continuous

More information

Computer Aided Design of Electronics

Computer Aided Design of Electronics Computer Aided Design of Electronics [Datorstödd Elektronikkonstruktion] Zebo Peng, Petru Eles, and Nima Aghaee Embedded Systems Laboratory IDA, Linköping University www.ida.liu.se/~tdts01 Electronic Systems

More information

Lecture 3, Handouts Page 1. Introduction. EECE 353: Digital Systems Design Lecture 3: Digital Design Flows, Simulation Techniques.

Lecture 3, Handouts Page 1. Introduction. EECE 353: Digital Systems Design Lecture 3: Digital Design Flows, Simulation Techniques. Introduction EECE 353: Digital Systems Design Lecture 3: Digital Design Flows, Techniques Cristian Grecu grecuc@ece.ubc.ca Course web site: http://courses.ece.ubc.ca/353/ What have you learned so far?

More information

R Using the Virtex Delay-Locked Loop

R Using the Virtex Delay-Locked Loop Application Note: Virtex Series XAPP132 (v2.4) December 20, 2001 Summary The Virtex FPGA series offers up to eight fully digital dedicated on-chip Delay-Locked Loop (DLL) circuits providing zero propagation

More information

Making your ISO Flow Flawless Establishing Confidence in Verification Tools

Making your ISO Flow Flawless Establishing Confidence in Verification Tools Making your ISO 26262 Flow Flawless Establishing Confidence in Verification Tools Bryan Ramirez DVT Automotive Product Manager August 2015 What is Tool Confidence? Principle: If a tool supports any process

More information

EECS150 - Digital Design Lecture 28 Course Wrap Up. Recap 1

EECS150 - Digital Design Lecture 28 Course Wrap Up. Recap 1 EECS150 - Digital Design Lecture 28 Course Wrap Up Dec. 5, 2013 Prof. Ronald Fearing Electrical Engineering and Computer Sciences University of California, Berkeley (slides courtesy of Prof. John Wawrzynek)

More information

Abstract of PhD Thesis

Abstract of PhD Thesis FACULTY OF ELECTRONICS, TELECOMMUNICATION AND INFORMATION TECHNOLOGY Irina DORNEAN, Eng. Abstract of PhD Thesis Contribution to the Design and Implementation of Adaptive Algorithms Using Multirate Signal

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction 1.1 Introduction There are many possible facts because of which the power efficiency is becoming important consideration. The most portable systems used in recent era, which are

More information

International Journal for Research in Applied Science & Engineering Technology (IJRASET) RAAR Processor: The Digital Image Processor

International Journal for Research in Applied Science & Engineering Technology (IJRASET) RAAR Processor: The Digital Image Processor RAAR Processor: The Digital Image Processor Raghumanohar Adusumilli 1, Mahesh.B.Neelagar 2 1 VLSI Design and Embedded Systems, Visvesvaraya Technological University, Belagavi Abstract Image processing

More information

Getting to Smart Paul Barnard Design Automation

Getting to Smart Paul Barnard Design Automation Getting to Smart Paul Barnard Design Automation paul.barnard@mathworks.com 2012 The MathWorks, Inc. Getting to Smart WHO WHAT HOW autonomous, responsive, multifunction, adaptive, transformable, and smart

More information

Course Outcome of M.Tech (VLSI Design)

Course Outcome of M.Tech (VLSI Design) Course Outcome of M.Tech (VLSI Design) PVL108: Device Physics and Technology The students are able to: 1. Understand the basic physics of semiconductor devices and the basics theory of PN junction. 2.

More information

CHAPTER 5 IMPLEMENTATION OF MULTIPLIERS USING VEDIC MATHEMATICS

CHAPTER 5 IMPLEMENTATION OF MULTIPLIERS USING VEDIC MATHEMATICS 49 CHAPTER 5 IMPLEMENTATION OF MULTIPLIERS USING VEDIC MATHEMATICS 5.1 INTRODUCTION TO VHDL VHDL stands for VHSIC (Very High Speed Integrated Circuits) Hardware Description Language. The other widely used

More information

STM RH-ASIC capability

STM RH-ASIC capability STM RH-ASIC capability JAXA 24 th MicroElectronic Workshop 13 th 14 th October 2011 Prepared by STM Crolles and AeroSpace Unit Deep Sub Micron (DSM) is strategic for Europe Strategic importance of European

More information

Questa ADMS supports all three major methodologies for mixed-signal verification:

Questa ADMS supports all three major methodologies for mixed-signal verification: Analog-Digital Mixed-Signal Verification Questa ADMS Analog/Mixed-Signal Verification D A T A S H E E T FEATURES AND BENEFITS: Questa ADMS is the de facto industry standard for the creation and verification

More information

INTRODUCTION. In the industrial applications, many three-phase loads require a. supply of Variable Voltage Variable Frequency (VVVF) using fast and

INTRODUCTION. In the industrial applications, many three-phase loads require a. supply of Variable Voltage Variable Frequency (VVVF) using fast and 1 Chapter 1 INTRODUCTION 1.1. Introduction In the industrial applications, many three-phase loads require a supply of Variable Voltage Variable Frequency (VVVF) using fast and high-efficient electronic

More information

REVOLUTIONIZING THE COMPUTING LANDSCAPE AND BEYOND.

REVOLUTIONIZING THE COMPUTING LANDSCAPE AND BEYOND. December 3-6, 2018 Santa Clara Convention Center CA, USA REVOLUTIONIZING THE COMPUTING LANDSCAPE AND BEYOND. https://tmt.knect365.com/risc-v-summit @risc_v ACCELERATING INFERENCING ON THE EDGE WITH RISC-V

More information

Introduction to co-simulation. What is HW-SW co-simulation?

Introduction to co-simulation. What is HW-SW co-simulation? Introduction to co-simulation CPSC489-501 Hardware-Software Codesign of Embedded Systems Mahapatra-TexasA&M-Fall 00 1 What is HW-SW co-simulation? A basic definition: Manipulating simulated hardware with

More information

Auto-tuning Fault Tolerance Technique for DSP-Based Circuits in Transportation Systems

Auto-tuning Fault Tolerance Technique for DSP-Based Circuits in Transportation Systems Auto-tuning Fault Tolerance Technique for DSP-Based Circuits in Transportation Systems Ihsen Alouani, Smail Niar, Yassin El-Hillali, and Atika Rivenq 1 I. Alouani and S. Niar LAMIH lab University of Valenciennes

More information

Digital design & Embedded systems

Digital design & Embedded systems FYS4220/9220 Digital design & Embedded systems Lecture #5 J. K. Bekkeng, 2.7.2011 Phase-locked loop (PLL) Implemented using a VCO (Voltage controlled oscillator), a phase detector and a closed feedback

More information

Séminaire Supélec/SCEE

Séminaire Supélec/SCEE Séminaire Supélec/SCEE Models driven co-design methodology for SDR systems LECOMTE Stéphane Directeur de thèse PALICOT Jacques Co-directeur LERAY Pierre Encadrant industriel GUILLOUARD Samuel Outline Context

More information

Agenda. 9:30 Registration & Coffee Networking and Sponsor Table-tops Welcome and introduction

Agenda. 9:30 Registration & Coffee Networking and Sponsor Table-tops Welcome and introduction Agenda 9:30 Registration & Coffee Networking and Sponsor Table-tops 10.00 Welcome and introduction Break 12:45 Lunch Break Flexible debug and visibility techniques to enhance all FPGA design and deployment

More information

Video Enhancement Algorithms on System on Chip

Video Enhancement Algorithms on System on Chip International Journal of Scientific and Research Publications, Volume 2, Issue 4, April 2012 1 Video Enhancement Algorithms on System on Chip Dr.Ch. Ravikumar, Dr. S.K. Srivatsa Abstract- This paper presents

More information

5G R&D at Huawei: An Insider Look

5G R&D at Huawei: An Insider Look 5G R&D at Huawei: An Insider Look Accelerating the move from theory to engineering practice with MATLAB and Simulink Huawei is the largest networking and telecommunications equipment and services corporation

More information

FPGAs: Why, When, and How to use them (with RFNoC ) Pt. 1 Martin Braun, Nicolas Cuervo FOSDEM 2017, SDR Devroom

FPGAs: Why, When, and How to use them (with RFNoC ) Pt. 1 Martin Braun, Nicolas Cuervo FOSDEM 2017, SDR Devroom FPGAs: Why, When, and How to use them (with RFNoC ) Pt. 1 Martin Braun, Nicolas Cuervo FOSDEM 2017, SDR Devroom Schematic of a typical SDR Very rough schematic: Analog Stuff ADC/DAC FPGA GPP Let s ignore

More information

From Antenna to Bits:

From Antenna to Bits: From Antenna to Bits: Wireless System Design with MATLAB and Simulink Cynthia Cudicini Application Engineering Manager MathWorks cynthia.cudicini@mathworks.fr 1 Innovations in the World of Wireless Everything

More information

Hardware Trigger Processor for the MDT System

Hardware Trigger Processor for the MDT System University of Massachusetts Amherst E-mail: tcpaiva@cern.ch We are developing a low-latency hardware trigger processor for the Monitored Drift Tube system in the Muon spectrometer. The processor will fit

More information

Tutorial: Using the UML profile for MARTE to MPSoC co-design dedicated to signal processing

Tutorial: Using the UML profile for MARTE to MPSoC co-design dedicated to signal processing Tutorial: Using the UML profile for MARTE to MPSoC co-design dedicated to signal processing Imran Rafiq Quadri, Abdoulaye Gamatié, Jean-Luc Dekeyser To cite this version: Imran Rafiq Quadri, Abdoulaye

More information

Overview of Design Methodology. A Few Points Before We Start 11/4/2012. All About Handling The Complexity. Lecture 1. Put things into perspective

Overview of Design Methodology. A Few Points Before We Start 11/4/2012. All About Handling The Complexity. Lecture 1. Put things into perspective Overview of Design Methodology Lecture 1 Put things into perspective ECE 156A 1 A Few Points Before We Start ECE 156A 2 All About Handling The Complexity Design and manufacturing of semiconductor products

More information

COGNITIVE ANTENNA RADIO SYSTEMS FOR MOBILE SATELLITE AND MULTIMODAL COMMUNICATIONS ESA/ESTEC, NOORDWIJK, THE NETHERLANDS 3-5 OCTOBER 2012

COGNITIVE ANTENNA RADIO SYSTEMS FOR MOBILE SATELLITE AND MULTIMODAL COMMUNICATIONS ESA/ESTEC, NOORDWIJK, THE NETHERLANDS 3-5 OCTOBER 2012 COGNITIVE ANTENNA RADIO SYSTEMS FOR MOBILE SATELLITE AND MULTIMODAL COMMUNICATIONS ESA/ESTEC, NOORDWIJK, THE NETHERLANDS 3-5 OCTOBER 2012 Norbert Niklasch (1) (1) IABG mbh, Einsteinstrasse 20, D-85521

More information

NGP-N ASIC. Microelectronics Presentation Days March 2010

NGP-N ASIC. Microelectronics Presentation Days March 2010 NGP-N ASIC Microelectronics Presentation Days 2010 ESA contract: Next Generation Processor - Phase 2 (18428/06/N1/US) - Started: Dec 2006 ESA Technical officer: Simon Weinberg Mark Childerhouse Processor

More information

Design of Mixed-Signal Microsystems in Nanometer CMOS

Design of Mixed-Signal Microsystems in Nanometer CMOS Design of Mixed-Signal Microsystems in Nanometer CMOS Carl Grace Lawrence Berkeley National Laboratory August 2, 2012 DOE BES Neutron and Photon Detector Workshop Introduction Common themes in emerging

More information

An Efficent Real Time Analysis of Carry Select Adder

An Efficent Real Time Analysis of Carry Select Adder An Efficent Real Time Analysis of Carry Select Adder Geetika Gesu Department of Electronics Engineering Abha Gaikwad-Patil College of Engineering Nagpur, Maharashtra, India E-mail: geetikagesu@gmail.com

More information

UNIT-III POWER ESTIMATION AND ANALYSIS

UNIT-III POWER ESTIMATION AND ANALYSIS UNIT-III POWER ESTIMATION AND ANALYSIS In VLSI design implementation simulation software operating at various levels of design abstraction. In general simulation at a lower-level design abstraction offers

More information

Field Programmable Gate Arrays based Design, Implementation and Delay Study of Braun s Multipliers

Field Programmable Gate Arrays based Design, Implementation and Delay Study of Braun s Multipliers Journal of Computer Science 7 (12): 1894-1899, 2011 ISSN 1549-3636 2011 Science Publications Field Programmable Gate Arrays based Design, Implementation and Delay Study of Braun s Multipliers Muhammad

More information

Hardware Trigger Processor for the MDT System

Hardware Trigger Processor for the MDT System University of Massachusetts Amherst E-mail: tcpaiva@cern.ch We are developing a low-latency hardware trigger processor for the Monitored Drift Tube system for the Muon Spectrometer of the ATLAS Experiment.

More information

The Application of System Generator in Digital Quadrature Direct Up-Conversion

The Application of System Generator in Digital Quadrature Direct Up-Conversion Communications in Information Science and Management Engineering Apr. 2013, Vol. 3 Iss. 4, PP. 192-19 The Application of System Generator in Digital Quadrature Direct Up-Conversion Zhi Chai 1, Jun Shen

More information

ASIC Computer-Aided Design Flow ELEC 5250/6250

ASIC Computer-Aided Design Flow ELEC 5250/6250 ASIC Computer-Aided Design Flow ELEC 5250/6250 ASIC Design Flow ASIC Design Flow DFT/BIST & ATPG Synthesis Behavioral Model VHDL/Verilog Gate-Level Netlist Verify Function Verify Function Front-End Design

More information

Lecture 1: Introduction to Digital System Design & Co-Design

Lecture 1: Introduction to Digital System Design & Co-Design Design & Co-design of Embedded Systems Lecture 1: Introduction to Digital System Design & Co-Design Computer Engineering Dept. Sharif University of Technology Winter-Spring 2008 Mehdi Modarressi Topics

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

STRS COMPLIANT FPGA WAVEFORM DEVELOPMENT

STRS COMPLIANT FPGA WAVEFORM DEVELOPMENT STRS COMPLIANT FPGA WAVEFORM DEVELOPMENT Jennifer Nappier (Jennifer.M.Nappier@nasa.gov); Joseph Downey (Joseph.A.Downey@nasa.gov); NASA Glenn Research Center, Cleveland, Ohio, United States Dale Mortensen

More information

Qosmotec. Software Solutions GmbH. Technical Overview. QPER C2X - Car-to-X Signal Strength Emulator and HiL Test Bench. Page 1

Qosmotec. Software Solutions GmbH. Technical Overview. QPER C2X - Car-to-X Signal Strength Emulator and HiL Test Bench. Page 1 Qosmotec Software Solutions GmbH Technical Overview QPER C2X - Page 1 TABLE OF CONTENTS 0 DOCUMENT CONTROL...3 0.1 Imprint...3 0.2 Document Description...3 1 SYSTEM DESCRIPTION...4 1.1 General Concept...4

More information

Modified Booth Multiplier Based Low-Cost FIR Filter Design Shelja Jose, Shereena Mytheen

Modified Booth Multiplier Based Low-Cost FIR Filter Design Shelja Jose, Shereena Mytheen Modified Booth Multiplier Based Low-Cost FIR Filter Design Shelja Jose, Shereena Mytheen Abstract A new low area-cost FIR filter design is proposed using a modified Booth multiplier based on direct form

More information

- Software Engineer con Laurea Magistrale in Informatica, Telecomunicazioni o Elettronica

- Software Engineer con Laurea Magistrale in Informatica, Telecomunicazioni o Elettronica Elettronica spa cerca: - Software Engineer con Laurea Magistrale in Informatica, Telecomunicazioni o Elettronica - Machine Learning Engineer con Laurea Magistrale in Informatica, Elettronica o Telecomunicazioni

More information

Datorstödd Elektronikkonstruktion

Datorstödd Elektronikkonstruktion Datorstödd Elektronikkonstruktion [Computer Aided Design of Electronics] Zebo Peng, Petru Eles and Gert Jervan Embedded Systems Laboratory IDA, Linköping University http://www.ida.liu.se/~tdts80/~tdts80

More information

A Framework for Fast Hardware-Software Co-simulation

A Framework for Fast Hardware-Software Co-simulation A Framework for Fast Hardware-Software Co-simulation Andreas Hoffmann, Tim Kogel, Heinrich Meyr Integrated Signal Processing Systems (ISS), RWTH Aachen Templergraben 55, 52056 Aachen, Germany hoffmann[kogel,meyr]@iss.rwth-aachen.de

More information

AMS Verification for High Reliability and Safety Critical Applications by Martin Vlach, Mentor Graphics

AMS Verification for High Reliability and Safety Critical Applications by Martin Vlach, Mentor Graphics AMS Verification for High Reliability and Safety Critical Applications by Martin Vlach, Mentor Graphics Today, very high expectations are placed on electronic systems in terms of functional safety and

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-accelerated CCD readout smear correction for Fast Solar Polarimeter

Hardware-accelerated CCD readout smear correction for Fast Solar Polarimeter Welcome Hardware-accelerated CCD readout smear correction for Fast Solar Polarimeter Stefan Tabel and Korbinian Weikl Semiconductor Laboratory of the Max Planck Society, Munich, Germany Walter Stechele

More information

Soft Error Susceptibility in SRAM-Based FPGAs. With the increasing emphasis on minimizing mass and volume along with

Soft Error Susceptibility in SRAM-Based FPGAs. With the increasing emphasis on minimizing mass and volume along with Talha Ansari CprE 583 Fall 2011 Soft Error Susceptibility in SRAM-Based FPGAs With the increasing emphasis on minimizing mass and volume along with cost in aerospace equipment, the use of FPGAs has slowly

More information

Low Power Design Part I Introduction and VHDL design. Ricardo Santos LSCAD/FACOM/UFMS

Low Power Design Part I Introduction and VHDL design. Ricardo Santos LSCAD/FACOM/UFMS Low Power Design Part I Introduction and VHDL design Ricardo Santos ricardo@facom.ufms.br LSCAD/FACOM/UFMS Motivation for Low Power Design Low power design is important from three different reasons Device

More information

Project Abstract Submission : Entry # 456. Part 1 - Team. Part 2 - Project. Team Leader Name. Maroua Filali. Team Leader .

Project Abstract Submission : Entry # 456. Part 1 - Team. Part 2 - Project. Team Leader Name. Maroua Filali. Team Leader  . Part 1 - Team Team Leader Name Maroua Filali Team Leader Email mf1304494@qu.edu.qa 2nd Team Member Name Ealaf Hussein 2nd Team Member Email eh1300622@qu.edu.qa 3rd Team Member Name Salma Shalaby 3rd Team

More information

Advanced FPGA Design. Tinoosh Mohsenin CMPE 491/691 Spring 2012

Advanced FPGA Design. Tinoosh Mohsenin CMPE 491/691 Spring 2012 Advanced FPGA Design Tinoosh Mohsenin CMPE 491/691 Spring 2012 Today Administrative items Syllabus and course overview Digital signal processing overview 2 Course Communication Email Urgent announcements

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

ERAU the FAA Research CEH Tools Qualification

ERAU the FAA Research CEH Tools Qualification ERAU the FAA Research 2007-2009 CEH Tools Qualification Contract DTFACT-07-C-00010 Dr. Andrew J. Kornecki, Dr. Brian Butka Embry Riddle Aeronautical University Dr. Janusz Zalewski Florida Gulf Coast University

More information

NEW TECHNOLOGIES. Philippe Francken. WSRF 2012, Dubai 1

NEW TECHNOLOGIES. Philippe Francken. WSRF 2012, Dubai 1 NEW TECHNOLOGIES Philippe Francken 1 Introduction Insertion of new technologies in space systems is not a goal in itself, but needs to be viewed within the broader context of innovation the ultimate objective

More information

Fpga Implementation of Truncated Multiplier Using Reversible Logic Gates

Fpga Implementation of Truncated Multiplier Using Reversible Logic Gates International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 2 Issue 12 ǁ December. 2013 ǁ PP.44-48 Fpga Implementation of Truncated Multiplier Using

More information

Efficient Multi-Operand Adders in VLSI Technology

Efficient Multi-Operand Adders in VLSI Technology Efficient Multi-Operand Adders in VLSI Technology K.Priyanka M.Tech-VLSI, D.Chandra Mohan Assistant Professor, Dr.S.Balaji, M.E, Ph.D Dean, Department of ECE, Abstract: This paper presents different approaches

More information

Contents CONTRIBUTING FACTORS. Preface. List of trademarks 1. WHY ARE CUSTOM CIRCUITS SO MUCH FASTER?

Contents CONTRIBUTING FACTORS. Preface. List of trademarks 1. WHY ARE CUSTOM CIRCUITS SO MUCH FASTER? Contents Preface List of trademarks xi xv Introduction and Overview of the Book WHY ARE CUSTOM CIRCUITS SO MUCH FASTER? WHO SHOULD CARE? DEFINITIONS: ASIC, CUSTOM, ETC. THE 35,000 FOOT VIEW: WHY IS CUSTOM

More information

Low Power Radiation Tolerant CMOS Design using Commercial Fabrication Processes

Low Power Radiation Tolerant CMOS Design using Commercial Fabrication Processes Low Power Radiation Tolerant CMOS Design using Commercial Fabrication Processes Amir Hasanbegovic (amirh@ifi.uio.no) Nanoelectronics Group, Dept. of Informatics, University of Oslo November 5, 2010 Overview

More information

2015 The MathWorks, Inc. 1

2015 The MathWorks, Inc. 1 2015 The MathWorks, Inc. 1 What s Behind 5G Wireless Communications? 서기환과장 2015 The MathWorks, Inc. 2 Agenda 5G goals and requirements Modeling and simulating key 5G technologies Release 15: Enhanced Mobile

More information

MAPS Project. Weihua Sheng, Jianjiang Ceng, Jeronimo Castrillon, Anastasia Stulova, Stefan Schürmans, Rainer Leupers

MAPS Project. Weihua Sheng, Jianjiang Ceng, Jeronimo Castrillon, Anastasia Stulova, Stefan Schürmans, Rainer Leupers MAPS Project Weihua Sheng, Jianjiang Ceng, Jeronimo Castrillon, Anastasia Stulova, Stefan Schürmans, Rainer Leupers Software for Systems on Silicon RWTH Aachen University Mapping of Applications to MPSoCs

More information

FPGA Circuits. na A simple FPGA model. nfull-adder realization

FPGA Circuits. na A simple FPGA model. nfull-adder realization FPGA Circuits na A simple FPGA model nfull-adder realization ndemos Presentation References n Altera Training Course Designing With Quartus-II n Altera Training Course Migrating ASIC Designs to FPGA n

More information

Evaluation of Power Costs in Applying TMR to FPGA Designs

Evaluation of Power Costs in Applying TMR to FPGA Designs Brigham Young University BYU ScholarsArchive All Faculty Publications 2004-09-01 Evaluation of Power Costs in Applying TMR to FPGA Designs Nathaniel Rollins Michael J. Wirthlin wirthlin@ee.byu.edu See

More information

MOBY-DIC. Grant Agreement Number Model-based synthesis of digital electronic circuits for embedded control. Publishable summary

MOBY-DIC. Grant Agreement Number Model-based synthesis of digital electronic circuits for embedded control. Publishable summary MOBY-DIC Grant Agreement Number 248858 Model-based synthesis of digital electronic circuits for embedded control Report version: 1 Due date: M24 (second periodic report) Period covered: December 1, 2010

More information

Toshiba Global Internship 2018

Toshiba Global Internship 2018 Toshiba Global Internship 2018 Introduction Internship Period Target Candidates Qualifications What We Offer How to Apply Toshiba group is a diversified electric/electronic manufacturer and provides a

More information

Synthesis of Blind Adaptive Beamformer using NCMA for Smart Antenna

Synthesis of Blind Adaptive Beamformer using NCMA for Smart Antenna Synthesis of Blind Adaptive Beamformer using NCMA for Smart Antenna Imtiyaz Ahmed B.K Research Scholar, Department of Electronics and Communication Engineering, School of Engineering and Technology, Jain

More information

Mixed-Signal Simulation of Digitally Controlled Switching Converters

Mixed-Signal Simulation of Digitally Controlled Switching Converters Mixed-Signal Simulation of Digitally Controlled Switching Converters Aleksandar Prodić and Dragan Maksimović Colorado Power Electronics Center Department of Electrical and Computer Engineering University

More information

Rapid Development and Test for UKube-1 using Software and Hardware-in-the-Loop Simulation. Peter Mendham and Mark McCrum

Rapid Development and Test for UKube-1 using Software and Hardware-in-the-Loop Simulation. Peter Mendham and Mark McCrum Rapid Development and Test for UKube-1 using Software and Hardware-in-the-Loop Simulation Peter Mendham and Mark McCrum UKube-1 United Kingdom Universal Bus Experiment 3U CubeSat Five payloads C3D imager

More information

Design in the Late-Silicon Age

Design in the Late-Silicon Age Design in the Late-Silicon Age Jan M. Rabaey University of California @ Berkeley Director MARCO Gigascale System Research Center DUSD(Labs) History Proceeds along Ages 280M 12M Permian Triasic Jurassic

More information

PV SYSTEM BASED FPGA: ANALYSIS OF POWER CONSUMPTION IN XILINX XPOWER TOOL

PV SYSTEM BASED FPGA: ANALYSIS OF POWER CONSUMPTION IN XILINX XPOWER TOOL 1 PV SYSTEM BASED FPGA: ANALYSIS OF POWER CONSUMPTION IN XILINX XPOWER TOOL Pradeep Patel Instrumentation and Control Department Prof. Deepali Shah Instrumentation and Control Department L. D. College

More information

Design of a High Speed FIR Filter on FPGA by Using DA-OBC Algorithm

Design of a High Speed FIR Filter on FPGA by Using DA-OBC Algorithm Design of a High Speed FIR Filter on FPGA by Using DA-OBC Algorithm Vijay Kumar Ch 1, Leelakrishna Muthyala 1, Chitra E 2 1 Research Scholar, VLSI, SRM University, Tamilnadu, India 2 Assistant Professor,

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

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

Workshop on Fault-Injection and Fault-Tolerance tools for Reprogrammable FPGAs

Workshop on Fault-Injection and Fault-Tolerance tools for Reprogrammable FPGAs Workshop on Fault-Injection and Fault-Tolerance tools for Reprogrammable FPGAs 11 th September 2009 Tools for Re/Programmable FPGAs 1 V3.0 Agenda (1/4) 9:00 9:15 Welcome address Agustín Fernández-León,

More information

Biography DI Peter Thorwartl I was born in Vienna in 1968

Biography DI Peter Thorwartl I was born in Vienna in 1968 Microelectronics Workshop 2016 Friday 4 December 2015 Page 1 of 6 Safety and Mission Critical Designs with Zynq Biography DI Peter Thorwartl I was born in Vienna in 1968 College for Communication Engineering

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

FPGA implementation of Induction Motor Vector Control using Xilinx System Generator

FPGA implementation of Induction Motor Vector Control using Xilinx System Generator 6th WSEAS International Conference on CIRCUITS, SYSTEMS, ELECTRONICS,CONTROL & SIGNAL PROCESSING, Cairo, Egypt, Dec 29-31, 2007 252 FPGA implementation of Induction Motor Vector Control using Xilinx System

More information

Modernised GNSS Receiver and Design Methodology

Modernised GNSS Receiver and Design Methodology Modernised GNSS Receiver and Design Methodology March 12, 2007 Overview Motivation Design targets HW architecture Receiver ASIC Design methodology Design and simulation Real Time Emulation Software module

More information

REALIZATION OF FPGA BASED Q-FORMAT ARITHMETIC LOGIC UNIT FOR POWER ELECTRONIC CONVERTER APPLICATIONS

REALIZATION OF FPGA BASED Q-FORMAT ARITHMETIC LOGIC UNIT FOR POWER ELECTRONIC CONVERTER APPLICATIONS 17 Chapter 2 REALIZATION OF FPGA BASED Q-FORMAT ARITHMETIC LOGIC UNIT FOR POWER ELECTRONIC CONVERTER APPLICATIONS In this chapter, analysis of FPGA resource utilization using QALU, and is compared with

More information

Model-Based Design as an Enabler for Supply Chain Collaboration

Model-Based Design as an Enabler for Supply Chain Collaboration CO-DEVELOPMENT MANUFACTURING INNOVATION & SUPPORT Model-Based Design as an Enabler for Supply Chain Collaboration Richard Mijnheer, CEO, 3T Stephan van Beek, Technical Manager, MathWorks Richard Mijnheer

More information

Lecture 1. Tinoosh Mohsenin

Lecture 1. Tinoosh Mohsenin Lecture 1 Tinoosh Mohsenin Today Administrative items Syllabus and course overview Digital systems and optimization overview 2 Course Communication Email Urgent announcements Web page http://www.csee.umbc.edu/~tinoosh/cmpe650/

More information

Research Statement. Sorin Cotofana

Research Statement. Sorin Cotofana Research Statement Sorin Cotofana Over the years I ve been involved in computer engineering topics varying from computer aided design to computer architecture, logic design, and implementation. In the

More information

What is New in Wireless System Design

What is New in Wireless System Design What is New in Wireless System Design Houman Zarrinkoub, PhD. houmanz@mathworks.com 2015 The MathWorks, Inc. 1 Agenda Landscape of Wireless Design Our Wireless Initiatives Antenna-to-Bit simulation Smart

More information

A SERVICE-ORIENTED SYSTEM ARCHITECTURE FOR THE HUMAN CENTERED DESIGN OF INTELLIGENT TRANSPORTATION SYSTEMS

A SERVICE-ORIENTED SYSTEM ARCHITECTURE FOR THE HUMAN CENTERED DESIGN OF INTELLIGENT TRANSPORTATION SYSTEMS Tools and methodologies for ITS design and drivers awareness A SERVICE-ORIENTED SYSTEM ARCHITECTURE FOR THE HUMAN CENTERED DESIGN OF INTELLIGENT TRANSPORTATION SYSTEMS Jan Gačnik, Oliver Häger, Marco Hannibal

More information

CMOS VLSI IC Design. A decent understanding of all tasks required to design and fabricate a chip takes years of experience

CMOS VLSI IC Design. A decent understanding of all tasks required to design and fabricate a chip takes years of experience CMOS VLSI IC Design A decent understanding of all tasks required to design and fabricate a chip takes years of experience 1 Commonly used keywords INTEGRATED CIRCUIT (IC) many transistors on one chip VERY

More information

When to use an FPGA to prototype a controller and how to start

When to use an FPGA to prototype a controller and how to start When to use an FPGA to prototype a controller and how to start Mark Corless, Principal Application Engineer, Novi MI Brad Hieb, Principal Application Engineer, Novi MI 2015 The MathWorks, Inc. 1 When to

More information

A Low-Power Broad-Bandwidth Noise Cancellation VLSI Circuit Design for In-Ear Headphones

A Low-Power Broad-Bandwidth Noise Cancellation VLSI Circuit Design for In-Ear Headphones A Low-Power Broad-Bandwidth Noise Cancellation VLSI Circuit Design for In-Ear Headphones Abstract: Conventional active noise cancelling (ANC) headphones often perform well in reducing the lowfrequency

More information

GALILEO JOINT UNDERTAKING

GALILEO JOINT UNDERTAKING GALILEO Research and development activities First call Activity A User receiver preliminary development STATEMENT OF WORK GJU/03/094/issue2/OM/ms Issue 2 094 issue2 6th FP A SOW 1 TABLE OF CONTENTS 1.

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

FPGA Based Kalman Filter for Wireless Sensor Networks

FPGA Based Kalman Filter for Wireless Sensor Networks ISSN : 2229-6093 Vikrant Vij,Rajesh Mehra, Int. J. Comp. Tech. Appl., Vol 2 (1), 155-159 FPGA Based Kalman Filter for Wireless Sensor Networks Vikrant Vij*, Rajesh Mehra** *ME Student, Department of Electronics

More information

Rapid FPGA Modem Design Techniques For SDRs Using Altera DSP Builder

Rapid FPGA Modem Design Techniques For SDRs Using Altera DSP Builder Rapid FPGA Modem Design Techniques For SDRs Using Altera DSP Builder Steven W. Cox Joel A. Seely General Dynamics C4 Systems Altera Corporation 820 E. McDowell Road, MDR25 0 Innovation Dr Scottsdale, Arizona

More information

Wave Pipelined Circuit with Self Tuning for Clock Skew and Clock Period Using BIST Approach

Wave Pipelined Circuit with Self Tuning for Clock Skew and Clock Period Using BIST Approach Technology Volume 1, Issue 1, July-September, 2013, pp. 41-46, IASTER 2013 www.iaster.com, Online: 2347-6109, Print: 2348-0017 Wave Pipelined Circuit with Self Tuning for Clock Skew and Clock Period Using

More information

A HARDWARE DC MOTOR EMULATOR VAGNER S. ROSA 1, VITOR I. GERVINI 2, SEBASTIÃO C. P. GOMES 3, SERGIO BAMPI 4

A HARDWARE DC MOTOR EMULATOR VAGNER S. ROSA 1, VITOR I. GERVINI 2, SEBASTIÃO C. P. GOMES 3, SERGIO BAMPI 4 A HARDWARE DC MOTOR EMULATOR VAGNER S. ROSA 1, VITOR I. GERVINI 2, SEBASTIÃO C. P. GOMES 3, SERGIO BAMPI 4 Abstract Much work have been done lately to develop complex motor control systems. However they

More information

GPS RECEIVER IMPLEMENTATION USING SIMULINK

GPS RECEIVER IMPLEMENTATION USING SIMULINK GPS RECEIVER IMPLEMENTATION USING SIMULINK C.Abhishek 1, A.Charitha 2, Dasari Goutham 3 1 Student, SCSVMV University, Kanchipuram 2 Student, kl university, Vijayawada 3 Student, SVEC college, Tirupati

More information

Automated FSM Error Correction for Single Event Upsets

Automated FSM Error Correction for Single Event Upsets Automated FSM Error Correction for Single Event Upsets Nand Kumar and Darren Zacher Mentor Graphics Corporation nand_kumar{darren_zacher}@mentor.com Abstract This paper presents a technique for automatic

More information