A SIMPLE APPROACH TO DESIGN TELE-COMMAND DECODER A FPGA IMPLEMENTATION OF ZCD BASED FSK DEMODULATOR

Size: px
Start display at page:

Download "A SIMPLE APPROACH TO DESIGN TELE-COMMAND DECODER A FPGA IMPLEMENTATION OF ZCD BASED FSK DEMODULATOR"

Transcription

1 International Journal of Electrical and Electronics Engineering Research (IJEEER) ISSN X Vol. 3, Issue 2, Jun 2013, TJPRC Pvt. Ltd. A SIMPLE APPROACH TO DESIGN TELE-COMMAND DECODER A FPGA IMPLEMENTATION OF ZCD BASED FSK DEMODULATOR UTPAL MANDAL 1 & AMIYA RANJAN PANDA 2 1 Scientist, Integrated Test Range, Drdo, Chandipur, Odisha, India 2 Senior Research Fellow, Integrated Test Range, Drdo, Chandipur, Odisha, India ABSTRACT The paper describes a simple technique used to implement a Tele-Command decoder system in Field Programmable Gate Array (FPGA). Tele-Command decoders are critical part for a Flight Vehicle such as Unmanned Air Vehicle (UAV) under test in terms of a safety tool. Decoders are employed in a UAV system after receiver and frequency demodulator block to demodulate the baseband signal to decode the transmitted command. A receiver-decoder system is used with the ground transmitting system for instant validation of digital code and system configuration. In general, decoder outputs TTL signals for corresponding commands, which are used by Personal Computer, based software to record the data for future analysis. The design is based on a VLSI development board consisting of a high performance high density Vertex-4 FPGA with required interfaces to handle both analog and digital domain signals. KEYWORDS: Tele-Command, VLSI, TTL, FSK, VHD INTRODUCTION Ground transmitting system (GTS) consists of Digital Encoder, FM Modulator and Power Amplifier system as the fundamental units. Digital Encoder is the baseband unit which is responsible for generating command word of particular length. A Frame is formed adding sync bits and parity bit to the command words. Manchester encoding is performed on the command frame with few invalid Manchester bits on the frame. This is done to identify the sync bits at decoder side. The Manchester data bits are transferred at particular rate and passed to a Binary Frequency Shift Keying (BFSK) modulator. Sub-carrier frequencies for BFSK signal are chosen in the specified band of 10 KHz to 50 KHz. BFSK signal of low level is fed to FM modulator for wide band FM modulation at Ultra High Frequency (UHF) band. A particular frequency in UHF band is used for FM modulation. This signal is then power amplified and transmitted through Omni-directional or directional antenna depending upon requirement. GTS system generates four types of commands and transmits these commands on demand through UHF link. SA1 command is transmitted normally which ensures link between GTS system and UAV on board receiver. When termination of the test vehicle is required, then a sequence of commands like SA2, SA3 and SA4 are transmitted. These commands are received, decoded by the on-board receiver decoder and passed to destruction system. SA2 command allows activation of SA3. SA3 command is used to cut-off the thrust of liquid propellant and SA4 command enables destruction system for termination. Power amplified signal transmitted in air needs to be received by a receiver and demodulated to base-band signal, which is the signal of interest. The receiver and FM demodulator are not included in the scope of this paper and hence shall not be described at any part of this paper. The baseband signal characteristics, demodulation technique used shall be considered in subsequent sections. DESIGN SPECIFICATION To realize a digital decoder system for UAV system the following basic functionality from design point of view is

2 50 Utpal Mandal & Amiya Ranjan Panda realized for Digital Encoder system: Demodulate baseband FSK signal to recover Manchester data bits. Detection of sync bits Manchester decoding to extract command data word. Compare decoded command word to the known transmitting command word. Declare the decoded command by displaying in LCD interface. Output corresponding command in TTL level on I/O pins for display or recording purpose. The next few sections are dedicated to describe implementation of these design steps in details with results obtained at different step of design. The following section depicts the characteristics of FSK signal, different methods to demodulate the signal and details of the used technique for the design. FSK SYSTEM Frequency Shift Keying (FSK) system is a type of wireless systems that is very popular in today s life and has widespread applications. A FSK system carries its information in the instantaneous frequency of the received signal. E.g. a binary FSK system which transmits the symbols 0 and 1 have one frequency corresponding to the symbol 0 and another frequency to the symbol 1. FSK systems are broadly classified into Coherent and Non-coherent systems. A coherent system requires carrier or phase synchronization at the receiver end in order to detect the signals whereas non coherent detection does not require any sort of phase synchronization. Consequently the design of non coherent systems is much simpler when compared to coherent systems making them more popular when power is an important concern. But non-coherent systems have a BER performance of 3db less than the traditional coherent receiver at a BER of 10E-5. The general analytic expression for FSK modulation is Si (t) = (2E/T) cos (ωi t + φ) 0 t T i = 1,., M Where Si (t) is the modulated carrier, E is the energy content of Si (t) over each information symbol of duration T, ωi is the frequency term with M discrete values, and the phase term, φ is an arbitrary constant. In case of binary FSK, the value of M is 2, representing binary information symbols and a carrier with two possible frequencies. FSK is much less susceptible to corruption by unwanted amplitude modulation ( i.e. due to noise or transients). Detection of FSK signal may not incorporate the phase information of the incoming signal. Thus, BFSK modulation technique preceded other digital modulation technique like ASK and PSK in many applications. Figure 1 below demonstrates modulating information bits and its corresponding FSK waveform. It is very much visible that on change in the information data from logic 0 to logic 1 the frequency changes abruptly in the FSK wave [1-2]. DETECTION OF FSK FSK detection is the process of extracting the information symbols from a modulated carrier wave.

