FFT Spectrum Analyzer

Size: px
Start display at page:

Download "FFT Spectrum Analyzer"

Transcription

1 THE ANNUAL SYMPOSIUM OF THE INSTITUTE OF SOLID MECHANICS SISOM 22 BUCHAREST May FFT Spectrum Analyzer Authors: Eng. Mha Ncolae Newgate Desgn SRL Dr. Eng. Ioan Rugna Insttutute of Sold Mechancs; e-mal Abstract The avalablty of low cost and powerful computers (such as IBM PC or compatble) has led to the development of economcal laboratory nstruments based around the PCs. Our am here s to combne the graphcs capablty of the IBM PC wth the hgh speed numercal processng power of the Texas Instruments TMS32C25 dgtal sgnal processor, to produce an economcal laboratory spectrum analyzer. The analyzer s requred to take an analogue nput, to dgtze and calculate ts spectrum usng FFT algorthm, and to dsplay the spectrum on the IBM PC montor. In future, t s ntended to develop the system further and use t as a general-purpose real-tme sgnal analyzer. 1. Introducton A conceptual block dagram of the spectrum analyzer s depcted n Fgure 1. The analyzer performs N-pont radx-2 FFTs on one of two nput data, calculates the power spectrum densty and transmts ths to the IBM PC through an RS232C lnk. A C language program on the PC receves and dsplays the spectrum. All the numercal computatons assocated wth spectrum estmatons are performed by the TMS32C25 processor. In the next few sectons, we wll descrbe the features of the analyzer, the spectrum estmaton technques used, and the analyzer hardware and software. 149

2 Analogue nput (ch1) Lowpass Flter ADC wth sample+ hold 12 N-pont FFT processor TMS32C25 Magntude squared Averagng To PC Analogue nput (ch2) Lowpass Flter ADC wth sample+ hold 12 Fg. 1. Conceptual block dagram of the FFT spectrum analyzer 2. Features of the Analyzer The FFT analyzer conssts of a TMS 32 C25-based board connected to an IBM PC or compatble, and a PC-resdent software package for dsplayng the sgnal spectrum. The man features of the analyzer are as follows: Dual analogue nput channels, each wth 12-bt ADC; Samplng rate per channel < 4kHz; Estmates power spectrum densty of sgnals n the frequency range -1 khz usng the FFT algorthm; Seral communcaton wth a host personal computer va an RS232 port; Dsplay of sgnal spectrum on a PC usng the host s graphcs facltes. Although not mplemented at the present, the analyzer can readly support multvarable analyss (for example cross-spectrum, cross-correlaton) and the dsplay of nput sgnals n tme. 3. Spectrum Estmaton n the Analyzer The spectrum analyzer uses radx-2 FFT algorthm to convert a tme doman data nto frequency. The FFT algorthm takes N data samples, x(n), n=,1,,n-1, and produces N-pont complex frequency samples, X(k), k=,1,,n-1. The raw power spectrum densty (PSD) s then obtaned as the scaled magntude squared of complex frequency samples: S(k) = (1/N) X(k) 2 = (1/N){Re[X(k) 2 ] + Im[X(k) 2 ]} k=,1,,n/2 (1) where N s a number of data ponts. 15

3 x(n) T n (L-1) (2L-1) (3L-1) x1(n) x2(n) x3(n) x4(n) x5(n) x6(n) Fg. 2. An llustraton of sub sectonng of data wth 5% overlap and secton length, L=8. The PSD gves a measure of the dstrbuton of the average power of the sgnal over frequency. For random or nosy data, drect computaton of the power spectrum as n Equaton 1 may not yeld good spectrum estmates because of random errors. To obtan consstent estmates n the PSD some form of averagng s normally used at some stage n the estmaton process, for example correlaton or frequency averagng. In the analyzer, we employed a method due to Welch (1967). In the Welch method, the nput data sequence (x(n),n=,1,,n-1) whose spectrum s to be estmated s frst dvded nto K overlappng segments each of length L. For example, for a 5% overlap the data segments are (see Fgure 2) x (n) = x[n+l/2], n=,1,, L-1; =,1,,K-1 (2) The transform, X (k), and the raw power spectrum, S (k), of each data segment are then obtaned as L 1 n= X ( k) = w( n) x ( n) exp( j2π nk), k=,1,,l-1 (3) 151

4 1 S ( k) X ( k) LQ 2 =, k =,1,, L/2 (4) where w(n) are the values of a sutable wndow functon, for example the Hammng wndow, x (n) s the th data segment, and Q s the wndow energy defned as Q = 1 1 L N n= 2 w ( n) The average of the raw PSD estmates gves the desred smooth PSD estmate of the data sequence, x(n): K 1 K S ( k) = S ( k) = X ( k), k=,1,2,,l/2 (6) K KLQ = = The values of X (k) n Equaton 3 are of course obtaned the FFT for effcency. To mprove the spectral clarty of S(k), the length, L, of each data segment may be extended, after wndowng, to say L+R by addng R zeros, and FFT of the zero padded sequences then obtaned. In the analyzer eght data segments were used. The segment length, L, was fxed at 128 data ponts (that s no zeros were added) and the overlap between segments was kept constant at half the segment length. The nput data sequence x(n) whose PSD s to be estmated s derved by samplng an analogue sgnal at a frequency, F s, consstent wth the samplng theorem F s >2f max ; F s =1/T, where T s the samplng nterval and f max the hghest frequency n the analogue sgnal. When we transform x(n) nto frequency as descrbed above, the frequency spacng, f, between the frequency components s gven by: f=1/lt (7) Ths s the effectve resoluton of the FFT. For the analyzer, L=128, and the maxmum samplng frequency, F s = 4 khz, gvng a resoluton < Hz. (5) 4. Analyzer Hardware The block dagram of the system hardware s shown n Fgure 3. Ant-alasng flterng at the nput s achved usng a second-order Butterworth flter for smplcty. Usng ths low-order ant-alasng flter means that the samplng frequency should be suffcently hgh to keep the effects of alasng low. 152