3 A Simple Approach to Design Tele-Command Decoder A 51 FPGA Implementation of ZCD Based FSK Demodulator Figure 1: BFSK Waveform The detection process is mainly categorized into two types; i.e. coherent detection and non coherent detection. In the case of coherent detection, the receiver exploits the knowledge of the carrier s phase in order to detect the symbols whereas in the case of non coherent detection, the receiver does not utilize any phase reference information from the carrier. Coherent based receivers are usually complex to design but have the best BER performance. The, coherent designs also consume more power. Non coherent receivers have simple design, consume less power but have degraded BER performance [3]. In the context of the present Decoder design for FTS, the receiver performance is considered to be optimum as it is kept very nearer to the transmitter. COHERENT BINARY FSK DETECTOR Figure-2 below, shows a commonly used coherent type binary FSK receiver. As mentioned in the previous section a coherent receiver needs to be in phase synchronization with the transmitter. It consists of two correlators with a common input and which are supplied with two locally generated reference signals φ1 (t) and φ2 (t). Figure 2: Coherent BFSK Receiver The correlators outputs are then subtracted one from another and the resulting difference d is compared with a threshold of zero volts. If d > 0, the receiver decides in favor of 1 else in favor of 0. The transmitted signal consists of both the frequencies f1 and f2. The reference signals φ1(t) and φ2(t) are extracted by applying the received signal to a pair of

4 52 Utpal Mandal & Amiya Ranjan Panda narrow band filters, one tuned to f1 and the other tuned to f2. Hence the reference signals are in phase coherence with the transmitted signals. NON COHERENT BINARY FSK DETECTOR There are again various techniques for non coherent detection of BFSK signal. A zero-crossing detector based demodulator is described here which is implemented in the design. Figure below shows a block diagram for the demodulator. Figure 3: Block Diagram for the BFSK Demodulator Each tone of a Binary FSK signal can be characterized by the number of clock cycles it takes between two zero crossings for a given sampling frequency. For example a 100 khz signal sampled at 4 MHz will have 20 samples between two zero crossings and a 200 khz signal would have about 10 samples. So a counter that can resets for every zero crossing would have two discreet values at the output. A threshold somewhere in between 20 and 10 would hard limit the output to digital levels, thus, demodulating the FSK signal. To increase the tolerance to noise, the sampling can be increased so that the values from the counter are separated further apart and decreasing the probability of an error [1-3]. MANCHESTER CODE Non-return to Zero (NRZ) and Manchester codes are used in digital systems to represent the binary values "1" and "0". Figure-4, defines how NRZ and Manchester code represent binary values. NRZ is the code which is used most often. In NRZ, logic "1" is represented as a high level throughout a data cell, and logic "0" is represented by a low level. Manchester code represents binary values by a transition rather than a level. The transition occurs at mid-bit, with a low-to-high transition used to represent logic "0", and a high-to-low to represent logic "1". Depending on the data pattern, there may be a transition at the cell boundary (beginning/end) [4-5]. A pattern of consecutive "1s" or "0s" results in a transition on the cell boundary. When the data pattern alternates between "1" and "0", there is no transition on the cell boundary. In figure 4 it can be seen that two different types of convention are used for Manchester encoding. In IEEE convention logic 0 is represented by a high to low transition and logic 1 is by low to high. The reverse is used in G. E. Thomas convention. Here G. E. Thomas convention is used in the application.

5 A Simple Approach to Design Tele-Command Decoder A 53 FPGA Implementation of ZCD Based FSK Demodulator Figure 4: NRZ and Manchester Code Manchester code has no DC component, but it can be transformer coupled. The mid-bit transition in Manchester code provides a self-clocking feature of code. This can be used to improve synchronization over non-self clocking codes as NRZ. The transition allows additional error detection with relatively little circuitry. Manchester decoding is performed on FSK demodulated data which is described in details in next section. IMPLEMENTATION FSK Detection Figure 3, shows the technique which is less complex than any other technique as it does not employ any filter or any complex algorithm. For the simplicity, the technique is chosen and implemented. Design of the digital logic has been done by VHDL coding. Implementation is targeted for a FPGA Development Board housing a Virtex-4, Xilinx make device [6-7]. Analog to Digital (ADC) controller interface is implemented which takes the FSK signal and convert it to a 12-bit digital data in 2 s complement format. The most significant bit (MSB) of the ADC data represents the sine convention of the incoming wave. ADC data is sampled at much higher rate. As the MSB is sign bit for the wave so it remains high for the positive cycle of the wave and low for negative cycle. Hence it results in a square wave with variable width as tone is abruptly changing. Figure 5, shows a screen image, of FSK tone and its corresponding 1-bit analog to digital data bit waveform, captured in a scope. ADC data is sampled at much higher rate at MHz than the FSK tone sub-frequencies, which are at 18 KHz and 22 KHz at the present design concern. The 1-bit A/D data is further processed for demodulating purpose. It can be seen that this waveform is a square wave replica of the FSK tone with varying width. Figure 5, shows the width 1 represents sub-frequency of 22 KHz and width 2 represents 18 KHz. An edge detector is implemented by comparing the two sample values of the 1-bit A/D data. Figure 5: 1-Bit A/D Data Captured in Scope

6 54 Utpal Mandal & Amiya Ranjan Panda Figure 6: Edge Detector Output Figure 6, shows the edge detector output pulses. These edge pulses corresponds to the zero cross detection of the FSK tones. A counter is implemented which lathes the value of the count to a register at the rising edge of the edge detector pulse and resets to zero. The latched value of the counter is compared to a threshold which is calculated on the basis of the counter operation frequency. By comparing these values, the logic is derived which is the expected demodulated output. A 9 bit counter is implemented to provide sufficient separation between the counter values for two different widths. Figure 7, depicts the demodulated output. Figure 7: Demodulated Output Manchester Decoding The decoded data represent the Manchester encoded data which needs further decoding process. A separate Manchester decoder module has been designed for receives the demodulated output as the Manchester encoded (Manch in) data along with clock (CLK) and reset (RST) inputs. The module is shown schematically in figure 8. The CLK clock input is the main clock here which is further divided by to give a 20 MHz clock at which the module operating. The module outputs decoded data bits (Ser_Data) serially along with recovered clock signals denoted as Sync in the diagram. The module also performs extraction of command word from the command frame (encapsulated by sync and parity bits) represented by Ser_Data.

7 A Simple Approach to Design Tele-Command Decoder A 55 FPGA Implementation of ZCD Based FSK Demodulator Figure 8: Schematic of Manchester Decoder The technique for decoding is described here in brief. Except the sync bits of the incoming Manchester data, which do not carry proper Manchester encoding, the data bits with Manchester can be seen elaborately in the top waveform of figure 9. Figure 9, shows the ideal waveform fed to and output from the decoder unit. Here as to decode the data bits the clock signal has been recovered first. As in the figure 9 it is seen that the cycle for Manchester is fixed and transition occurs at the middle of the cycle which is very significant as it represents some data bits at that instant. Other edges occur at the boundary of the cycle while boundary edges are not present when there are different consecutive bits (0 then 1or vice versa). So it is found that time between two consecutive edges of Manchester signal is either one half cycle or two half cycle and three half cycle or four half cycle for invalid Manchester (sync bits). Two counter is implemented which resets on positive and negative edges of the Manchester signal respectively. Hence with this fact it is concluded that one counter represents the duration of two consecutive edges when other is reset. For the design considered here as the data rate is known, hence the half cycle duration is also known. So, a sync signal is derived which is inverted when any of the counters resets or the counter value crosses over the half cycle duration. Now with the derived clock, Manchester signal can be decoded easily. It can be observed that rising edge of the derived clock arrives just after the significant edges of the Manchester signal. Hence, on clock (derived sync clock) event and when it is high inverted value of the Manchester signal gives the desired decoded waveform of course leaving the invalid Manchester Bits (sync bits). After this, extraction of the command is performed by implementing counter by resetting it on sync interval and storing the bit values on register on counter increment. The extracted word is passed to the main module for comparison and declaration of particular command. Figure 9: Waveforms Applied to and Generated by Manchester Decoder Unit

8 56 Utpal Mandal & Amiya Ranjan Panda Figure 10 shows a snapshot of the design files hierarchy from the ISE editor tool. The top module named as decoder. ADC interface and command comparison is implemented here. Other modules like clock dividers, Manchester decoder and LCD modules are instantiated by this top module [8-9]. Figure 10: Design Hierarchy and Lab Setup The lab set up is arranged to test the decoder in such a way that one of the board of similar configuration is loaded with program to operate as encoder unit [10-11]. Figure 11 shows the Encoder set up, which is used as the source. From the board analog interface the BFSK signal output containing particular sub frequencies is fed to the ADC interface of the second development board where the decoder application has to run. Additionally the decoder unit has been tested with the proven Encoder system which is being used for various tests. FUTURE WORK There are many methodologies and techniques for BFSK demodulation including coherent as well non-coherent. The other technique shall be realized to compare between them to visualize which techniques performs better and the technique suitable for particular application. Future work may also include testing the system in very low signal strength condition and to do dynamic testing also. The system shall be made robust to cater for noise in the received signal. CONCLUSIONS In the paper, a zero crossing detector based FSK demodulation technique implementation is described and further as the demodulated data represent Manchester encoded data, hence decoding of the same is also performed to extract the transmitted data word from the encapsulated (by sync and parity bits) data frame. The extracted command word is stored and compared to the known transmitted command word, to declare about the particular command. The decoder has been tested with proven encoder system and keeping the receiver very near to transmitter, which yields a good Signal to Noise Ratio (SNR). The decoder performance in terms of command decoding is found to be very good. REFERENCES 1. Vikram B Arkesh, FPGA Implementation of a Low Power Doppler Invariant BFSK Receiver, thesis report, North Carolina State University, Raleigh, Virk, K. M., Design of an Integrated GFSK Demodulator for a Bluetooth receiver, Project report, Informatics &

9 A Simple Approach to Design Tele-Command Decoder A 57 FPGA Implementation of ZCD Based FSK Demodulator Mathematical Modeling, Technical University of Denmark, Lyngby, Denmark Mukthavaram, S., Design and FPGA Implementation of an Adaptive Demodulator, Thesis report, B.S. E.E., Osmania University, Hyderabad, India, Lech, Olmedo, Using the XGATE for Manchester Decoding Application Note, Rev. 0, Freescale Semiconductor, Guadalajara, Mexico Manuel Alves Austin, USA, Anton, A., Manchester Decoder and Clock Recovery Module for FPGA Prototype of Active RFID Tag, Technical Report, Berkeley Wireless Research Center, University of California, Berkeley, Xilinx Inc, ISE 11.1, 7. Mechatronics Test Equipment, FPGA DaVinci Development Board, User manual, MTE India, Arora, M., Clock Dividers Made Easy, application note, ST Microelectronics Ltd, Noida, India, Pong, P. C., fpga prototyping by vhdl examples, a john wiley & sons, inc., Hoboken, New Jersey, U.S., 2008, pp , chap Tektronix, MSO 4104 Mixed Signal Oscilloscope, user manual, Mandal, U., Realization of UART Controlled Digital Encoder System in Field Programmable Gate Array, DRDO Science Spectrum, 2012, pp

10

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

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

Class 4 ((Communication and Computer Networks))

Class 4 ((Communication and Computer Networks)) Class 4 ((Communication and Computer Networks)) Lesson 5... SIGNAL ENCODING TECHNIQUES Abstract Both analog and digital information can be encoded as either analog or digital signals. The particular encoding

More information

Hardware/Software Co-Simulation of BPSK Modulator and Demodulator using Xilinx System Generator

Hardware/Software Co-Simulation of BPSK Modulator and Demodulator using Xilinx System Generator www.semargroups.org, www.ijsetr.com ISSN 2319-8885 Vol.02,Issue.10, September-2013, Pages:984-988 Hardware/Software Co-Simulation of BPSK Modulator and Demodulator using Xilinx System Generator MISS ANGEL

More information

A GENERAL SYSTEM DESIGN & IMPLEMENTATION OF SOFTWARE DEFINED RADIO SYSTEM

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

More information

Module 5. DC to AC Converters. Version 2 EE IIT, Kharagpur 1

Module 5. DC to AC Converters. Version 2 EE IIT, Kharagpur 1 Module 5 DC to AC Converters Version 2 EE IIT, Kharagpur 1 Lesson 37 Sine PWM and its Realization Version 2 EE IIT, Kharagpur 2 After completion of this lesson, the reader shall be able to: 1. Explain

More information

Implementation of Digital Signal Processing: Some Background on GFSK Modulation