5 Wat states and address decodng Program Program Data 8kx16 EPROM 8kx16 RAM 8kx16 RAM Seral port UART C25 ADC Antalasng buffer Gan control buffer A-A15 D-D15 Analogue nput Fg. 3. PC-based FFT spectrum analyzer hardware The program memory stores the FFT twddle factors, precomputed sne and cosne values, as well as the wndow coeffcents, w(n), n Equaton 3. The nput data samples, x(n), are stored frst n the external data memory, and each block of data to be transferred to the nternal memory and stored n a complex format (that s, as real and magnary); see the map for data storage n Fgure 4. The FFT s performed n place. The spectrum analyzer board passes the spectrum estmates to the IBM PC for dsplay through the seral port. The TMS32C25 target board meets all the analyzer hardware specfcatons and so was used to mplement the analyzer. 5. Analyzer Software The analyzer software conssts of a set of TMS32C25 assembly language programs for computng the PSD values and transferrng these to the PC, and a C language program resdent on the PC for dsplayng the power spectrum. 5.1 TMS32C25 programs The TMS32C25 programs carry out the followng operatons. 1. Collect N data ponts, x(n), from the ADC (at present, N=576) and save n the external data RAM. 2. Dvde the N data ponts nto eght overlappng segments, 128 data ponts each (Equaton 2) 3. For each data segment perform the followng operatons: Wndow the data usng a Hammng wndow x (n) = x (n)w(n), n=,1,,

6 Transfer the wndowed data nto the nternal RAM block B1, and store as real and magnary; Perform a 128-pont, n-place FFT on the data segment; Compute the raw PSD (Equaton 4); Save raw PSD n external RAM. 4. Average the raw PSD for all segments (Equaton 6) 5. Transfer averaged PSD to the PC. B 512 x() x(1) x(2) x(3) B1 768 x() x(1) x(126) x(127) 639 x(127) 123 Real Complex Temporary data data storage Fg. 4. On-chp data storage for the analyzer The TMS32C25 code, wrtten for the Texas Instruments assembler, conssts of a man program, four subroutnes, and an nterrupt servce routne as follows: man routne, PSD ntalzaton, nterrupt servce routne, data collecton, PSD estmaton, data transfer. Some of the programs are descrbed brefly below. PSD ntalzaton The PSD ntalzaton routne supplements the system ntalzaton n the boot program. It s major role s to prepare the hardware for PSD computatons. It performs the followng operatons: confgure on-chp memory block B as RAM, ntalze nternal data memores blocks B, B1, and B2 wth zero, program the tmer for the correct samplng frequency, unmask tmer nterrupt, enable the tmer nterrupt. Programmng the tmer nvolves loadng the 16-bt perod regster (PRD), data memory locaton 3, wth an approprate value to set up the samplng frequency: F s =F clk /N, where F s s the samplng frequency, F clk s the TMS32C25 CLKOUT frequency, whch s 1MHz, and N s a 16-bt unsgned nteger loaded nto the PRD regster. To generate a 4 khz samplng frequency, the PRD s loaded wth

7 Data collecton After PSD ntalzaton, the processor branches to the data collecton subroutne where t goes nto the dle state and wats untl the tmer nterrupt occurs. On nterrupt, the processor jumps to the nterrupt servce routne and ssues a start of converson (SOC) command to the ADC s by togglng the external flag, XF. The processor then returns to the data collecton subroutne and wats for the end of the converson (EOC) sgnal from the ADC s by testng for the BIO lne to go low. When the EOC s receved the data s read from the 12-bt ADC and stored n the external data RAM n Q15 format by left shftng the data four places before t s stored n external data memory (only the channel 1 ADC s used for the PSD estmaton). The processor returns to the man routne when 576 consecutve data samples have been collected. Power spectrum densty estmaton The FFT s the heart of the PSD estmaton. It s a radx-2, 128-pont, decmaton n frequency (DIF) algorthm based on the mplementaton n Texas Instruments (1986). For each data segment, the PSD routne ntalzes memory blocks B and B1 wth zero and then moves the data from the external memory to the nternal memory block B. The data s wndowed by multplyng each data sample by an approprate wndow coeffcent and then transferred to the on-chp memory, block B1, where t s strored n a complex form. The real data samples are stored n even addresses, startng at address 768. The odd address locatons, whch contan zeros, represent the magnary parts; see Fgure 4. The complex data s then FFTed, n place, and ts raw PSD computed. The raw PSDs for the segments are then averaged to obtan a smooth PSD. Data transfer The averaged PSD s transferred to the PC, va the seral nterface, wth each averaged PSD value represented as 2 bytes. 5.2 IBM PC dsplay software The smple C language program on the PC reads the averaged PSD values from the analyzer hardware and dsplays t on the screen. When the program s frst executed a menu s dsplayed requestng the user to select an opton: 1 - dsplay power spectrum densty; 2 - save and dsplay PSD; 3 - read PSD from dsk and dsplay; 4 - zoom; 5 ext. If opton 1 or 2 s selected, control s passed to the man program n the analyzer, whch computes the PSD and transfers t to the PC as descrbed above. For opton1, the PSD s dsplayed. For opton 2, the PSD values are frst saved on the dsk n a user-specfed fle, 155

8 before the PSD s dsplayed. For opton3, the C program frst reads the PSD from dsk and then dsplays t. For opton 4, the user s asked to specfy the frequency range of nterest, and the selected regon of the current dsplay s then expanded accordngly. Selectng opton 5 returns the user to the operatng system. 6. Usng the Analyzer Fgures 5.a and 5.b show examples of the PSD of, respectvely, 1 khz square wave and a 2 khz sne wave. At present the analyzer s used only for power estmaton. It can be extended to perform other sgnal analyss or used n other applcatons, for example frequency response estmaton, auto- and cross spectral analyss of nosy or random sgnals, convoluton or correlaton n the frequency doman, cross-spectral densty, magntude coherence and tme doman dsplay. The data from the analyzer hardware may also be sent to the PC n varous forms for further processng and/or dsplay, for example as : raw data, real and magnary, and magntude and phase. Magntude (a) khz Magntude (b) khz Fg. 5. (a) Frequency spectrum for 1 khz square wave sgnal. (b) Frequency spectrum for a 2kHz sne wave sgnal References 1. The Scentst and Engneer's Gude to Dgtal Sgnal Processng - Steven W. Smth 2. Dgtal Sgnal Processng A practcal Approach Emmanuel C. Ifeachor Addson- Wesley 156

Tunable Wideband Receiver (TWB) Data Processing Description December, 2013

Tunable Wideband Receiver (TWB) Data Processing Description December, 2013 Page 1 of 5 Tunable Wdeband Recever (TWB) Data Processng Descrpton December, 2013 The tunable wdeband recever (TWB) can be manually tuned to any frequency of nterest between 17 and 33 MHz. The recever

More information

RC Filters TEP Related Topics Principle Equipment

RC Filters TEP Related Topics Principle Equipment RC Flters TEP Related Topcs Hgh-pass, low-pass, Wen-Robnson brdge, parallel-t flters, dfferentatng network, ntegratng network, step response, square wave, transfer functon. Prncple Resstor-Capactor (RC)

More information

Calculation of the received voltage due to the radiation from multiple co-frequency sources