Implementation of Digital Signal Processing: Some Background on GFSK Modulation Implementation of Digital Signal Processing: Some Background on GFSK Modulation Sabih H. Gerez University of Twente, Department of Electrical Engineering s.h.gerez@utwente.nl Version 5 (March 9, 2016)

More information

EE 460L University of Nevada, Las Vegas ECE Department

EE 460L University of Nevada, Las Vegas ECE Department EE 460L PREPARATION 1- ASK Amplitude shift keying - ASK - in the context of digital communications is a modulation process which imparts to a sinusoid two or more discrete amplitude levels. These are related

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

EE 400L Communications. Laboratory Exercise #7 Digital Modulation

EE 400L Communications. Laboratory Exercise #7 Digital Modulation EE 400L Communications Laboratory Exercise #7 Digital Modulation Department of Electrical and Computer Engineering University of Nevada, at Las Vegas PREPARATION 1- ASK Amplitude shift keying - ASK - in

More information

Analysis and Simulation of UHF RFID System

Analysis and Simulation of UHF RFID System ICSP006 Proceedings Analysis and Simulation of UHF RFID System Jin Li, Cheng Tao Modern Telecommunication Institute, Beijing Jiaotong University, Beijing 00044, P. R. China Email: lijin3@63.com Abstract

More information

Digital Communication

Digital Communication Digital Communication Laboratories bako@ieee.org DigiCom Labs There are 5 labs related to the digital communication. Study of the parameters of metal cables including: characteristic impendance, attenuation

More information

Thus there are three basic modulation techniques: 1) AMPLITUDE SHIFT KEYING 2) FREQUENCY SHIFT KEYING 3) PHASE SHIFT KEYING

Thus there are three basic modulation techniques: 1) AMPLITUDE SHIFT KEYING 2) FREQUENCY SHIFT KEYING 3) PHASE SHIFT KEYING CHAPTER 5 Syllabus 1) Digital modulation formats 2) Coherent binary modulation techniques 3) Coherent Quadrature modulation techniques 4) Non coherent binary modulation techniques. Digital modulation formats:

More information

Department of Electronics & Telecommunication Engg. LAB MANUAL. B.Tech V Semester [ ] (Branch: ETE)

Department of Electronics & Telecommunication Engg. LAB MANUAL. B.Tech V Semester [ ] (Branch: ETE) Department of Electronics & Telecommunication Engg. LAB MANUAL SUBJECT:-DIGITAL COMMUNICATION SYSTEM [BTEC-501] B.Tech V Semester [2013-14] (Branch: ETE) KCT COLLEGE OF ENGG & TECH., FATEHGARH PUNJAB TECHNICAL

More information

SEN366 Computer Networks

SEN366 Computer Networks SEN366 Computer Networks Prof. Dr. Hasan Hüseyin BALIK (5 th Week) 5. Signal Encoding Techniques 5.Outline An overview of the basic methods of encoding digital data into a digital signal An overview of

More information

Implementation of Space Time Block Codes for Wimax Applications

Implementation of Space Time Block Codes for Wimax Applications Implementation of Space Time Block Codes for Wimax Applications M Ravi 1, A Madhusudhan 2 1 M.Tech Student, CVSR College of Engineering Department of Electronics and Communication Engineering Hyderabad,

More information

Universitas Sumatera Utara

Universitas Sumatera Utara Amplitude Shift Keying & Frequency Shift Keying Aim: To generate and demodulate an amplitude shift keyed (ASK) signal and a binary FSK signal. Intro to Generation of ASK Amplitude shift keying - ASK -

More information

BINARY AMPLITUDE SHIFT KEYING

BINARY AMPLITUDE SHIFT KEYING BINARY AMPLITUDE SHIFT KEYING AIM: To set up a circuit to generate Binary Amplitude Shift keying and to plot the output waveforms. COMPONENTS AND EQUIPMENTS REQUIRED: IC CD4016, IC 7474, Resistors, Zener

More information

RF Basics 15/11/2013

RF Basics 15/11/2013 27 RF Basics 15/11/2013 Basic Terminology 1/2 dbm is a measure of RF Power referred to 1 mw (0 dbm) 10mW(10dBm), 500 mw (27dBm) PER Packet Error Rate [%] percentage of the packets not successfully received

More information

Hardware/Software Co-Simulation of BPSK Modulator Using Xilinx System Generator

Hardware/Software Co-Simulation of BPSK Modulator Using Xilinx System Generator IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719, Volume 2, Issue 10 (October 2012), PP 54-58 Hardware/Software Co-Simulation of BPSK Modulator Using Xilinx System Generator Thotamsetty

More information

Communication Systems Lab

Communication Systems Lab LAB MANUAL Communication Systems Lab (EE-226-F) Prepared by: Varun Sharma (Lab In-charge) Dayal C. Sati (Faculty In-charge) B R C M CET BAHAL DEPARTMENT OF ELECTRONICS & COMMUNICATION ENGINEERING Page

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

Simulation Study for the Decoding of UHF RFID Signals

Simulation Study for the Decoding of UHF RFID Signals PIERS ONLINE, VOL. 3, NO. 7, 2007 955 Simulation Study for the Decoding of UHF RFID Signals Shengli Wang 1, Shan Qiao 1,2, Shaoyuan Zheng 1, Zhiguang Fan 1 Jiangtao Huangfu 1, and Lixin Ran 1 1 Department

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 1, January 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Design of Digital

More information

C06a: Digital Modulation

C06a: Digital Modulation CISC 7332X T6 C06a: Digital Modulation Hui Chen Department of Computer & Information Science CUNY Brooklyn College 10/2/2018 CUNY Brooklyn College 1 Outline Digital modulation Baseband transmission Line

More information

Learning Material Ver 1.1

Learning Material Ver 1.1 Data Formatting & Carrier Modulation Transmitter Trainer and Carrier Demodulation & Data Reformatting Receiver Trainer ST2106 & ST2107 Learning Material Ver 1.1 An ISO 9001 : 2000 company 94, Electronic

More information

AN INTRODUCTION OF ANALOG AND DIGITAL MODULATION TECHNIQUES IN COMMUNICATION SYSTEM