Calculation of the received voltage due to the radiation from multiple co-frequency sources Rec. ITU-R SM.1271-0 1 RECOMMENDATION ITU-R SM.1271-0 * EFFICIENT SPECTRUM UTILIZATION USING PROBABILISTIC METHODS Rec. ITU-R SM.1271 (1997) The ITU Radocommuncaton Assembly, consderng a) that communcatons

More information

Multichannel Frequency Comparator VCH-315. User Guide

Multichannel Frequency Comparator VCH-315. User Guide Multchannel Frequency Comparator VCH-315 User Gude Table of contents 1 Introducton... 3 2 The workng prncple of the Comparator... 6 3 The computed functons... 8 3.1 Basc ratos... 8 3.2 Statstcal functons...

More information

Revision of Lecture Twenty-One

Revision of Lecture Twenty-One Revson of Lecture Twenty-One FFT / IFFT most wdely found operatons n communcaton systems Important to know what are gong on nsde a FFT / IFFT algorthm Wth the ad of FFT / IFFT, ths lecture looks nto OFDM

More information

Multipath Propagation. Outline. What is OFDM? (OFDM) for Broadband Communications and. Orthogonal Frequency Division Multiplexing

Multipath Propagation. Outline. What is OFDM? (OFDM) for Broadband Communications and. Orthogonal Frequency Division Multiplexing Orthogonal Dvson Multplexng (OFDM) for Broadband Communcatons and Dgtal Audo Broadcastng (DAB) Klaus Wtrsal wtrsal@nw.tugraz.at VL: Dgtale Audotechnk, 21. März, 2002 What s OFDM? Modulaton technque Requres

More information

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter Walsh Functon Based Synthess Method of PWM Pattern for Full-Brdge Inverter Sej Kondo and Krt Choesa Nagaoka Unversty of Technology 63-, Kamtomoka-cho, Nagaoka 9-, JAPAN Fax: +8-58-7-95, Phone: +8-58-7-957

More information

Uncertainty in measurements of power and energy on power networks

Uncertainty in measurements of power and energy on power networks Uncertanty n measurements of power and energy on power networks E. Manov, N. Kolev Department of Measurement and Instrumentaton, Techncal Unversty Sofa, bul. Klment Ohrdsk No8, bl., 000 Sofa, Bulgara Tel./fax:

More information

High Speed ADC Sampling Transients

High Speed ADC Sampling Transients Hgh Speed ADC Samplng Transents Doug Stuetzle Hgh speed analog to dgtal converters (ADCs) are, at the analog sgnal nterface, track and hold devces. As such, they nclude samplng capactors and samplng swtches.

More information

A study of turbo codes for multilevel modulations in Gaussian and mobile channels

A study of turbo codes for multilevel modulations in Gaussian and mobile channels A study of turbo codes for multlevel modulatons n Gaussan and moble channels Lamne Sylla and Paul Forter (sylla, forter)@gel.ulaval.ca Department of Electrcal and Computer Engneerng Laval Unversty, Ste-Foy,

More information

A High-Sensitivity Oversampling Digital Signal Detection Technique for CMOS Image Sensors Using Non-destructive Intermediate High-Speed Readout Mode

A High-Sensitivity Oversampling Digital Signal Detection Technique for CMOS Image Sensors Using Non-destructive Intermediate High-Speed Readout Mode A Hgh-Senstvty Oversamplng Dgtal Sgnal Detecton Technque for CMOS Image Sensors Usng Non-destructve Intermedate Hgh-Speed Readout Mode Shoj Kawahto*, Nobuhro Kawa** and Yoshak Tadokoro** *Research Insttute

More information

Fast Code Detection Using High Speed Time Delay Neural Networks

Fast Code Detection Using High Speed Time Delay Neural Networks Fast Code Detecton Usng Hgh Speed Tme Delay Neural Networks Hazem M. El-Bakry 1 and Nkos Mastoraks 1 Faculty of Computer Scence & Informaton Systems, Mansoura Unversty, Egypt helbakry0@yahoo.com Department

More information

FPGA Implementation of Ultrasonic S-Scan Coordinate Conversion Based on Radix-4 CORDIC Algorithm

FPGA Implementation of Ultrasonic S-Scan Coordinate Conversion Based on Radix-4 CORDIC Algorithm IACSIT Internatonal Journal of Engneerng and Technology, Vol. 7, No. 3, June 25 FPGA Implementaton of Ultrasonc S-Scan Coordnate Converson Based on Radx-4 CORDIC Algorthm Ruobo Ln, Guxong Lu, and Wenmng

More information

VRT014 User s guide V0.8. Address: Saltoniškių g. 10c, Vilnius LT-08105, Phone: (370-5) , Fax: (370-5) ,

VRT014 User s guide V0.8. Address: Saltoniškių g. 10c, Vilnius LT-08105, Phone: (370-5) , Fax: (370-5) , VRT014 User s gude V0.8 Thank you for purchasng our product. We hope ths user-frendly devce wll be helpful n realsng your deas and brngng comfort to your lfe. Please take few mnutes to read ths manual

More information

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel To: Professor Avtable Date: February 4, 3 From: Mechancal Student Subject:.3 Experment # Numercal Methods Usng Excel Introducton Mcrosoft Excel s a spreadsheet program that can be used for data analyss,

More information

THE USE OF CONVOLUTIONAL CODE FOR NARROWBAND INTERFERENCE SUPPRESSION IN OFDM-DVBT SYSTEM

THE USE OF CONVOLUTIONAL CODE FOR NARROWBAND INTERFERENCE SUPPRESSION IN OFDM-DVBT SYSTEM THE USE OF CONVOLUTIONAL CODE FOR NARROWBAND INTERFERENCE SUPPRESSION IN OFDM-DVBT SYSTEM Azura Abdullah, Muhammad Sobrun Jaml Jamal, Khazuran Abdullah, Ahmad Fadzl Ismal and An Lza Asnaw Department of

More information

NATIONAL RADIO ASTRONOMY OBSERVATORY Green Bank, West Virginia SPECTRAL PROCESSOR MEMO NO. 25. MEMORANDUM February 13, 1985

NATIONAL RADIO ASTRONOMY OBSERVATORY Green Bank, West Virginia SPECTRAL PROCESSOR MEMO NO. 25. MEMORANDUM February 13, 1985 NATONAL RADO ASTRONOMY OBSERVATORY Green Bank, West Vrgna SPECTRAL PROCESSOR MEMO NO. 25 MEMORANDUM February 13, 1985 To: Spectral Processor Group From: R. Fsher Subj: Some Experments wth an nteger FFT

More information

Section 5. Signal Conditioning and Data Analysis