AN INTRODUCTION OF ANALOG AND DIGITAL MODULATION TECHNIQUES IN COMMUNICATION SYSTEM AN INTRODUCTION OF ANALOG AND DIGITAL MODULATION TECHNIQUES IN COMMUNICATION SYSTEM Rashmi Pandey Vedica Institute of Technology, Bhopal Department of Electronics & Communication rashmipandey07@rediffmail.com

More information

COMPUTER COMMUNICATION AND NETWORKS ENCODING TECHNIQUES

COMPUTER COMMUNICATION AND NETWORKS ENCODING TECHNIQUES COMPUTER COMMUNICATION AND NETWORKS ENCODING TECHNIQUES Encoding Coding is the process of embedding clocks into a given data stream and producing a signal that can be transmitted over a selected medium.

More information

Digital signal is denoted by discreet signal, which represents digital data.there are three types of line coding schemes available:

Digital signal is denoted by discreet signal, which represents digital data.there are three types of line coding schemes available: Digital-to-Digital Conversion This section explains how to convert digital data into digital signals. It can be done in two ways, line coding and block coding. For all communications, line coding is necessary

More information

Amplitude Frequency Phase

Amplitude Frequency Phase Chapter 4 (part 2) Digital Modulation Techniques Chapter 4 (part 2) Overview Digital Modulation techniques (part 2) Bandpass data transmission Amplitude Shift Keying (ASK) Phase Shift Keying (PSK) Frequency

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

BPSK Modulation and Demodulation Scheme on Spartan-3 FPGA

BPSK Modulation and Demodulation Scheme on Spartan-3 FPGA BPSK Modulation and Demodulation Scheme on Spartan-3 FPGA Mr. Pratik A. Bhore 1, Miss. Mamta Sarde 2 pbhore3@gmail.com1, mmsarde@gmail.com2 Department of Electronics & Communication Engineering Abha Gaikwad-Patil

More information

Generation of Gaussian Pulses using FPGA for Simulating Nuclear Counting System

Generation of Gaussian Pulses using FPGA for Simulating Nuclear Counting System Generation of Gaussian Pulses using FPGA for Simulating Nuclear Counting System Mohaimina Begum Md. Abdullah Al Mamun Md. Atiar Rahman Sabiha Sattar Abstract- Nuclear radiation counting system is used

More information

Department of Electronics & Communication Engineering LAB MANUAL SUBJECT: DIGITAL COMMUNICATION LABORATORY [ECE324] (Branch: ECE)

Department of Electronics & Communication Engineering LAB MANUAL SUBJECT: DIGITAL COMMUNICATION LABORATORY [ECE324] (Branch: ECE) Department of Electronics & Communication Engineering LAB MANUAL SUBJECT: DIGITAL COMMUNICATION LABORATORY [ECE324] B.Tech Year 3 rd, Semester - 5 th (Branch: ECE) Version: 01 st August 2018 The LNM Institute

More information

Narrowband Data Transmission ASK/FSK

Narrowband Data Transmission ASK/FSK Objectives Communication Systems II - Laboratory Experiment 9 Narrowband Data Transmission ASK/FSK To generate amplitude-shift keyed (ASK) and frequency-shift keyed (FSK) signals, study their properties,

More information

Digital Modulation Schemes

Digital Modulation Schemes Digital Modulation Schemes 1. In binary data transmission DPSK is preferred to PSK because (a) a coherent carrier is not required to be generated at the receiver (b) for a given energy per bit, the probability

More information

EXPERIMENT NO. 4 PSK Modulation

EXPERIMENT NO. 4 PSK Modulation DEPARTMENT OF ELECTRICAL & COMPUTER ENGINEERING ECOM 4101 (ECE 4203) COMMUNICATIONS ENGINEERING LAB II SEMESTER 2, 2016/2017 EXPERIMENT NO. 4 PSK Modulation NAME: MATRIC NO: DATE: SECTION: PSK MODULATION

More information

DIGITAL COMMUNICATION. In this experiment you will integrate blocks representing communication system

DIGITAL COMMUNICATION. In this experiment you will integrate blocks representing communication system OBJECTIVES EXPERIMENT 7 DIGITAL COMMUNICATION In this experiment you will integrate blocks representing communication system elements into a larger framework that will serve as a model for digital communication

More information

EXPERIMENT 2: Frequency Shift Keying (FSK)

EXPERIMENT 2: Frequency Shift Keying (FSK) EXPERIMENT 2: Frequency Shift Keying (FSK) 1) OBJECTIVE Generation and demodulation of a frequency shift keyed (FSK) signal 2) PRELIMINARY DISCUSSION In FSK, the frequency of a carrier signal is modified

More information

DIGITAL COMMUNICATIONS LAB

DIGITAL COMMUNICATIONS LAB DIGITAL COMMUNICATIONS LAB List of Experiments: 1. PCM Generation and Detection. 2. Differential Pulse Code modulation. 3. Delta modulation. 4. Time Division Multiplexing of 2band Limited Signals. 5. Frequency

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

Chapter 2 Channel Equalization

Chapter 2 Channel Equalization Chapter 2 Channel Equalization 2.1 Introduction In wireless communication systems signal experiences distortion due to fading [17]. As signal propagates, it follows multiple paths between transmitter and

More information

German Jordanian University Department of Communication Engineering Digital Communication Systems Lab. CME 313-Lab

German Jordanian University Department of Communication Engineering Digital Communication Systems Lab. CME 313-Lab German Jordanian University Department of Communication Engineering Digital Communication Systems Lab CME 313-Lab Experiment 7 Binary Frequency-shift keying (BPSK) Eng. Anas Al-ashqar Dr. Ala' Khalifeh

More information

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

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

More information

Synchronization of Hamming Codes

Synchronization of Hamming Codes SYCHROIZATIO OF HAMMIG CODES 1 Synchronization of Hamming Codes Aveek Dutta, Pinaki Mukherjee Department of Electronics & Telecommunications, Institute of Engineering and Management Abstract In this report

More information

Signals and Systems Lecture 9 Communication Systems Frequency-Division Multiplexing and Frequency Modulation (FM)

Signals and Systems Lecture 9 Communication Systems Frequency-Division Multiplexing and Frequency Modulation (FM) Signals and Systems Lecture 9 Communication Systems Frequency-Division Multiplexing and Frequency Modulation (FM) April 11, 2008 Today s Topics 1. Frequency-division multiplexing 2. Frequency modulation

More information

Signal Encoding Techniques

Signal Encoding Techniques 2 Techniques ITS323: to Data Communications CSS331: Fundamentals of Data Communications Sirindhorn International Institute of Technology Thammasat University Prepared by Steven Gordon on 3 August 2015

More information

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

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

More information

EE3723 : Digital Communications

EE3723 : Digital Communications EE3723 : Digital Communications Week 8-9: Bandpass Modulation MPSK MASK, OOK MFSK 04-May-15 Muhammad Ali Jinnah University, Islamabad - Digital Communications - EE3723 1 In-phase and Quadrature (I&Q) Representation

More information

BIT SYNCHRONIZERS FOR PSK AND THEIR DIGITAL IMPLEMENTATION

BIT SYNCHRONIZERS FOR PSK AND THEIR DIGITAL IMPLEMENTATION BIT SYNCHRONIZERS FOR PSK AND THEIR DIGITAL IMPLEMENTATION Jack K. Holmes Holmes Associates, Inc. 1338 Comstock Avenue Los Angeles, California 90024 ABSTRACT Bit synchronizers play an important role in

More information

Low Power Pulse-Based Communication

Low Power Pulse-Based Communication MERIT BIEN 2009 Final Report 1 Low Power Pulse-Based Communication Santiago Bortman and Paresa Modarres Abstract When designing small, autonomous micro-robotic systems, minimizing power consumption by

More information

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

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

More information

ECE5713 : Advanced Digital Communications

ECE5713 : Advanced Digital Communications ECE5713 : Advanced Digital Communications Bandpass Modulation MPSK MASK, OOK MFSK 04-May-15 Advanced Digital Communications, Spring-2015, Week-8 1 In-phase and Quadrature (I&Q) Representation Any bandpass

More information

Exercise Generation and Demodulation of DPSK Signal

Exercise Generation and Demodulation of DPSK Signal Exercise Generation and Demodulation of DPSK Signal EXERCISE OBJECTIVE When you have completed this exercise, you will see the operation principle and characteristics of the DPSK signal generator by measuring

More information

Chapter 14 MODULATION INTRODUCTION

Chapter 14 MODULATION INTRODUCTION Chapter 14 MODULATION INTRODUCTION As we have seen in previous three chapters, different types of media need different types of electromagnetic signals to carry information from the source to the destination.

More information

Downloaded from 1

Downloaded from  1 VII SEMESTER FINAL EXAMINATION-2004 Attempt ALL questions. Q. [1] How does Digital communication System differ from Analog systems? Draw functional block diagram of DCS and explain the significance of

More information

Communications I (ELCN 306)

Communications I (ELCN 306) Communications I (ELCN 306) c Samy S. Soliman Electronics and Electrical Communications Engineering Department Cairo University, Egypt Email: samy.soliman@cu.edu.eg Website: http://scholar.cu.edu.eg/samysoliman

More information

OFDM Systems For Different Modulation Technique

OFDM Systems For Different Modulation Technique Computing For Nation Development, February 08 09, 2008 Bharati Vidyapeeth s Institute of Computer Applications and Management, New Delhi OFDM Systems For Different Modulation Technique Mrs. Pranita N.

More information

Digital Transceiver using H-Ternary Line Coding Technique

Digital Transceiver using H-Ternary Line Coding Technique Digital Transceiver using H-Ternary Line Coding Technique Abstract In this paper Digital Transceiver using Hybrid Ternary Technique gives the details about digital transmitter and receiver with the design

More information

Basic Concepts in Data Transmission

Basic Concepts in Data Transmission Basic Concepts in Data Transmission EE450: Introduction to Computer Networks Professor A. Zahid A.Zahid-EE450 1 Data and Signals Data is an entity that convey information Analog Continuous values within

More information

Data Conversion Circuits & Modulation Techniques. Subhasish Chandra Assistant Professor Department of Physics Institute of Forensic Science, Nagpur

Data Conversion Circuits & Modulation Techniques. Subhasish Chandra Assistant Professor Department of Physics Institute of Forensic Science, Nagpur Data Conversion Circuits & Modulation Techniques Subhasish Chandra Assistant Professor Department of Physics Institute of Forensic Science, Nagpur Data Conversion Circuits 2 Digital systems are being used

More information

Agilent AN 1275 Automatic Frequency Settling Time Measurement Speeds Time-to-Market for RF Designs

Agilent AN 1275 Automatic Frequency Settling Time Measurement Speeds Time-to-Market for RF Designs Agilent AN 1275 Automatic Frequency Settling Time Measurement Speeds Time-to-Market for RF Designs Application Note Fast, accurate synthesizer switching and settling are key performance requirements in

More information

Mehmet SÖNMEZ and Ayhan AKBAL* Electrical-Electronic Engineering, Firat University, Elazig, Turkey. Accepted 17 August, 2012

Mehmet SÖNMEZ and Ayhan AKBAL* Electrical-Electronic Engineering, Firat University, Elazig, Turkey. Accepted 17 August, 2012 Vol. 8(34), pp. 1658-1669, 11 September, 2013 DOI 10.5897/SRE12.171 ISSN 1992-2248 2013 Academic Journals http://www.academicjournals.org/sre Scientific Research and Essays Full Length Research Paper Field-programmable

More information

Design of Digital Baseband Subsystem for S-Band Transponder

Design of Digital Baseband Subsystem for S-Band Transponder Design of Digital Baseband Subsystem for S-Band Transponder V.Jayasudha 1, Dr N.V.S Sree Rathna Lakshmi 2 PG Student [Communication Systems], Dept. of ECE, Agni College of Technology, Chennai, Tamilnadu,

More information

Unprecedented wealth of signals for virtually any requirement

Unprecedented wealth of signals for virtually any requirement Dual-Channel Arbitrary / Function Generator R&S AM300 Unprecedented wealth of signals for virtually any requirement The new Dual-Channel Arbitrary / Function Generator R&S AM300 ideally complements the

More information

Signal Encoding Techniques

Signal Encoding Techniques Signal Encoding Techniques Overview Have already noted previous chapters that both analog and digital information can be encoded as either analog or digital signals: Digital data, digital signals: simplest