Section 5. Signal Conditioning and Data Analysis Secton 5 Sgnal Condtonng and Data Analyss 6/27/2017 Engneerng Measurements 5 1 Common Input Sgnals 6/27/2017 Engneerng Measurements 5 2 1 Analog vs. Dgtal Sgnals 6/27/2017 Engneerng Measurements 5 3 Current

More information

Space Time Equalization-space time codes System Model for STCM

Space Time Equalization-space time codes System Model for STCM Space Tme Eualzaton-space tme codes System Model for STCM The system under consderaton conssts of ST encoder, fadng channel model wth AWGN, two transmt antennas, one receve antenna, Vterb eualzer wth deal

More information

Digital Transmission

Digital Transmission Dgtal Transmsson Most modern communcaton systems are dgtal, meanng that the transmtted normaton sgnal carres bts and symbols rather than an analog sgnal. The eect o C/N rato ncrease or decrease on dgtal

More information

MTBF PREDICTION REPORT

MTBF PREDICTION REPORT MTBF PREDICTION REPORT PRODUCT NAME: BLE112-A-V2 Issued date: 01-23-2015 Rev:1.0 Copyrght@2015 Bluegga Technologes. All rghts reserved. 1 MTBF PREDICTION REPORT... 1 PRODUCT NAME: BLE112-A-V2... 1 1.0

More information

The Performance Improvement of BASK System for Giga-Bit MODEM Using the Fuzzy System

The Performance Improvement of BASK System for Giga-Bit MODEM Using the Fuzzy System Int. J. Communcatons, Network and System Scences, 10, 3, 1-5 do:10.36/jcns.10.358 Publshed Onlne May 10 (http://www.scrp.org/journal/jcns/) The Performance Improvement of BASK System for Gga-Bt MODEM Usng

More information

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol., No., November 23, 3-9 Rejecton of PSK Interference n DS-SS/PSK System Usng Adaptve Transversal Flter wth Condtonal Response Recalculaton Zorca Nkolć, Bojan

More information

29. Network Functions for Circuits Containing Op Amps

29. Network Functions for Circuits Containing Op Amps 9. Network Functons for Crcuts Contanng Op Amps Introducton Each of the crcuts n ths problem set contans at least one op amp. Also each crcut s represented by a gven network functon. These problems can

More information

DESIGN OF OPTIMIZED FIXED-POINT WCDMA RECEIVER

DESIGN OF OPTIMIZED FIXED-POINT WCDMA RECEIVER DESIGN OF OPTIMIZED FIXED-POINT WCDMA RECEIVER Ha-Nam Nguyen, Danel Menard, and Olver Senteys IRISA/INRIA, Unversty of Rennes, rue de Kerampont F-3 Lannon Emal: hanguyen@rsa.fr ABSTRACT To satsfy energy

More information

antenna antenna (4.139)

antenna antenna (4.139) .6.6 The Lmts of Usable Input Levels for LNAs The sgnal voltage level delvered to the nput of an LNA from the antenna may vary n a very wde nterval, from very weak sgnals comparable to the nose level,

More information

In-system Jitter Measurement Based on Blind Oversampling Data Recovery

In-system Jitter Measurement Based on Blind Oversampling Data Recovery RADIOENGINEERING, VOL. 1, NO. 1, APRIL 01 403 In-system Jtter Measurement Based on Blnd Oversamplng Data Recovery Mchal KUBÍČEK, Zdeněk KOLKA Dept. of Rado Electroncs, Brno Unversty of Technology, Purkyňova

More information

Impact of Interference Model on Capacity in CDMA Cellular Networks. Robert Akl, D.Sc. Asad Parvez University of North Texas

Impact of Interference Model on Capacity in CDMA Cellular Networks. Robert Akl, D.Sc. Asad Parvez University of North Texas Impact of Interference Model on Capacty n CDMA Cellular Networks Robert Akl, D.Sc. Asad Parvez Unversty of North Texas Outlne Introducton to CDMA networks Average nterference model Actual nterference model

More information

High Speed, Low Power And Area Efficient Carry-Select Adder

High Speed, Low Power And Area Efficient Carry-Select Adder Internatonal Journal of Scence, Engneerng and Technology Research (IJSETR), Volume 5, Issue 3, March 2016 Hgh Speed, Low Power And Area Effcent Carry-Select Adder Nelant Harsh M.tech.VLSI Desgn Electroncs

More information

ITU-T O.172. Amendment 1 (06/2008)

ITU-T O.172. Amendment 1 (06/2008) Internatonal Telecommuncaton Unon ITU-T O.72 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU Amendment (6/8) SERIES O: SPECIFICATIONS OF MEASURING EQUIPMENT Equpment for the measurement of dgtal and analogue/dgtal

More information

MASTER TIMING AND TOF MODULE-

MASTER TIMING AND TOF MODULE- MASTER TMNG AND TOF MODULE- G. Mazaher Stanford Lnear Accelerator Center, Stanford Unversty, Stanford, CA 9409 USA SLAC-PUB-66 November 99 (/E) Abstract n conjuncton wth the development of a Beam Sze Montor

More information

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme Performance Analyss of Mult User MIMO System wth Block-Dagonalzaton Precodng Scheme Yoon Hyun m and Jn Young m, wanwoon Unversty, Department of Electroncs Convergence Engneerng, Wolgye-Dong, Nowon-Gu,

More information

Inverse Halftoning Method Using Pattern Substitution Based Data Hiding Scheme

Inverse Halftoning Method Using Pattern Substitution Based Data Hiding Scheme Proceedngs of the World Congress on Engneerng 2011 Vol II, July 6-8, 2011, London, U.K. Inverse Halftonng Method Usng Pattern Substtuton Based Data Hdng Scheme Me-Y Wu, Ja-Hong Lee and Hong-Je Wu Abstract

More information

Hardware Design of Filter Bank-Based Narrowband/Wideband Interference Canceler for Overlaid TDMA/CDMA Systems

Hardware Design of Filter Bank-Based Narrowband/Wideband Interference Canceler for Overlaid TDMA/CDMA Systems Hardware Desgn of Flter anased arrowband/deband Interference Canceler for Overlad TDMA/CDMA Systems Toyoau Ktano Kaunor Hayash Htosh Masutan and Shnsue Hara Graduate School of Engneerng Osaa Unversty YamadaOa

More information

Design and Implementation of DDFS Based on Quasi-linear Interpolation Algorithm

Design and Implementation of DDFS Based on Quasi-linear Interpolation Algorithm Desgn and Implementaton of DDFS Based on Quas-lnear Interpolaton Algorthm We Wang a, Yuanyuan Xu b and Hao Yang c College of Electroncs Engneerng, Chongqng Unversty of Posts and Telecommuncatons, Chongqng

More information

Design of on-line PH monitoring system based on ZigBee technology

Design of on-line PH monitoring system based on ZigBee technology Internatonal Conference on Advanced Electronc Scence and Technology (AEST 216) Desgn of on-lne PH montorng system based on ZgBee technology a Lad Wang and Xul Zhang College of Electronc and Informaton

More information

Understanding the Spike Algorithm

Understanding the Spike Algorithm Understandng the Spke Algorthm Vctor Ejkhout and Robert van de Gejn May, ntroducton The parallel soluton of lnear systems has a long hstory, spannng both drect and teratve methods Whle drect methods exst

More information

Design of an FPGA based TV-tuner test bench using MFIR structures

Design of an FPGA based TV-tuner test bench using MFIR structures ANNUAL JOURNAL OF ELECTRONICS, 3, ISSN 34-78 Desgn of an FPGA based TV-tuner test bench usng MFIR structures Jean-Jacques Vandenbussche, Peter Lee and Joan Peuteman Abstract - The paper shows how Multplcatve

More information

DESIGN OF OPTIMIZED FIXED-POINT WCDMA RECEIVER

DESIGN OF OPTIMIZED FIXED-POINT WCDMA RECEIVER 7th European Sgnal Processng Conference (EUSIPCO 9) Glasgow, Scotland, August -8, 9 DESIGN OF OPTIMIZED FIXED-POINT WCDMA RECEIVER Ha-Nam Nguyen, Danel Menard, and Olver Senteys IRISA/INRIA, Unversty of

More information

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques The th Worshop on Combnatoral Mathematcs and Computaton Theory Effcent Large Integers Arthmetc by Adoptng Squarng and Complement Recodng Technques Cha-Long Wu*, Der-Chyuan Lou, and Te-Jen Chang *Department

More information

Model mismatch and systematic errors in an optical FMCW distance measurement system

Model mismatch and systematic errors in an optical FMCW distance measurement system Model msmatch and systematc errors n an optcal FMCW dstance measurement system ROBERT GROSCHE ept. of Electrcal Engneerng Ruhr-Unverstät Bochum Unverstätsstrasse 50, -44780 Bochum GERMANY Abstract: - In

More information

aperture David Makovoz, 30/01/2006 Version 1.0 Table of Contents

aperture David Makovoz, 30/01/2006 Version 1.0 Table of Contents aperture 1 aperture Davd Makovoz, 30/01/2006 Verson 1.0 Table of Contents aperture... 1 1 Overvew... 2 1.1 Input Image Requrements... 2 2 aperture... 2 2.1 Input... 2 2.2 Processng... 4 2.3 Output Table...

More information

Adaptive Modulation for Multiple Antenna Channels

Adaptive Modulation for Multiple Antenna Channels Adaptve Modulaton for Multple Antenna Channels June Chul Roh and Bhaskar D. Rao Department of Electrcal and Computer Engneerng Unversty of Calforna, San Dego La Jolla, CA 993-7 E-mal: jroh@ece.ucsd.edu,

More information

Multicarrier Modulation

Multicarrier Modulation Multcarrer Modulaton Wha Sook Jeon Moble Computng & Communcatons Lab Contents Concept of multcarrer modulaton Data transmsson over multple carrers Multcarrer modulaton wth overlappng Chap. subchannels

More information

IIR Filters Using Stochastic Arithmetic

IIR Filters Using Stochastic Arithmetic IIR Flters Usng Stochastc Arthmetc Naman Saraf, Ka Bazargan, avd J Llja, and Marc Redel epartment of Electrcal and Computer Engneerng Unversty of Mnnesota, Twn Ctes Mnneapols, MN, USA {saraf012, ka, llja,

More information

A High-Speed Multiplication Algorithm Using Modified Partial Product Reduction Tree

A High-Speed Multiplication Algorithm Using Modified Partial Product Reduction Tree World Academy of Scence, Engneerng and Technology Internatonal Journal of Electrcal and Computer Engneerng Vol:4, No:, 200 A Hgh-Speed Multplcaton Algorthm Usng Modfed Partal Product educton Tree P Asadee

More information

Parameter Free Iterative Decoding Metrics for Non-Coherent Orthogonal Modulation

Parameter Free Iterative Decoding Metrics for Non-Coherent Orthogonal Modulation 1 Parameter Free Iteratve Decodng Metrcs for Non-Coherent Orthogonal Modulaton Albert Gullén Fàbregas and Alex Grant Abstract We study decoder metrcs suted for teratve decodng of non-coherently detected

More information

Detection and parameters interception of a radar pulse signal based on interrupt driven algorithm

Detection and parameters interception of a radar pulse signal based on interrupt driven algorithm Scentfc Research and Essays Vol. 6(6), pp. 1380-1387, 18 March, 2011 Avalable onlne at http://www.academcjournals.org/sre DOI: 10.5897/SRE11.122 ISSN 1992-2248 2011 Academc Journals Full Length Research

More information

Secure Transmission of Sensitive data using multiple channels

Secure Transmission of Sensitive data using multiple channels Secure Transmsson of Senstve data usng multple channels Ahmed A. Belal, Ph.D. Department of computer scence and automatc control Faculty of Engneerng Unversty of Alexandra Alexandra, Egypt. aabelal@hotmal.com

More information

The Application of Interpolation Algorithms in OFDM Channel Estimation

The Application of Interpolation Algorithms in OFDM Channel Estimation The Applcaton of Interpolaton Algorthms n OFDM Estmaton Xjun ZHANG 1,, Zhantng YUAN 1, 1 School of Electrcal and Informaton Engneerng, Lanzhou Unversty of Technology, Lanzhou, Gansu 730050, Chna School

More information

Figure.1. Basic model of an impedance source converter JCHPS Special Issue 12: August Page 13

Figure.1. Basic model of an impedance source converter JCHPS Special Issue 12: August Page 13 A Hgh Gan DC - DC Converter wth Soft Swtchng and Power actor Correcton for Renewable Energy Applcaton T. Selvakumaran* and. Svachdambaranathan Department of EEE, Sathyabama Unversty, Chenna, Inda. *Correspondng

More information

INSTANTANEOUS TORQUE CONTROL OF MICROSTEPPING BIPOLAR PWM DRIVE OF TWO-PHASE STEPPING MOTOR

INSTANTANEOUS TORQUE CONTROL OF MICROSTEPPING BIPOLAR PWM DRIVE OF TWO-PHASE STEPPING MOTOR The 5 th PSU-UNS Internatonal Conference on Engneerng and 537 Technology (ICET-211), Phuket, May 2-3, 211 Prnce of Songkla Unversty, Faculty of Engneerng Hat Ya, Songkhla, Thaland 9112 INSTANTANEOUS TORQUE

More information

Chapter 13. Filters Introduction Ideal Filter

Chapter 13. Filters Introduction Ideal Filter Chapter 3 Flters 3.0 Introducton Flter s the crcut that capable o passng sgnal rom nput to output that has requency wthn a speced band and attenuatng all others outsde the band. Ths s the property o selectvty.

More information

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation T. Kerdchuen and W. Ongsakul / GMSARN Internatonal Journal (09) - Optmal Placement of and by Hybrd Genetc Algorthm and Smulated Annealng for Multarea Power System State Estmaton Thawatch Kerdchuen and

More information

Research on Peak-detection Algorithm for High-precision Demodulation System of Fiber Bragg Grating

Research on Peak-detection Algorithm for High-precision Demodulation System of Fiber Bragg Grating , pp. 337-344 http://dx.do.org/10.1457/jht.014.7.6.9 Research on Peak-detecton Algorthm for Hgh-precson Demodulaton System of Fber ragg Gratng Peng Wang 1, *, Xu Han 1, Smn Guan 1, Hong Zhao and Mngle

More information

Monitoring large-scale power distribution grids

Monitoring large-scale power distribution grids Montorng large-scale power dstrbuton grds D. Gavrlov, M. Gouzman, and S. Lury Center for Advanced Technology n Sensor Systems, Stony Brook Unversty, Stony Brook, NY 11794 Keywords: smart grd; sensor network;

More information

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES IEE Electroncs Letters, vol 34, no 17, August 1998, pp. 1622-1624. ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES A. Chatzgeorgou, S. Nkolads 1 and I. Tsoukalas Computer Scence Department, 1 Department

More information

TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS TN TERMINATON FOR POINT-TO-POINT SYSTEMS. Zo = L C. ω - angular frequency = 2πf

TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS TN TERMINATON FOR POINT-TO-POINT SYSTEMS. Zo = L C. ω - angular frequency = 2πf TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS INTRODUCTION Because dgtal sgnal rates n computng systems are ncreasng at an astonshng rate, sgnal ntegrty ssues have become far more mportant to

More information

Prevention of Sequential Message Loss in CAN Systems

Prevention of Sequential Message Loss in CAN Systems Preventon of Sequental Message Loss n CAN Systems Shengbng Jang Electrcal & Controls Integraton Lab GM R&D Center, MC: 480-106-390 30500 Mound Road, Warren, MI 48090 shengbng.jang@gm.com Ratnesh Kumar

More information

AFV-P 2U/4U. AC + DC Power Solutions. series. Transient Generation for Disturbance Tests. only. High Performance Programmable AC Power Source

AFV-P 2U/4U. AC + DC Power Solutions. series. Transient Generation for Disturbance Tests. only. High Performance Programmable AC Power Source AFV-P seres Hgh Performance Programmable AC Power Source only 2U/4U Intutve Touch Screen HMI Output Frequency up to 15-1000Hz Power Lne Smulatons: Step & Ramp Features Fast Response Tme: 300μs AC Source

More information

Effect of Time-Interleaved Analog-to-Digital Converter Mismatches on OFDM Performance

Effect of Time-Interleaved Analog-to-Digital Converter Mismatches on OFDM Performance Effect of Tme-Interleaved Analog-to-Dgtal Converter Msmatches on OFDM Performance Vo-Trung-Dung Huynh, Nele Noels, Peter Rombouts 2, Jean Armstrong 3, Hed Steendam Department of Telecommuncatons and Informaton

More information

California, 4 University of California, Berkeley

California, 4 University of California, Berkeley Dversty Processng WCDMA Cell earcher Implementaton Ahmed M. Eltawl, Eugene Grayver 2, Alreza Targhat, Jean Francos Frgon, Kambz hoarnejad, Hanl Zou 3 and Danjela Cabrc 4 Unversty of Calforna, Los Angeles,

More information

Calculation model for SFN reception and reference receiver characteristics of ISDB-T system

Calculation model for SFN reception and reference receiver characteristics of ISDB-T system Report ITU-R BT.9-1 (5/13) Calculaton model for SFN recepton and reference recever characterstcs of ISDB-T system BT Seres Broadcastng servce (televson) Rep. ITU-R BT.9-1 Foreword The role of the Radocommuncaton

More information

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs Journal of Communcatons Vol. 9, No. 9, September 2014 A New Type of Weghted DV-Hop Algorthm Based on Correcton Factor n WSNs Yng Wang, Zhy Fang, and Ln Chen Department of Computer scence and technology,

More information

An Efficient Method for PAPR Reduction of OFDM Signal with Low Complexity

An Efficient Method for PAPR Reduction of OFDM Signal with Low Complexity An Effcent Method for PAPR Reducton of OFDM Sgnal wth Low Complety Mahesh Ingle M.E. EXTC MGMCET,Kamothe Nav Mumba-41009 Sachn Nkalje M.E. EXTC MGMCET Kamothe Nav Mumba-41009 Savta Bhosale H.o.D.(EXTC)

More information

Wi-Fi Indoor Location Based on RSS Hyper-Planes Method

Wi-Fi Indoor Location Based on RSS Hyper-Planes Method Chung Hua Journal of Scence and Engneerng, Vol. 5, No. 4, pp. 7-4 (007 W-F Indoor Locaton Based on RSS Hyper-Planes Method Ch-Kuang Hwang and Kun-Feng Cheng Department of Electrcal Engneerng, Chung Hua

More information

Performance Testing of the Rockwell PLGR+ 96 P/Y Code GPS receiver

Performance Testing of the Rockwell PLGR+ 96 P/Y Code GPS receiver Performance Testng of the Rockwell PLGR+ 96 P/Y Code GPS recever By Santago Mancebo and Ken Chamberlan Introducton: The Rockwell PLGR (Precson Lghtweght GPS Recever) + 96 s a Precse Postonng Servce P/Y

More information

Keywords LTE, Uplink, Power Control, Fractional Power Control.

Keywords LTE, Uplink, Power Control, Fractional Power Control. Volume 3, Issue 6, June 2013 ISSN: 2277 128X Internatonal Journal of Advanced Research n Computer Scence and Software Engneerng Research Paper Avalable onlne at: www.jarcsse.com Uplnk Power Control Schemes

More information

Harmonic Balance of Nonlinear RF Circuits

Harmonic Balance of Nonlinear RF Circuits MICROWAE AND RF DESIGN Harmonc Balance of Nonlnear RF Crcuts Presented by Mchael Steer Readng: Chapter 19, Secton 19. Index: HB Based on materal n Mcrowave and RF Desgn: A Systems Approach, nd Edton, by

More information

Analysis of Time Delays in Synchronous and. Asynchronous Control Loops. Bj rn Wittenmark, Ben Bastian, and Johan Nilsson

Analysis of Time Delays in Synchronous and. Asynchronous Control Loops. Bj rn Wittenmark, Ben Bastian, and Johan Nilsson 37th CDC, Tampa, December 1998 Analyss of Delays n Synchronous and Asynchronous Control Loops Bj rn Wttenmark, Ben Bastan, and Johan Nlsson emal: bjorn@control.lth.se, ben@control.lth.se, and johan@control.lth.se

More information

POLYTECHNIC UNIVERSITY Electrical Engineering Department. EE SOPHOMORE LABORATORY Experiment 1 Laboratory Energy Sources

POLYTECHNIC UNIVERSITY Electrical Engineering Department. EE SOPHOMORE LABORATORY Experiment 1 Laboratory Energy Sources POLYTECHNIC UNIERSITY Electrcal Engneerng Department EE SOPHOMORE LABORATORY Experment 1 Laboratory Energy Sources Modfed for Physcs 18, Brooklyn College I. Oerew of the Experment Ths experment has three

More information

熊本大学学術リポジトリ. Kumamoto University Repositor

熊本大学学術リポジトリ. Kumamoto University Repositor 熊本大学学術リポジトリ Kumamoto Unversty Repostor Ttle Wreless LAN Based Indoor Poston and Its Smulaton Author(s) Ktasuka, Teruak; Nakansh, Tsune CtatonIEEE Pacfc RIM Conference on Comm Computers, and Sgnal Processng

More information

EVALUATION OF SINE WAVE TESTS OF ADC'S FROM WINDOWED DATA

EVALUATION OF SINE WAVE TESTS OF ADC'S FROM WINDOWED DATA 4 th orkshop on DC odellng and Testng - September 9-1, 1999 - Bordeaux, France EVLUTION OF SINE VE TESTS OF DC'S FRO INDOED DT István Kollár Department of easurement and Informaton Systems, Techncal Unversty

More information

Design of Shunt Active Filter for Harmonic Compensation in a 3 Phase 3 Wire Distribution Network

Design of Shunt Active Filter for Harmonic Compensation in a 3 Phase 3 Wire Distribution Network Internatonal Journal of Research n Electrcal & Electroncs Engneerng olume 1, Issue 1, July-September, 2013, pp. 85-92, IASTER 2013 www.aster.com, Onlne: 2347-5439, Prnt: 2348-0025 Desgn of Shunt Actve

More information

1 GSW Multipath Channel Models

1 GSW Multipath Channel Models In the general case, the moble rado channel s pretty unpleasant: there are a lot of echoes dstortng the receved sgnal, and the mpulse response keeps changng. Fortunately, there are some smplfyng assumptons

More information

Passive Filters. References: Barbow (pp ), Hayes & Horowitz (pp 32-60), Rizzoni (Chap. 6)

Passive Filters. References: Barbow (pp ), Hayes & Horowitz (pp 32-60), Rizzoni (Chap. 6) Passve Flters eferences: Barbow (pp 6575), Hayes & Horowtz (pp 360), zzon (Chap. 6) Frequencyselectve or flter crcuts pass to the output only those nput sgnals that are n a desred range of frequences (called

More information

A Simple Satellite Exclusion Algorithm for Advanced RAIM

A Simple Satellite Exclusion Algorithm for Advanced RAIM A Smple Satellte Excluson Algorthm for Advanced RAIM Juan Blanch, Todd Walter, Per Enge Stanford Unversty ABSTRACT Advanced Recever Autonomous Integrty Montorng s a concept that extends RAIM to mult-constellaton

More information

Performance Analysis of the Weighted Window CFAR Algorithms

Performance Analysis of the Weighted Window CFAR Algorithms Performance Analyss of the Weghted Wndow CFAR Algorthms eng Xangwe Guan Jan He You Department of Electronc Engneerng, Naval Aeronautcal Engneerng Academy, Er a road 88, Yanta Cty 6400, Shandong Provnce,

More information

LP-BLIT: BANDLIMITED IMPULSE TRAIN SYNTHESIS OF LOWPASS-FILTERED WAVEFORMS

LP-BLIT: BANDLIMITED IMPULSE TRAIN SYNTHESIS OF LOWPASS-FILTERED WAVEFORMS Proceedngs of the 2 th Internatonal Conference on Dgtal Audo Effects (DAFx-7), Ednburgh, UK, September 5 9, 27 LP-BLIT: BANDLIMITED IMPULSE TRAIN SYNTHESIS OF LOWPASS-FILTERED WAVEFORMS Sebastan Kraft,

More information

High Performance Integer DCT Architectures For HEVC

High Performance Integer DCT Architectures For HEVC Hgh Performance Integer DT Archtectures For HEV V.Sruth, V.Rekha,. Subtha,.Sugtha, S. Jeya Anusuya.E., V. Satheesh kumar.e.,,,, Dept Of Electroncs and ommuncaton Engneerng, Assocate professor, Dept Of

More information

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results AMERICAN JOURNAL OF UNDERGRADUATE RESEARCH VOL. 1 NO. () A Comparson of Two Equvalent Real Formulatons for Complex-Valued Lnear Systems Part : Results Abnta Munankarmy and Mchael A. Heroux Department of

More information

A Robust Feature Extraction Algorithm for Audio Fingerprinting

A Robust Feature Extraction Algorithm for Audio Fingerprinting A Robust Feature Extracton Algorthm for Audo Fngerprntng Janpng Chen 1, Tejun Huang 2 1 Insttute of Computng Technology, Chnese Academy of Scences, Bejng 100190, Chna 2 Key Laboratory of Machne Percepton(Mnstry

More information

CELL SEARCH ROBUST TO INITIAL FREQUENCY OFFSET IN WCDMA SYSTEMS

CELL SEARCH ROBUST TO INITIAL FREQUENCY OFFSET IN WCDMA SYSTEMS CELL EARCH ROBUT TO INITIAL FREQUENCY OFFET IN WCDMA YTEM June Moon and Yong-Hwan Lee chool of Electrcal Engneerng eoul Natonal Unversty an 56-, hllmdong, Kwanak-Ku, 5-74, eoul, Korea ylee@snu.ac.kr Abstract

More information

Development of virtual instrument motor experiment teaching system based on LabVIEW

Development of virtual instrument motor experiment teaching system based on LabVIEW Avalable onlne www.jocpr.com Journal of Chemcal and Pharmaceutcal Research, 204, 6(5):36-368 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 Development of vrtual nstrument motor experment teachng

More information

TWO-TANK LIQUID LEVEL CONTROL USING A BASIC STAMP MICROCONTROLLER AND A MATLAB-BASED DATA ACQUISITION AND CONTROL TOOLBOX

TWO-TANK LIQUID LEVEL CONTROL USING A BASIC STAMP MICROCONTROLLER AND A MATLAB-BASED DATA ACQUISITION AND CONTROL TOOLBOX TWO-TANK IQUID EVE CONTRO USING A BASIC STAMP MICROCONTROER AND A MATAB-BASED DATA ACQUISITION AND CONTRO TOOBOX Anshuman Panda, Hong Wong, Vkram Kapla, and Sang-Hoon ee Department of Electrcal and Computer

More information

A Proposal of Mode Shape Estimation Method Using Pseudo-Modal Response : Applied to Steel Bridge in Building

A Proposal of Mode Shape Estimation Method Using Pseudo-Modal Response : Applied to Steel Bridge in Building A Proposal of Mode Shape Estmaton Method Usng Pseudo-Modal Response : Appled to Steel Brdge n Buldng More nfo about ths artcle: http://www.ndt.net/?d=19899 Doyoung Km 1, Hak Bo Shm 2, Hyo Seon Park 1 1

More information

ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION

ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION 7th European Sgnal Processng Conference (EUSIPCO 9 Glasgow, Scotland, August 4-8, 9 ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION Babta Majh, G. Panda and B.

More information

Fault Classification and Location on 220kV Transmission line Hoa Khanh Hue Using Anfis Net

Fault Classification and Location on 220kV Transmission line Hoa Khanh Hue Using Anfis Net Journal of Automaton and Control Engneerng Vol. 3, No. 2, Aprl 2015 Fault Classfcaton and Locaton on 220kV Transmsson lne Hoa Khanh Hue Usng Anfs Net Vu Phan Huan Electrcal Testng Central Company Lmtted,

More information

FPGA Implementation of Fuzzy Inference System for Embedded Applications

FPGA Implementation of Fuzzy Inference System for Embedded Applications FPGA Implementaton of Fuzzy Inference System for Embedded Applcatons Dr. Kasm M. Al-Aubdy The Dean, Faculty of Engneerng, Phladelpha Unversty, P O Box 1, Jordan, 19392 E-mal: alaubdy@gmal.com Abstract:-

More information

NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION

NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION Phaneendra R.Venkata, Nathan A. Goodman Department of Electrcal and Computer Engneerng, Unversty of Arzona, 30 E. Speedway Blvd, Tucson, Arzona

More information

LSPIHT Algorithm for ECG Data Compression and Transmission for Telemedicine Applications

LSPIHT Algorithm for ECG Data Compression and Transmission for Telemedicine Applications Dhaa Unv. J. Sc. 60(1): 31-36, 2012 (January) LSPIHT Algorthm for ECG Data Compresson and Transmsson for Telemedcne Applcatons Tahmna Zebn, Eramul Faroo, Syeda Znath Aman and Shahda Rafque Department of

More information

Performance Analysis of Power Line Communication Using DS-CDMA Technique with Adaptive Laguerre Filters

Performance Analysis of Power Line Communication Using DS-CDMA Technique with Adaptive Laguerre Filters Internatonal Conference on Informaton and Electroncs Engneerng IPCSIT vol.6 ( ( IACSIT Press, Sngapore Performance Analyss of Power Lne Communcaton Usng DS-CDMA Technque wth Adaptve Laguerre Flters S.

More information

Robust Filter Design based on Generalized Maximum-Likelihood Estimation

Robust Filter Design based on Generalized Maximum-Likelihood Estimation Robust Flter Desgn based on Generalzed Maxmum-Lkelhood Estmaton STEFA LEISCHER, ROBERT KLISKI, HOLGER HUTZELMA, RUDI KORR Fraunhofer Insttute for Communcaton Systems Hansastr. 3, 8686 Munch GERMAY Abstract:

More information

Multiple Error Correction Using Reduced Precision Redundancy Technique

Multiple Error Correction Using Reduced Precision Redundancy Technique Multple Error Correcton Usng Reduced Precson Redundancy Technque Chthra V 1, Nthka Bhas 2, Janeera D A 3 1,2,3 ECE Department, Dhanalakshm Srnvasan College of Engneerng,Combatore, Tamlnadu, Inda Abstract

More information

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University Dynamc Optmzaton Assgnment 1 Sasanka Nagavall snagaval@andrew.cmu.edu 16-745 January 29, 213 Robotcs Insttute Carnege Mellon Unversty Table of Contents 1. Problem and Approach... 1 2. Optmzaton wthout

More information

* wivecrest Corporation 1715 Technology Dr., Suite 400 Saq Jose, CA w avecrestcorp. corn

* wivecrest Corporation 1715 Technology Dr., Suite 400 Saq Jose, CA w avecrestcorp. corn A New 'Method for Jtter Decomposton Through ts Dstrbuton Tal Fttng Mke P. L*, Jan Wlstrup+, Ross Jessen+, Denns Petrch* Abstract * wvecrest Corporaton 75 Technology Dr., Sute 400 Saq Jose, CA 95 0 mp,eng@

More information

A Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks

A Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks 74 Internatonal Journal of Communcaton Networks and Informaton Securty (IJCNIS) Vol. 3, No., Aprl 0 A Fuzzy-based Routng Strategy for Multhop Cogntve Rado Networks Al El Masr, Naceur Malouch and Hcham

More information

Markov Chain Monte Carlo Detection for Underwater Acoustic Channels

Markov Chain Monte Carlo Detection for Underwater Acoustic Channels Markov Chan Monte Carlo Detecton for Underwater Acoustc Channels Hong Wan, Rong-Rong Chen, Jun Won Cho, Andrew Snger, James Presg, and Behrouz Farhang-Boroujeny Dept. of ECE, Unversty of Utah Dept. of

More information

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht 68 Internatonal Journal "Informaton Theores & Applcatons" Vol.11 PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION Evgeny Artyomov and Orly

More information

DVB-T/H Digital Television Transmission and its Simulation over Ricean and Rayleigh Fading Channels

DVB-T/H Digital Television Transmission and its Simulation over Ricean and Rayleigh Fading Channels DVB-T/H Dgtal Televson Transmsson and ts Smulaton over Rcean and Raylegh Fadng Channels Ladslav Polák, Tomáš Kratochvl Department of Rado Electroncs, Brno Unversty of Technology, Purkyňova 118, 612 Brno,

More information