More information

Jitter in Digital Communication Systems, Part 1

Jitter in Digital Communication Systems, Part 1 Application Note: HFAN-4.0.3 Rev.; 04/08 Jitter in Digital Communication Systems, Part [Some parts of this application note first appeared in Electronic Engineering Times on August 27, 200, Issue 8.] AVAILABLE

More information

DIGITAL COMMUNICATIONS SYSTEMS. MSc in Electronic Technologies and Communications

DIGITAL COMMUNICATIONS SYSTEMS. MSc in Electronic Technologies and Communications DIGITAL COMMUNICATIONS SYSTEMS MSc in Electronic Technologies and Communications Bandpass binary signalling The common techniques of bandpass binary signalling are: - On-off keying (OOK), also known as

More information

Low Power Design of Successive Approximation Registers

Low Power Design of Successive Approximation Registers Low Power Design of Successive Approximation Registers Rabeeh Majidi ECE Department, Worcester Polytechnic Institute, Worcester MA USA rabeehm@ece.wpi.edu Abstract: This paper presents low power design

More information

A LOW-COST SOFTWARE-DEFINED TELEMETRY RECEIVER

A LOW-COST SOFTWARE-DEFINED TELEMETRY RECEIVER A LOW-COST SOFTWARE-DEFINED TELEMETRY RECEIVER Michael Don U.S. Army Research Laboratory Aberdeen Proving Grounds, MD ABSTRACT The Army Research Laboratories has developed a PCM/FM telemetry receiver using

More information

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

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

More information

Swedish College of Engineering and Technology Rahim Yar Khan

Swedish College of Engineering and Technology Rahim Yar Khan PRACTICAL WORK BOOK Telecommunication Systems and Applications (TL-424) Name: Roll No.: Batch: Semester: Department: Swedish College of Engineering and Technology Rahim Yar Khan Introduction Telecommunication

More information

Source Coding and Pre-emphasis for Double-Edged Pulse width Modulation Serial Communication

Source Coding and Pre-emphasis for Double-Edged Pulse width Modulation Serial Communication Source Coding and Pre-emphasis for Double-Edged Pulse width Modulation Serial Communication Abstract: Double-edged pulse width modulation (DPWM) is less sensitive to frequency-dependent losses in electrical

More information

The figures and the logic used for the MATLAB are given below.

The figures and the logic used for the MATLAB are given below. MATLAB FIGURES & PROGRAM LOGIC: Transmitter: The figures and the logic used for the MATLAB are given below. Binary Data Sequence: For our project we assume that we have the digital binary data stream.

More information

College of information Technology Department of Information Networks Telecommunication & Networking I Chapter 5. Analog Transmission

College of information Technology Department of Information Networks Telecommunication & Networking I Chapter 5. Analog Transmission Analog Transmission 5.1 DIGITAL-TO-ANALOG CONVERSION Digital-to-analog conversion is the process of changing one of the characteristics of an analog signal based on the information in digital data. The

More information

Design and Implementation of BPSK Modulator and Demodulator using VHDL

Design and Implementation of BPSK Modulator and Demodulator using VHDL Design and Implementation of BPSK Modulator and Demodulator using VHDL Mohd. Amin Sultan Research scholar JNTU HYDERABAD, TELANGANA,INDIA amin.ashrafi@yahoo.com Hina Malik Research Scholar ROYAL INSTITUTE

More information

DIGITAL Radio Mondiale (DRM) is a new

DIGITAL Radio Mondiale (DRM) is a new Synchronization Strategy for a PC-based DRM Receiver Volker Fischer and Alexander Kurpiers Institute for Communication Technology Darmstadt University of Technology Germany v.fischer, a.kurpiers @nt.tu-darmstadt.de

More information

LOW DATA RATE BPSK DEMODULATION IN PRESENCE OF DOPPLER

LOW DATA RATE BPSK DEMODULATION IN PRESENCE OF DOPPLER LOW DATA RATE BPSK DEMODULATION IN PRESENCE OF DOPPLER Aghanash Karthik 1 Ashwin.R 2, Dr.Sambasiva Rao.V 3, Prof. V. Mahadevan 4 1,2,3 Dept. of ECE, PESIT, Bangalore, 4 Dept. of TCE, PESIT, Bangalore Abstract

More information

Copyright 2007 Year IEEE. Reprinted from ISCAS 2007 International Symposium on Circuits and Systems, May This material is posted here

Copyright 2007 Year IEEE. Reprinted from ISCAS 2007 International Symposium on Circuits and Systems, May This material is posted here Copyright 2007 Year IEEE. Reprinted from ISCAS 2007 International Symposium on Circuits and Systems, 27-30 May 2007. This material is posted here with permission of the IEEE. Such permission of the IEEE

More information

Chapter 4. Part 2(a) Digital Modulation Techniques

Chapter 4. Part 2(a) Digital Modulation Techniques Chapter 4 Part 2(a) Digital Modulation Techniques Overview Digital Modulation techniques Bandpass data transmission Amplitude Shift Keying (ASK) Phase Shift Keying (PSK) Frequency Shift Keying (FSK) Quadrature

More information

Signal Forge. Signal Forge 1000 TM Synthesized Signal Generator. Flexible Design Enables Testing of RF and Clock-driven Systems.

Signal Forge. Signal Forge 1000 TM Synthesized Signal Generator. Flexible Design Enables Testing of RF and Clock-driven Systems. Signal Forge TM Signal Forge 1000 TM Synthesized Signal Generator L 8.5 W 5.4 H 1.5 Flexible Design Enables Testing of RF and Clock-driven Systems The Signal Forge 1000 combines a 1 GHz frequency range

More information

UNIQUE CONSIDERATIONS FOR DATA RADIO UARTS By John Anthes, Murata Electronics, North America, Inc., Dallas, Texas

UNIQUE CONSIDERATIONS FOR DATA RADIO UARTS By John Anthes, Murata Electronics, North America, Inc., Dallas, Texas UNIQUE CONSIDERATIONS FOR DATA RADIO UARTS By John Anthes, Murata Electronics, North America, Inc., Dallas, Texas A receiver system, used for data recovery, involves the sensing of a signal in the microvolt

More information

About Homework. The rest parts of the course: focus on popular standards like GSM, WCDMA, etc.

About Homework. The rest parts of the course: focus on popular standards like GSM, WCDMA, etc. About Homework The rest parts of the course: focus on popular standards like GSM, WCDMA, etc. Good news: No complicated mathematics and calculations! Concepts: Understanding and remember! Homework: review

More information

RESEARCH ON METHODS FOR ANALYZING AND PROCESSING SIGNALS USED BY INTERCEPTION SYSTEMS WITH SPECIAL APPLICATIONS

RESEARCH ON METHODS FOR ANALYZING AND PROCESSING SIGNALS USED BY INTERCEPTION SYSTEMS WITH SPECIAL APPLICATIONS Abstract of Doctorate Thesis RESEARCH ON METHODS FOR ANALYZING AND PROCESSING SIGNALS USED BY INTERCEPTION SYSTEMS WITH SPECIAL APPLICATIONS PhD Coordinator: Prof. Dr. Eng. Radu MUNTEANU Author: Radu MITRAN

More information

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

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

More information

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

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

More information

Digital modulation techniques

Digital modulation techniques Outline Introduction Signal, random variable, random process and spectra Analog modulation Analog to digital conversion Digital transmission through baseband channels Signal space representation Optimal

More information

DESIGN OF CMOS BASED FM MODULATOR USING 90NM TECHNOLOGY ON CADENCE VIRTUOSO TOOL

DESIGN OF CMOS BASED FM MODULATOR USING 90NM TECHNOLOGY ON CADENCE VIRTUOSO TOOL DESIGN OF CMOS BASED FM MODULATOR USING 90NM TECHNOLOGY ON CADENCE VIRTUOSO TOOL 1 Parmjeet Singh, 2 Rekha Yadav, 1, 2 Electronics and Communication Engineering Department D.C.R.U.S.T. Murthal, 1, 2 Sonepat,

More information

TSEK02: Radio Electronics Lecture 2: Modulation (I) Ted Johansson, EKS, ISY

TSEK02: Radio Electronics Lecture 2: Modulation (I) Ted Johansson, EKS, ISY TSEK02: Radio Electronics Lecture 2: Modulation (I) Ted Johansson, EKS, ISY 2 Basic Definitions Time and Frequency db conversion Power and dbm Filter Basics 3 Filter Filter is a component with frequency

More information

Fundamentals of Digital Communication

Fundamentals of Digital Communication Fundamentals of Digital Communication Network Infrastructures A.A. 2017/18 Digital communication system Analog Digital Input Signal Analog/ Digital Low Pass Filter Sampler Quantizer Source Encoder Channel

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

Real Time Pulse Pile-up Recovery in a High Throughput Digital Pulse Processor

Real Time Pulse Pile-up Recovery in a High Throughput Digital Pulse Processor Real Time Pulse Pile-up Recovery in a High Throughput Digital Pulse Processor Paul A. B. Scoullar a, Chris C. McLean a and Rob J. Evans b a Southern Innovation, Melbourne, Australia b Department of Electrical

More information

Lecture 3 Concepts for the Data Communications and Computer Interconnection

Lecture 3 Concepts for the Data Communications and Computer Interconnection Lecture 3 Concepts for the Data Communications and Computer Interconnection Aim: overview of existing methods and techniques Terms used: -Data entities conveying meaning (of information) -Signals data

More information

DIGITAL BASEBAND PROCESSOR DESIGN OF PASSIVE RADIO FREQUENCY IDENTIFICATION TAG FOR ULTRA WIDEBAND TRANSCEIVER

DIGITAL BASEBAND PROCESSOR DESIGN OF PASSIVE RADIO FREQUENCY IDENTIFICATION TAG FOR ULTRA WIDEBAND TRANSCEIVER DIGITAL BASEBAND PROCESSOR DESIGN OF PASSIVE RADIO FREQUENCY IDENTIFICATION TAG FOR ULTRA WIDEBAND TRANSCEIVER Nallapu Vasantha 1, S. Vidyarani 2 1 M. Tech Scholar (DECS), 2 Associate Professor (DIP) Nalanda

More information

Experiment 19 Binary Phase Shift Keying

Experiment 19 Binary Phase Shift Keying Experiment 19 Binary Phase Shift Keying Preliminary discussion Experiments 17 and 18 show that the AM and FM modulation schemes can be used to transmit digital signals and this allows for the channel to

More information

Design And Implementation of FM0/Manchester coding for DSRC. Applications

Design And Implementation of FM0/Manchester coding for DSRC. Applications Design And Implementation of / coding for DSRC Applications Supriya Shivaji Garade, Prof.P.R.Badadapure Department of Electronics and Telecommunication JSPM s Imperial College of Engineering and Research

More information

ELEC3242 Communications Engineering Laboratory Frequency Shift Keying (FSK)

ELEC3242 Communications Engineering Laboratory Frequency Shift Keying (FSK) ELEC3242 Communications Engineering Laboratory 1 ---- Frequency Shift Keying (FSK) 1) Frequency Shift Keying Objectives To appreciate the principle of frequency shift keying and its relationship to analogue

More information

Jitter in Digital Communication Systems, Part 2

Jitter in Digital Communication Systems, Part 2 Application Note: HFAN-4.0.4 Rev.; 04/08 Jitter in Digital Communication Systems, Part AVAILABLE Jitter in Digital Communication Systems, Part Introduction A previous application note on jitter, HFAN-4.0.3

More information

Advanced Digital Signal Processing Part 2: Digital Processing of Continuous-Time Signals

Advanced Digital Signal Processing Part 2: Digital Processing of Continuous-Time Signals Advanced Digital Signal Processing Part 2: Digital Processing of Continuous-Time Signals Gerhard Schmidt Christian-Albrechts-Universität zu Kiel Faculty of Engineering Institute of Electrical Engineering

More information

EEE 309 Communication Theory

EEE 309 Communication Theory EEE 309 Communication Theory Semester: January 2017 Dr. Md. Farhad Hossain Associate Professor Department of EEE, BUET Email: mfarhadhossain@eee.buet.ac.bd Office: ECE 331, ECE Building Types of Modulation

More information