AVR121: Enhancing ADC resolution by oversampling. 8-bit Microcontrollers. Application Note. Features. 1 Introduction

Size: px
Start display at page:

Download "AVR121: Enhancing ADC resolution by oversampling. 8-bit Microcontrollers. Application Note. Features. 1 Introduction"

Transcription

1 AVR121: Enhancing ADC resoluion by oversampling Feaures Increasing he resoluion by oversampling Averaging and decimaion Noise reducion by averaging samples 8-bi Microconrollers Applicaion Noe 1 Inroducion Amel s AVR conroller offers an Analog o Digial Converer wih 10-bi resoluion. In mos cases 10-bi resoluion is sufficien, bu in some cases higher accuracy is desired. Special signal processing echniques can be used o improve he resoluion of he measuremen. By using a mehod called Oversampling and Decimaion higher resoluion migh be achieved, wihou using an exernal ADC. This Applicaion Noe explains he mehod, and which condiions need o be fulfilled o make his mehod work properly. Figure 1-1. Enhancing he resoluion. A/D A/D A/D 10-bi 11-bi 12-bi Rev.

2 2 Theory of operaion 2.1 Sampling frequency Before reading he res of his Applicaion Noe, he reader is encouraged o read Applicaion Noe AVR120 - Calibraion of he ADC, and he ADC secion in he AVR daashee. The following examples and numbers are calculaed for Single Ended Inpu in a Free Running Mode. ADC Noise Reducion Mode is no used. This mehod is also valid in he oher modes, hough he numbers in he following examples will be differen. The ADCs reference volage and he ADCs resoluion define he ADC sep size. The ADC s reference volage, V REF, may be seleced o AVCC, an inernal 2.56V / 1.1V reference, or a reference volage a he AREF pin. A lower V REF provides a higher volage precision bu minimizes he dynamic range of he inpu signal. If he 2.56V V REF is seleced, his will give he user ~2.5mV accuracy on he conversion resul, and he highes inpu volage ha is measured is 2.56V. Alernaively one could consider using he ADC inpu channels wih gain sage. This will give he user he possibiliy of measuring an analog signal wih beer volage precision, a he expense of he ADCs dynamic range. If i is no accepable o rade dynamic range for beer volage resoluion, one could choose o rade oversampling of he signal for improved resoluion. This mehod is however limied by he characerisic of he ADC: Using oversampling and decimaion will only lower he ADCs quanizaion error, i does no compensae for he ADCs inegral non-lineariy. The Nyquis heorem saes ha a signal mus be sampled a leas wice as fas as he bandwidh of he signal o accuraely reconsruc he waveform; oherwise, he high-frequency conen will alias a a frequency inside he specrum of ineres (passband). The minimum required sampling frequency, in accordance o he Nyquis Theorem, is he Nyquis Frequency. Equaion 2-1. The Nyquis Frequency f > 2 nyquis f signal Where f signal is he highes frequency of ineres in he inpu signal. Sampling frequencies above f nyquis are called oversampling. This sampling frequency, however, is jus a heoreical absolue minimum sampling frequency. In pracice he user usually wishes he highes possible sampling frequency, o give he bes possible represenaion of he measured signal, in ime domain. One could say ha in mos cases he inpu signal is already oversampled. The sampling frequency is a resul of prescaling he CPU clock; a lower prescaling facor gives a higher ADC clock frequency. A a cerain poin, a higher ADC clock will decrease he accuracy of he conversion as he Effecive Number Of Bis, ENOB, will decrease. All ADCs has bandwidh limiaions, AVRs ADC is no excepion. According o he daashee, o ge a 10 bis resoluion on he conversion resul, he ADC clock frequency should be 50kHz 200kHz. When he ADC clock is 200kHz, he sampling frequency is ~15kSPS, which confines he upper frequency in he sampled signal o ~7.5kHz. According o he daashee, he ADC clock can be driven on frequencies up o 1Mhz, hough his will lower he ENOB. 2 AVR121

3 AVR121 3 Theory 3.1 Oversampling and decimaion The heory behind Oversampling and decimaion is raher complex, bu using he mehod is fairly easy. The echnique requires a higher amoun of samples. These exra samples can be achieved by oversampling he signal. For each addiional bi of resoluion, n, he signal mus be oversampled four imes. Which frequency o sample he inpu signal wih, is given by Equaion 3-1. To ge he bes possible represenaion of a analog inpu signal, i is necessary o oversample he signal his much, because a larger amoun of samples will give a beer represenaion of he inpu signal, when averaged. This is o be considered as he main ingredien of his Applicaion Noe, and will be furher explained by he following heory and examples. Equaion 3-1. Oversampling frequency f oversampling = 4 n f nyquis 3.2 Noise To make his mehod work properly, he signal-componen of ineres should no vary during a conversion. However anoher crieria for a successful enhancemen of he resoluion is ha he inpu signal has o vary when sampled. This may look like a conradicion, bu in his case variaion means jus a few LSB. The variaion should be seen as he noise-componen of he signal. When oversampling a signal, here should be noise presen o saisfy his demand of small variaions in he signal. The quanizaion error of he ADC is a leas 0.5LSB. Therefore, he noise ampliude has o exceed 0.5 LSB o oggle he LSB. Noise ampliude of 1-2 LSB is even beer because his will ensure ha several samples do no end up geing he same value. Crierias for noise, when using he decimaion echnique: The signal-componen of ineres should no vary significanly during a conversion. There should be some noise presen in he signal. The ampliude of he noise should be a leas 1 LSB. Normally here will be some noise presen during a conversion. The noise can be hermal noise, noise from he CPU core, swiching of I/O-pors, variaions in he power supply and ohers. This noise will in mos cases be enough o make his mehod work. In specific cases hough, i migh be necessary o add some arificial noise o he inpu signal. This mehod is refereed o as Dihering. Figure 3-1 (a) shows he problem of measuring a signal wih a volage value ha is beween wo quanizaion seps. Averaging four samples would no help, since he same low value would be he resul. I may only help o aenuae signal flucuaion. Figure 3-1 (b) shows ha by adding some arificial noise o he inpu signal, he LSB of he conversion resul will oggle. Adding four of hese samples halves he quanizaion seps, producing resuls ha gives beer represenaions of he inpu value, as shown in Figure 3-1 (c). The ADCs virual resoluion has increased from 10 o 11-bi. This mehod is refereed o as Decimaion and will be explained furher in secion

4 Figure 3-1. Increasing he resoluion from 10-bi o 11-bi. Oupu value Oupu value a) Oupu value b) c) Anoher reason o use his mehod is o increase he Signal o Noise Raio. Enhancing he Effecive Number Of Bis, ENOB, will spread he noise over a greaer binary number. The noises influence on each binary digi will decrease. Doubling he sampling frequency will lower he in-band noise by 3dB, and increase he resoluion of he measuremen by 0.5 bis. 4 AVR121

5 AVR Averaging The convenional meaning of averaging is adding m samples, and dividing he resul by m. Refereed o as normal averaging. Averaging daa from an ADC measuremen is equivalen o a low-pass filer and has he advanage of aenuaing signal flucuaion or noise, and flaen ou peaks in he inpu signal. The Moving Average mehod is very ofen used o do his. I means aking m readings, place hem in a cyclic queue and average he mos recen m. This will give a sligh ime delay, because each sample is a represenaion of he las m samples. This can be done wih or wihou overlapping windows. Figure 3.2 shows seven (Av1-Av7), independenly Moving Average resul wihou overlapping. Figure 3-2. Moving Average principle V Av1 Av2 Av3 Av4 Av5 Av6 Av7 I is imporan o remember ha normal averaging does no increase he resoluion of he conversion. Decimaion, or Inerpolaion, is he averaging mehod, which combined wih oversampling, which increases he resoluion. Digial signal processing ha oversamples and lowpass-filers a signal is ofen referred o as inerpolaion. In his sense, inerpolaion is used o produce new samples as a resul of averaging a larger amoun of samples. The higher he number of samples averaged is, he more selecive he low-pass filer will be, and he beer he inerpolaion. The exra samples, m, achieved by oversampling he signal are added, jus as in normal averaging, bu he resul are no divided by m as in normal averaging. Insead he resul is righ shifed by n, where n is he desired exra bi of resoluion, o scale he answer correcly. Righ shifing a binary number once is equal o dividing he binary number by a facor of 2. As seen from Equaion 3-1, increasing he resoluion from 10-bis o 12-bis requires he summaion of bi values. A sum of bi values generaes a 14-bi resul where he las wo bis are no expeced o hold valuable informaion. To ge back o 12-bi i is necessary o scale he resul. The scale facor, sf, given by Equaion 3-2, is he facor, which he sum of 4 n samples should be divided by, o scale he resul properly. n is he desired number of exra bi. Equaion 3-2. n sf = 2 5

6 3.4 When will Oversampling and Decimaion work? Normally a signal conains some noise, his noise very ofen has he characerisic of Gaussian noise, more commonly known as Whie noise or Thermal noise, recognized by he wide frequency specrum and ha he oal energy is equally divided over he enire frequency range. In hese cases he mehod of Oversampling and decimaion will work, if he ampliude of he noise is sufficien o oggle he LSB of he ADC conversion. In oher cases i migh be necessary o add arificial noise signal o he inpu signal, his mehod is referred o as Dihering. The waveform of his noise should be Gaussian noise, bu a periodical waveform will also work. Wha frequency his noise signal should have depends on he sampling frequency. A rule of humb is: When adding m samples, he noise signals period should no exceed he period of m samples. The ampliude of he noise should be a leas 1 LSB. When adding arificial noise o a signal, i is imporan o remember ha noise has mean value of zero; insufficien oversampling herefore may cause an offse, as shown in Figure 3-3. Figure 3-3. Offse caused by insufficien sampling. V V a) V b) c) 6 AVR121 The sippled line illusraes he averaged value of he sawooh signal. Figure 3-3 (a) will cause a negaive offse. Figure 3-3 (b) will cause a posiive offse. In Figure 3-3

7 AVR121 (c) he sampling is sufficien, and offse is avoided. To creae an arificial noise signal, one of he AVRs couners can be used. Since he couner and he ADC use he same clock source, his gives he possibiliy of synchronizing he noise and he sampling frequencies o avoid offse. 3.5 Example 1 A Brew Maser in Dublin wans o measure he emperaure of a process in his brewery. A slow varying signal represens he emperaure measuremen, and he nominal volage in is environmenal emperaure is 2.5 V. Figure 3-4 shows he characerisic of he emperaure-measuring device. Figure 3-4. Volage / Temperaure funcion Volage [m V] o Temperaure [ o C ] The Brew Maser doesn wan o minimize he dynamic range of he inpu signal and chooses a 5V reference volage for he ADC. In his case a 10-bi ADC canno provide a conversion resul accurae enough, since he resul s LSB represens a ~5mV sep. This is unaccepable since his will give a resul ha may be up o 0.25 C off. The Brew Maser desires he resul o have 0.1 C accuracy, which demands a volage resoluion below 2mV. If he measuremen was represened by a 12 bis ADC, he volage sep represening LSB would decrease o ~1.22mV. Wha he Brew Maser needs o do is o ransform he 10-bi ADC o a virual 12-bi ADC. The inpu signal is varying very slowly; a very high sampling frequency is herefore no required. According o he daashee, he ADC clock frequency should be beween 50kHz and 200kHz o ensure 10-bi effecive resoluion. The Brew Maser herefore chooses a 50kHz ADC clock frequency. Then he sampling frequency becomes ~3800 SPS. A one poin he DC value ha represen he emperaure measuremen is V. Table 3-1 shows he differen resoluion opions measuring his value when Vin = V and VREF = 5V. 7

8 Table 3-1. Resoluion opions. Resoluion Volage resoluion Oversa mpled Righ shifed Ideal decimaed resul Ideal volage represenaion Maximum Bandwidh 10 bi ~5 mv NA NA NA V ~7600Hz (1) 11 bi ~2.5 mv 4X 1X V ~1900Hz (1) 12 bi ~1.22mV 16X 2X V ~475Hz (1) 13 bi ~610 uv 64X 3X V ~118Hz (1) 14 bi ~300 uv 256X 4X V ~29Hz (1) 15 bi ~150 uv 1024X 5X V ~7Hz (1) 16 bi ~75 uv 4096X 6X V ~3Hz (1) Noes: 1. ADC Clock = 200kHz The resul of a single conversion is 505, which a firs glance may seem correc. Bu his binary number also corresponds o for insance V. This makes he user uncerain and causes errors in he emperaure measuremen. In cerain cases his migh be criical. As concluded before; a signal normally includes enough noise o make he decimaion mehod feasible. To increase he resoluion by one bi, four samples from he same neighborhood are added. These samples have values ha differ from each oher by a few LSB, because of he noise. These four samples are added: = According o he decimaion principle he answer now need o be scaled back o 11- bi. I needs o be righ shifed n imes, where n is he desired exra number of bis. The resul is Afer increasing he resoluion, i suddenly is possible o achieve samples beween he original quanizaion seps. Sill, he signal is oversampled enough o increase he resoluion furher, o 12 bi. Adding bi samples and righ-shifing he resul 2 imes will do his. The resul is This number is more reliable, since he error margin is reduced o ~1.22mV using a 12 bi resul. This example shows ha he user who sared off wih a slow varying signal, sampled 3800 imes per second, wih a volage accuracy of ~5mV, now has 240 samples per second wih a 12-bi resoluion, and a volage accuracy of ~1.22mV. The user migh sill wan o even ou signal flucuaions by averaging bi samples, he convenional way. This is done by adding 16 samples and dividing he resul by 16. A he end he user has 15 SPS consising of 16 averaged 12-bi adjacen samples, ( = 3840). Normal averaging will minimize he consequences of random noise, Oversampling and decimaion will uilize he noise o enhance he resoluion 8 AVR121

9 AVR Example 2 To show he efficiency of his mehod, he following example will show ha i is no necessary o use an exernal ADC o ge higher accuracy. A signal generaor is used o produce a linear ramp signal from 0V o 5V. In a low noise environmen, wih a signal generaor and an AVR conroller plugged ino an STK500 board, here may no be enough noise o oggle he las few bis of he 10-bi signal. I is herefore necessary o add arificial noise o he inpu signal, o make he LSB oggle. Four mehods were used successfully: Adding noise, generaed by a signal generaor, direcly o he inpu signal. Generaing noise wih he AVR, using PWM, and adding i o he inpu signal. Adding noise, generaed by he AVR, o AREF when using AVCC as VREF. Adding noise, generaed by he AVR, o AREF when using AREF as VREF. The easies way o diher a signal is o add whie noise direcly o he signal, bu in mos cases he user does no have, or does no wan o have, his kind of noise signal in he measuring environmens. A more available mehod is o se up one of he couners in he AVR o produce a PWM signal and hen low-pass filer his noise o appear as a DC wih a ripple peak-o-peak value of a few LSB. An example of such a filer s deails and componen values are shown in Figure 3-5. Figure 3-5. LP-filer VCC 220Ω AREF 220Ω 0.3uF Timer/Couner 0.1uF 1k Ω 10k Ω If VCC = 5V, he filered signal a he AREF pin appears as 2.5V when he couner s duy-cycle is 0%, and as 5V when he couner s duy-cycle is 100%. In his example he duy cycle of he PWM-signal is 50%, and he base frequency is ~3900Hz. The 10kΩ poeniomeer is used o adjus his ripple. The PWM- signal is used eiher as he reference volage o he ADC a AREF, or as a noise generaor conneced o he AREF pin. Wih AVCC se as ADC reference volage. The idea is ha small variaions in he reference volage will give he same effec as small variaions in he inpu signal, wihou disurbing he inpu signal. Measuring a linear ramp signal as shown in Figure 3-6, gives he four graphs as shown in Figure 3-7, Figure 3-8, Figure 3-9 and Figure Figure 3-7 shows a 10- bi discree represenaion of he inpu ramp signal, measured wihou arificial noise 9

10 added. The quanizaion seps are very marked. To increase he resoluion, he quanizaion seps need o be reduced. Figure 3-8 shows a 12-bi discree represenaion of he inpu signal when AREF is he ADC reference volage, and AREF is added a few LSB noise. According o Equaion 3-1, each 12-bi resul consiss of bi samples. The offse was adjused for he ADC, and in accordance wih Applicaion Noe AVR120, he gainerror also needed adjusmen. Figure 3-9 shows a 14-bi discree represenaion of he inpu signal and Figure 3-10 shows he 16-bi discree represenaion of he inpu signal. When measuring a signal conaining noise, or when he reference volage is varying like in his example, i is imporan o remember ha he op and boom values are decreased by he same value as he ampliude of he noise signal, giving a sligh reducion in he dynamic range of he measured signal. In his cerain case, as a safey margin, he offse was adjused for 100mV. Figure 3-6. Ramp Signal, 0-5V, 100% synchronous. Ramp Signal, 0-5V, 100% synchronous Volage [V] 2,56 2,55 2,54 2,53 2,52 2,51 2,5 2,49 2,48 2,47 Time [s] 10 AVR121

11 AVR121 Figure 3-7. Ramp Signal reproduced wih 10-bi resoluion 10-bi resoluion 2,56 2,55 2,54 Oupu value [V] 2,53 2,52 2,51 2,5 2,49 2,48 2,47 Inpu value [V] Figure 3-8. Ramp Signal reproduced wih 12-bi resoluion 12-bi resoluion 2,56 2,55 2,54 Oupu value [V] 2,53 2,52 2,51 2,5 2,49 2,48 2,47 Inpu value [V] 11

12 Figure 3-9. Ramp Signal reproduced wih 14-bi resoluion 14-bi resoluion 2,56 2,55 2,54 Oupu value [V] 2,53 2,52 2,51 2,5 2,49 2,48 2,47 Inpu value [V] Figure Ramp Signal reproduced wih 16-bi resoluion 16-bi resoluion 2,56 Oupu value [V] 2,55 2,54 2,53 2,52 2,51 2,5 2,49 2,48 2,47 Inpu value [V] One can easily see ha by using he oversampling and decimaion mehod, i is possible o increase resoluion significanly. 12 AVR121

13 AVR121 Summary When he ADC samples a signal, i quanizes he signal in discree seps. This inroduces some error, ofen referred o as quanizaion error. Normal averaging will only even ou signal flucuaions, while Decimaion will increase he resoluion. In a 4- imes-oversampled signal, four adjacen daa poins are averaged o produce a new daa poin. Which frequency o oversample he signal wih, can be calculaed by equaion 3-1. Adding hese exra samples and righ-shifing he resul by a facor n, yields a resul wih resoluion increased by n bis. Averaging four ADC resuls o ge a new ADC resul is he same as if he ADC sampled a ¼ of he rae, bu also has he effec of averaging he quanizaion noise, which improves SNR. This will increase he ENOB and reduce he quanizaion error. Wih he availabiliy of faser ADCs and wih low memory cos, he advanages of oversampling are cos effecive and desirable. Some noise has o be presen in he signal, a leas 1 LSB. If he noise ampliude is no sufficien, add noise o he signal. Accumulae 4 n 10-bi samples, where n is he desired exra number of bis in he resoluion. Scale he accumulaed resul, by righ shifing i n imes. Compensae for errors, according o Applicaion Noe AVR

14 Disclaimer Amel Corporaion 2325 Orchard Parkway San Jose, CA 95131, USA Tel: 1(408) Fax: 1(408) Regional Headquarers Europe Amel Sarl Roue des Arsenaux 41 Case Posale 80 CH-1705 Fribourg Swizerland Tel: (41) Fax: (41) Asia Room 1219 Chinachem Golden Plaza 77 Mody Road Tsimshasui Eas Kowloon Hong Kong Tel: (852) Fax: (852) Japan 9F, Tonesu Shinkawa Bldg Shinkawa Chuo-ku, Tokyo Japan Tel: (81) Fax: (81) Amel Operaions Memory 2325 Orchard Parkway San Jose, CA 95131, USA Tel: 1(408) Fax: 1(408) Microconrollers 2325 Orchard Parkway San Jose, CA 95131, USA Tel: 1(408) Fax: 1(408) La Chanrerie BP Nanes Cedex 3, France Tel: (33) Fax: (33) ASIC/ASSP/Smar Cards Zone Indusrielle Rousse Cedex, France Tel: (33) Fax: (33) Eas Cheyenne Mn. Blvd. Colorado Springs, CO 80906, USA Tel: 1(719) Fax: 1(719) Scoish Enerprise Technology Park Maxwell Building Eas Kilbride G75 0QR, Scoland Tel: (44) Fax: (44) RF/Auomoive Theresiensrasse 2 Posfach Heilbronn, Germany Tel: (49) Fax: (49) Eas Cheyenne Mn. Blvd. Colorado Springs, CO 80906, USA Tel: 1(719) Fax: 1(719) Biomerics/Imaging/Hi-Rel MPU/ High Speed Converers/RF Daacom Avenue de Rochepleine BP Sain-Egreve Cedex, France Tel: (33) Fax: (33) Lieraure Requess Disclaimer: The informaion in his documen is provided in connecion wih Amel producs. No license, express or implied, by esoppel or oherwise, o any inellecual propery righ is graned by his documen or in connecion wih he sale of Amel producs. EXCEPT AS SET FORTH IN ATMEL S TERMS AND CONDITIONS OF SALE LOCATED ON ATMEL S WEB SITE, ATMEL ASSUMES NO LIABILITY WHATSOEVER AND DISCLAIMS ANY EXPRESS, IMPLIED OR STATUTORY WARRANTY RELATING TO ITS PRODUCTS INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. IN NO EVENT SHALL ATMEL BE LIABLE FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, PUNITIVE, SPECIAL OR INCIDENTAL DAMAGES (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF THE USE OR INABILITY TO USE THIS DOCUMENT, EVEN IF ATMEL HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Amel makes no represenaions or warranies wih respec o he accuracy or compleeness of he conens of his documen and reserves he righ o make changes o specificaions and produc descripions a any ime wihou noice. Amel does no make any commimen o updae he informaion conained herein. Unless specifically provided oherwise, Amel producs are no suiable for, and shall no be used in, auomoive applicaions. Amel s producs are no inended, auhorized, or warraned for use as componens in applicaions inended o suppor or susain life. Amel Corporaion All righs reserved. Amel, logo and combinaions hereof, Everywhere You Are, AVR, AVR Sudio and ohers, are he regisered rademarks or rademarks of Amel Corporaion or is subsidiaries. Oher erms and produc names may be rademarks of ohers.

General Porting Considerations. Memory EEPROM XRAM

General Porting Considerations. Memory EEPROM XRAM AVR097: Migration between ATmega128 and ATmega2561 Features General Porting Considerations Memory Clock sources Interrupts Power Management BOD WDT Timers/Counters USART & SPI ADC Analog Comparator ATmega103

More information

PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE

PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE Profi Tes Modelling in Life Assurance Using Spreadshees PROFIT TEST MODELLING IN LIFE ASSURANCE USING SPREADSHEETS PART ONE Erik Alm Peer Millingon 2004 Profi Tes Modelling in Life Assurance Using Spreadshees

More information

AVR317: Using the Master SPI Mode of the USART module. 8-bit Microcontrollers. Application Note. Features. Introduction

AVR317: Using the Master SPI Mode of the USART module. 8-bit Microcontrollers. Application Note. Features. Introduction AVR317: Using the Master SPI Mode of the USART module Features Enables Two SPI buses in one device Hardware buffered SPI communication Polled communication example Interrupt-controlled communication example

More information

AVR305: Half Duplex Compact Software UART. 8-bit Microcontrollers. Application Note. Features. 1 Introduction

AVR305: Half Duplex Compact Software UART. 8-bit Microcontrollers. Application Note. Features. 1 Introduction AVR305: Half Duplex Compact Software UART Features 32 Words of Code, Only Handles Baud Rates of up to 38.4 kbps with a 1 MHz XTAL Runs on Any AVR Device Only Two Port Pins Required Does Not Use Any Timer

More information

AVR319: Using the USI module for SPI communication. 8-bit Microcontrollers. Application Note. Features. Introduction

AVR319: Using the USI module for SPI communication. 8-bit Microcontrollers. Application Note. Features. Introduction AVR319: Using the USI module for SPI communication Features C-code driver for SPI master and slave Uses the USI module Supports SPI Mode 0 and 1 Introduction The Serial Peripheral Interface (SPI) allows

More information

Pulse-Width Modulation Inverters

Pulse-Width Modulation Inverters SECTION 3.6 INVERTERS 189 Pulse-Widh Modulaion Inverers Pulse-widh modulaion is he process of modifying he widh of he pulses in a pulse rain in direc proporion o a small conrol signal; he greaer he conrol

More information

Monotonic, Inrush Current Limited Start-Up for Linear Regulators

Monotonic, Inrush Current Limited Start-Up for Linear Regulators Applicaion epor SLA156 March 2004 Monoonic, Inrush urren Limied Sar-Up for Linear egulaors Jeff Falin PMP Porable Producs ABSA he oupu volage of a linear regulaor ends o rise quickly afer i is enabled.

More information

8-bit Microcontroller. Application Note. AVR400: Low Cost A/D Converter

8-bit Microcontroller. Application Note. AVR400: Low Cost A/D Converter AVR400: Low Cost A/D Converter Features Interrupt Driven : 23 Words Low Use of External Components Resolution: 6 Bits Measurement Range: 0-2 V Runs on Any AVR Device with 8-bit Timer/Counter and Analog

More information

AVR134: Real Time Clock (RTC) using the Asynchronous Timer. 8-bit Microcontrollers. Application Note. Features. 1 Introduction

AVR134: Real Time Clock (RTC) using the Asynchronous Timer. 8-bit Microcontrollers. Application Note. Features. 1 Introduction AVR134: Real Time Clock (RTC) using the Asynchronous Timer Features Real Time Clock with Very Low Power Consumption (4 μa @ 3.3V) Very Low Cost Solution Adjustable Prescaler to Adjust Precision Counts

More information

DC-DC Boost Converter with Constant Output Voltage for Grid Connected Photovoltaic Application System

DC-DC Boost Converter with Constant Output Voltage for Grid Connected Photovoltaic Application System DC-DC Boos Converer wih Consan Oupu Volage for Grid Conneced Phoovolaic Applicaion Sysem Pui-Weng Chan, Syafrudin Masri Universii Sains Malaysia E-mail: edmond_chan85@homail.com, syaf@eng.usm.my Absrac

More information

µ r of the ferrite amounts to 1000...4000. It should be noted that the magnetic length of the + δ

µ r of the ferrite amounts to 1000...4000. It should be noted that the magnetic length of the + δ Page 9 Design of Inducors and High Frequency Transformers Inducors sore energy, ransformers ransfer energy. This is he prime difference. The magneic cores are significanly differen for inducors and high

More information

Duration and Convexity ( ) 20 = Bond B has a maturity of 5 years and also has a required rate of return of 10%. Its price is $613.

Duration and Convexity ( ) 20 = Bond B has a maturity of 5 years and also has a required rate of return of 10%. Its price is $613. Graduae School of Business Adminisraion Universiy of Virginia UVA-F-38 Duraion and Convexiy he price of a bond is a funcion of he promised paymens and he marke required rae of reurn. Since he promised

More information

8-bit Microcontroller. Application Note. AVR222: 8-point Moving Average Filter

8-bit Microcontroller. Application Note. AVR222: 8-point Moving Average Filter AVR222: 8-point Moving Average Filter Features 31-word Subroutine Filters Data Arrays up to 256 Bytes Runable Demo Program Introduction The moving average filter is a simple Low Pass FIR (Finite Impulse

More information

Switching Regulator IC series Capacitor Calculation for Buck converter IC

Switching Regulator IC series Capacitor Calculation for Buck converter IC Swiching Regulaor IC series Capacior Calculaion for Buck converer IC No.14027ECY02 This applicaion noe explains he calculaion of exernal capacior value for buck converer IC circui. Buck converer IIN IDD

More information

Voltage level shifting

Voltage level shifting rek Applicaion Noe Number 1 r. Maciej A. Noras Absrac A brief descripion of volage shifing circuis. 1 Inroducion In applicaions requiring a unipolar A volage signal, he signal may be delivered from a bi-polar

More information

Nikkei Stock Average Volatility Index Real-time Version Index Guidebook

Nikkei Stock Average Volatility Index Real-time Version Index Guidebook Nikkei Sock Average Volailiy Index Real-ime Version Index Guidebook Nikkei Inc. Wih he modificaion of he mehodology of he Nikkei Sock Average Volailiy Index as Nikkei Inc. (Nikkei) sars calculaing and

More information

9. Capacitor and Resistor Circuits

9. Capacitor and Resistor Circuits ElecronicsLab9.nb 1 9. Capacior and Resisor Circuis Inroducion hus far we have consider resisors in various combinaions wih a power supply or baery which provide a consan volage source or direc curren

More information

AVR32701: AVR32AP7 USB Performance. 32-bit Microcontrollers. Application Note. Features. 1 Introduction

AVR32701: AVR32AP7 USB Performance. 32-bit Microcontrollers. Application Note. Features. 1 Introduction AVR32701: AVR32AP7 USB Performance Features Linux USB bulk transfer performance ATSTK1000 (32-bit SDRAM bus width) ATNGW100 (16-bit SDRAM bus width) GadgetFS driver and gadgetfs-test application USB performance

More information

8-bit RISC Microcontroller. Application Note. AVR182: Zero Cross Detector

8-bit RISC Microcontroller. Application Note. AVR182: Zero Cross Detector AVR182: Zero Cross Detector Features Interrupt Driven Modular C Source Code Size Efficient Code Accurate and Fast Detection A Minimum of External Components Introduction One of the many issues with developing

More information

LLC Resonant Converter Reference Design using the dspic DSC

LLC Resonant Converter Reference Design using the dspic DSC LLC Resonan Converer Reference Design using he dspic DSC 2010 Microchip Technology Incorporaed. All Righs Reserved. LLC Resonan Converer Webinar Slide 1 Hello, and welcome o his web seminar on Microchip

More information

Analogue and Digital Signal Processing. First Term Third Year CS Engineering By Dr Mukhtiar Ali Unar

Analogue and Digital Signal Processing. First Term Third Year CS Engineering By Dr Mukhtiar Ali Unar Analogue and Digial Signal Processing Firs Term Third Year CS Engineering By Dr Mukhiar Ali Unar Recommended Books Haykin S. and Van Veen B.; Signals and Sysems, John Wiley& Sons Inc. ISBN: 0-7-380-7 Ifeachor

More information

AVR030: Getting Started with IAR Embedded Workbench for Atmel AVR. 8-bit Microcontrollers. Application Note. Features.

AVR030: Getting Started with IAR Embedded Workbench for Atmel AVR. 8-bit Microcontrollers. Application Note. Features. AVR030: Getting Started with IAR Embedded Workbench for Atmel AVR Features How to open a new workspace and project in IAR Embedded Workbench Description and option settings for compiling the c-code Setting

More information

Economics Honors Exam 2008 Solutions Question 5

Economics Honors Exam 2008 Solutions Question 5 Economics Honors Exam 2008 Soluions Quesion 5 (a) (2 poins) Oupu can be decomposed as Y = C + I + G. And we can solve for i by subsiuing in equaions given in he quesion, Y = C + I + G = c 0 + c Y D + I

More information

CHARGE AND DISCHARGE OF A CAPACITOR

CHARGE AND DISCHARGE OF A CAPACITOR REFERENCES RC Circuis: Elecrical Insrumens: Mos Inroducory Physics exs (e.g. A. Halliday and Resnick, Physics ; M. Sernheim and J. Kane, General Physics.) This Laboraory Manual: Commonly Used Insrumens:

More information

Making a Faster Cryptanalytic Time-Memory Trade-Off

Making a Faster Cryptanalytic Time-Memory Trade-Off Making a Faser Crypanalyic Time-Memory Trade-Off Philippe Oechslin Laboraoire de Securié e de Crypographie (LASEC) Ecole Polyechnique Fédérale de Lausanne Faculé I&C, 1015 Lausanne, Swizerland philippe.oechslin@epfl.ch

More information

Random Walk in 1-D. 3 possible paths x vs n. -5 For our random walk, we assume the probabilities p,q do not depend on time (n) - stationary

Random Walk in 1-D. 3 possible paths x vs n. -5 For our random walk, we assume the probabilities p,q do not depend on time (n) - stationary Random Walk in -D Random walks appear in many cones: diffusion is a random walk process undersanding buffering, waiing imes, queuing more generally he heory of sochasic processes gambling choosing he bes

More information

AVR106: C functions for reading and writing to Flash memory. 8-bit Microcontrollers. Application Note. Features. Introduction

AVR106: C functions for reading and writing to Flash memory. 8-bit Microcontrollers. Application Note. Features. Introduction AVR106: C functions for reading and writing to Flash memory Features C functions for accessing Flash memory - Byte read - Page read - Byte write - Page write Optional recovery on power failure Functions

More information

Multiprocessor Systems-on-Chips

Multiprocessor Systems-on-Chips Par of: Muliprocessor Sysems-on-Chips Edied by: Ahmed Amine Jerraya and Wayne Wolf Morgan Kaufmann Publishers, 2005 2 Modeling Shared Resources Conex swiching implies overhead. On a processing elemen,

More information

Package SJP. Parameter Symbol Conditions Rating Unit Remarks Transient Peak Reverse Voltage V RSM 30 V Repetitive Peak Reverse Voltage, V RM 30 V

Package SJP. Parameter Symbol Conditions Rating Unit Remarks Transient Peak Reverse Voltage V RSM 30 V Repetitive Peak Reverse Voltage, V RM 30 V V RM = 30 V, I F(AV) = A Schoky Diode Daa Shee Descripion is a Schoky diode ha is low forward volage drop, and achieves high efficiency recificaion circui. Package SJP (2) Feaures Low Sauraion Volage High

More information

Application of Fast Response Dual-Colour Pyroelectric Detectors with Integrated Op Amp in a Low Power NDIR Gas Monitor

Application of Fast Response Dual-Colour Pyroelectric Detectors with Integrated Op Amp in a Low Power NDIR Gas Monitor Applicaion of Fas Response DualColour Pyroelecric Deecors wih Inegraed Op Amp in a Low Power NDIR Gas Monior Infraec GmbH, Gosrizer Sr. 663, 027 Dresden. Inroducion Monioring he concenraion of carbon dioxide

More information

NOTES ON OSCILLOSCOPES

NOTES ON OSCILLOSCOPES NOTES ON OSCILLOSCOPES NOTES ON... OSCILLOSCOPES... Oscilloscope... Analog and Digial... Analog Oscilloscopes... Cahode Ray Oscilloscope Principles... 5 Elecron Gun... 5 The Deflecion Sysem... 6 Displaying

More information

8-bit RISC Microcontroller. Application Note. AVR236: CRC Check of Program Memory

8-bit RISC Microcontroller. Application Note. AVR236: CRC Check of Program Memory AVR236: CRC Check of Program Memory Features CRC Generation and Checking of Program Memory Supports all AVR Controllers with LPM Instruction Compact Code Size, 44 Words (CRC Generation and CRC Checking)

More information

Module 4. Single-phase AC circuits. Version 2 EE IIT, Kharagpur

Module 4. Single-phase AC circuits. Version 2 EE IIT, Kharagpur Module 4 Single-phase A circuis ersion EE T, Kharagpur esson 5 Soluion of urren in A Series and Parallel ircuis ersion EE T, Kharagpur n he las lesson, wo poins were described:. How o solve for he impedance,

More information

TSG-RAN Working Group 1 (Radio Layer 1) meeting #3 Nynashamn, Sweden 22 nd 26 th March 1999

TSG-RAN Working Group 1 (Radio Layer 1) meeting #3 Nynashamn, Sweden 22 nd 26 th March 1999 TSG-RAN Working Group 1 (Radio Layer 1) meeing #3 Nynashamn, Sweden 22 nd 26 h March 1999 RAN TSGW1#3(99)196 Agenda Iem: 9.1 Source: Tile: Documen for: Moorola Macro-diversiy for he PRACH Discussion/Decision

More information

LEASING VERSUSBUYING

LEASING VERSUSBUYING LEASNG VERSUSBUYNG Conribued by James D. Blum and LeRoy D. Brooks Assisan Professors of Business Adminisraion Deparmen of Business Adminisraion Universiy of Delaware Newark, Delaware The auhors discuss

More information

AVR32138: How to optimize the ADC usage on AT32UC3A0/1, AT32UC3A3 and AT32UC3B0/1 series. 32-bit Microcontrollers. Application Note.

AVR32138: How to optimize the ADC usage on AT32UC3A0/1, AT32UC3A3 and AT32UC3B0/1 series. 32-bit Microcontrollers. Application Note. AVR32138: How to optimize the ADC usage on AT32UC3A0/1, AT32UC3A3 and AT32UC3B0/1 series 1 Introduction This application note outlines the steps necessary to optimize analog to digital conversions on AT32UC3A0/1,

More information

Why Did the Demand for Cash Decrease Recently in Korea?

Why Did the Demand for Cash Decrease Recently in Korea? Why Did he Demand for Cash Decrease Recenly in Korea? Byoung Hark Yoo Bank of Korea 26. 5 Absrac We explores why cash demand have decreased recenly in Korea. The raio of cash o consumpion fell o 4.7% in

More information

Individual Health Insurance April 30, 2008 Pages 167-170

Individual Health Insurance April 30, 2008 Pages 167-170 Individual Healh Insurance April 30, 2008 Pages 167-170 We have received feedback ha his secion of he e is confusing because some of he defined noaion is inconsisen wih comparable life insurance reserve

More information

Option Put-Call Parity Relations When the Underlying Security Pays Dividends

Option Put-Call Parity Relations When the Underlying Security Pays Dividends Inernaional Journal of Business and conomics, 26, Vol. 5, No. 3, 225-23 Opion Pu-all Pariy Relaions When he Underlying Securiy Pays Dividends Weiyu Guo Deparmen of Finance, Universiy of Nebraska Omaha,

More information

Application Note. C51 Bootloaders. C51 General Information about Bootloader and In System Programming. Overview. Abreviations

Application Note. C51 Bootloaders. C51 General Information about Bootloader and In System Programming. Overview. Abreviations C51 General Information about Bootloader and In System Programming Overview This document describes the Atmel Bootloaders for 8051 family processors. Abreviations ISP: In-System Programming API : Applications

More information

Chapter 8: Regression with Lagged Explanatory Variables

Chapter 8: Regression with Lagged Explanatory Variables Chaper 8: Regression wih Lagged Explanaory Variables Time series daa: Y for =1,..,T End goal: Regression model relaing a dependen variable o explanaory variables. Wih ime series new issues arise: 1. One

More information

Markit Excess Return Credit Indices Guide for price based indices

Markit Excess Return Credit Indices Guide for price based indices Marki Excess Reurn Credi Indices Guide for price based indices Sepember 2011 Marki Excess Reurn Credi Indices Guide for price based indices Conens Inroducion...3 Index Calculaion Mehodology...4 Semi-annual

More information

AT89C5131A Starter Kit... Software User Guide

AT89C5131A Starter Kit... Software User Guide AT89C5131A Starter Kit... Software User Guide Table of Contents Section 1 Introduction... 1-1 1.1 Abbreviations...1-1 Section 2 Getting Started... 2-3 2.1 Hardware Requirements...2-3 2.2 Software Requirements...2-3

More information

TEMPORAL PATTERN IDENTIFICATION OF TIME SERIES DATA USING PATTERN WAVELETS AND GENETIC ALGORITHMS

TEMPORAL PATTERN IDENTIFICATION OF TIME SERIES DATA USING PATTERN WAVELETS AND GENETIC ALGORITHMS TEMPORAL PATTERN IDENTIFICATION OF TIME SERIES DATA USING PATTERN WAVELETS AND GENETIC ALGORITHMS RICHARD J. POVINELLI AND XIN FENG Deparmen of Elecrical and Compuer Engineering Marquee Universiy, P.O.

More information

GUIDE GOVERNING SMI RISK CONTROL INDICES

GUIDE GOVERNING SMI RISK CONTROL INDICES GUIDE GOVERNING SMI RISK CONTROL IND ICES SIX Swiss Exchange Ld 04/2012 i C O N T E N T S 1. Index srucure... 1 1.1 Concep... 1 1.2 General principles... 1 1.3 Index Commission... 1 1.4 Review of index

More information

CALCULATION OF OMX TALLINN

CALCULATION OF OMX TALLINN CALCULATION OF OMX TALLINN CALCULATION OF OMX TALLINN 1. OMX Tallinn index...3 2. Terms in use...3 3. Comuaion rules of OMX Tallinn...3 3.1. Oening, real-ime and closing value of he Index...3 3.2. Index

More information

Morningstar Investor Return

Morningstar Investor Return Morningsar Invesor Reurn Morningsar Mehodology Paper Augus 31, 2010 2010 Morningsar, Inc. All righs reserved. The informaion in his documen is he propery of Morningsar, Inc. Reproducion or ranscripion

More information

Smart Highside Power Switch

Smart Highside Power Switch Smar ighside Power Swich Feaures Overload proecion Curren limiaion Shor circui proecion Thermal shudown Overvolage proecion (including load dump) Reverse baery proecion ) Undervolage and overvolage shudown

More information

IR Receiver Module for Light Barrier Systems

IR Receiver Module for Light Barrier Systems IR Receiver Module for Ligh Barrier Sysems MECHANICAL DATA Pinning: 1 = OUT, 2 = GND, 3 = V S 19026 APPLICATIONS Reflecive sensors for hand dryers, owel or soap dispensers, waer fauces, oile flush Vending

More information

8-bit Microcontroller. Application Note. AVR314: DTMF Generator

8-bit Microcontroller. Application Note. AVR314: DTMF Generator AVR314: DTMF Generator Features Generation of Sine Waves Using PWM (Pulse-Width Modulation) Combine Different Sine Waves to DTMF Signal Assembler and C High-level Language Code STK500 Top-Module Design

More information

Chapter 1.6 Financial Management

Chapter 1.6 Financial Management Chaper 1.6 Financial Managemen Par I: Objecive ype quesions and answers 1. Simple pay back period is equal o: a) Raio of Firs cos/ne yearly savings b) Raio of Annual gross cash flow/capial cos n c) = (1

More information

Signal Rectification

Signal Rectification 9/3/25 Signal Recificaion.doc / Signal Recificaion n imporan applicaion of juncion diodes is signal recificaion. here are wo ypes of signal recifiers, half-wae and fullwae. Le s firs consider he ideal

More information

3-output Laser Driver for HD-DVD/ Blu-ray/DVD/ CD-ROM ATR0885. Preliminary. Summary

3-output Laser Driver for HD-DVD/ Blu-ray/DVD/ CD-ROM ATR0885. Preliminary. Summary Features Three Selectable Outputs All Outputs Can Be Used Either for Standard (5V) or High Voltage (9V) Maximum Output Current at All Outputs Up to 150 ma On-chip Low-EMI RF Oscillator With Spread-spectrum

More information

Cointegration: The Engle and Granger approach

Cointegration: The Engle and Granger approach Coinegraion: The Engle and Granger approach Inroducion Generally one would find mos of he economic variables o be non-saionary I(1) variables. Hence, any equilibrium heories ha involve hese variables require

More information

BALANCE OF PAYMENTS. First quarter 2008. Balance of payments

BALANCE OF PAYMENTS. First quarter 2008. Balance of payments BALANCE OF PAYMENTS DATE: 2008-05-30 PUBLISHER: Balance of Paymens and Financial Markes (BFM) Lena Finn + 46 8 506 944 09, lena.finn@scb.se Camilla Bergeling +46 8 506 942 06, camilla.bergeling@scb.se

More information

Chapter 4: Exponential and Logarithmic Functions

Chapter 4: Exponential and Logarithmic Functions Chaper 4: Eponenial and Logarihmic Funcions Secion 4.1 Eponenial Funcions... 15 Secion 4. Graphs of Eponenial Funcions... 3 Secion 4.3 Logarihmic Funcions... 4 Secion 4.4 Logarihmic Properies... 53 Secion

More information

Distributed Echo Cancellation in Multimedia Conferencing System

Distributed Echo Cancellation in Multimedia Conferencing System Disribued Echo Cancellaion in Mulimedia Conferencing Sysem Balan Sinniah 1, Sureswaran Ramadass 2 1 KDU College Sdn.Bhd, A Paramoun Corporaion Company, 32, Jalan Anson, 10400 Penang, Malaysia. sbalan@kdupg.edu.my

More information

Principal components of stock market dynamics. Methodology and applications in brief (to be updated ) Andrei Bouzaev, bouzaev@ya.

Principal components of stock market dynamics. Methodology and applications in brief (to be updated ) Andrei Bouzaev, bouzaev@ya. Principal componens of sock marke dynamics Mehodology and applicaions in brief o be updaed Andrei Bouzaev, bouzaev@ya.ru Why principal componens are needed Objecives undersand he evidence of more han one

More information

17 Laplace transform. Solving linear ODE with piecewise continuous right hand sides

17 Laplace transform. Solving linear ODE with piecewise continuous right hand sides 7 Laplace ransform. Solving linear ODE wih piecewise coninuous righ hand sides In his lecure I will show how o apply he Laplace ransform o he ODE Ly = f wih piecewise coninuous f. Definiion. A funcion

More information

A Note on Using the Svensson procedure to estimate the risk free rate in corporate valuation

A Note on Using the Svensson procedure to estimate the risk free rate in corporate valuation A Noe on Using he Svensson procedure o esimae he risk free rae in corporae valuaion By Sven Arnold, Alexander Lahmann and Bernhard Schwezler Ocober 2011 1. The risk free ineres rae in corporae valuaion

More information

Product Operation and Setup Instructions

Product Operation and Setup Instructions A9 Please read and save hese insrucions. Read carefully before aemping o assemble, insall, operae, or mainain he produc described. Proec yourself and ohers by observing all safey informaion. Failure o

More information

Prostate Cancer. Options for Localised Cancer

Prostate Cancer. Options for Localised Cancer Prosae Cancer Opions for Localised Cancer You or someone you know is considering reamen opions for localised prosae cancer. his leafle is designed o give you a shor overview of he opions available. For

More information

Chapter 6: Business Valuation (Income Approach)

Chapter 6: Business Valuation (Income Approach) Chaper 6: Business Valuaion (Income Approach) Cash flow deerminaion is one of he mos criical elemens o a business valuaion. Everyhing may be secondary. If cash flow is high, hen he value is high; if he

More information

Appendix D Flexibility Factor/Margin of Choice Desktop Research

Appendix D Flexibility Factor/Margin of Choice Desktop Research Appendix D Flexibiliy Facor/Margin of Choice Deskop Research Cheshire Eas Council Cheshire Eas Employmen Land Review Conens D1 Flexibiliy Facor/Margin of Choice Deskop Research 2 Final Ocober 2012 \\GLOBAL.ARUP.COM\EUROPE\MANCHESTER\JOBS\200000\223489-00\4

More information

AVR353: Voltage Reference Calibration and Voltage ADC Usage. 8-bit Microcontrollers. Application Note. Features. 1 Introduction

AVR353: Voltage Reference Calibration and Voltage ADC Usage. 8-bit Microcontrollers. Application Note. Features. 1 Introduction AVR353: Voltage Reference Calibration and Voltage ADC Usage Features Voltage reference calibration. - 1.100V +/-1mV (typical) and < 90ppm/ C drift from 10 C to +70 C. Interrupt controlled voltage ADC sampling.

More information

How to Calculate the Capacitor of the Reset Input of a C51 Microcontroller 80C51. Application Note. Microcontrollers. Introduction

How to Calculate the Capacitor of the Reset Input of a C51 Microcontroller 80C51. Application Note. Microcontrollers. Introduction How to Calculate the Capacitor of the Reset Input of a C51 Microcontroller This application note explains how the reset of the 80C51 microcontroller works when the RST pin is a pure input pin and when

More information

PI4ULS5V202 2-Bit Bi-directional Level Shifter with Automatic Sensing & Ultra Tiny Package

PI4ULS5V202 2-Bit Bi-directional Level Shifter with Automatic Sensing & Ultra Tiny Package Feaures can be Less han, Greaer han or Equal o V CCB 1.2V o 5.5V on A Por and 1.2V o 5.5V on B Por High Speed wih 20 Mb/s Daa Rae for push-pull applicaion High Speed wih 2 Mb/s Daa Rae for open-drain applicaion

More information

Inductance and Transient Circuits

Inductance and Transient Circuits Chaper H Inducance and Transien Circuis Blinn College - Physics 2426 - Terry Honan As a consequence of Faraday's law a changing curren hrough one coil induces an EMF in anoher coil; his is known as muual

More information

< IGBT MODULES > CM400DY-34A HIGH POWER SWITCHING USE INSULATED TYPE APPLICATION

< IGBT MODULES > CM400DY-34A HIGH POWER SWITCHING USE INSULATED TYPE APPLICATION Dual (Half-Bridge) Collecor curren I C...... 4A Collecor-emier volage CES... 7 Maximum juncion emperaure T jmax... 5 C Fla base Type Copper base plae (non-plaing) RoHS Direcive complian UL Recognized under

More information

Capital Budgeting and Initial Cash Outlay (ICO) Uncertainty

Capital Budgeting and Initial Cash Outlay (ICO) Uncertainty Financial Decisions, Summer 006, Aricle Capial Budgeing and Iniial Cash Oulay (ICO) Uncerainy Michael C. Ehrhard and John M. Wachowicz, Jr. * * The Paul and Beverly Casagna Professor of Finance and Professor

More information

II.1. Debt reduction and fiscal multipliers. dbt da dpbal da dg. bal

II.1. Debt reduction and fiscal multipliers. dbt da dpbal da dg. bal Quarerly Repor on he Euro Area 3/202 II.. Deb reducion and fiscal mulipliers The deerioraion of public finances in he firs years of he crisis has led mos Member Saes o adop sizeable consolidaion packages.

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems TSOP382.., TSOP384.. IR Receiver Modules for MECHANICAL DATA Pinning: = OUT, 2 =, 3 = V S 926 FEATURES Very low supply curren Phoo deecor and preamplifier in one package Inernal filer for PCM frequency

More information

AVR1309: Using the XMEGA SPI. 8-bit Microcontrollers. Application Note. Features. 1 Introduction SCK MOSI MISO SS

AVR1309: Using the XMEGA SPI. 8-bit Microcontrollers. Application Note. Features. 1 Introduction SCK MOSI MISO SS AVR1309: Using the XMEGA SPI Features Introduction to SPI and the XMEGA SPI module Setup and use of the XMEGA SPI module Implementation of module drivers Polled master Interrupt controlled master Polled

More information

Photo Modules for PCM Remote Control Systems

Photo Modules for PCM Remote Control Systems Phoo Modules for PCM Remoe Conrol Sysems Available ypes for differen carrier frequencies Type fo Type fo TSOP173 3 khz TSOP1733 33 khz TSOP1736 36 khz TSOP1737 36.7 khz TSOP1738 38 khz TSOP174 4 khz TSOP1756

More information

Gate protection. Current limit. Overvoltage protection. Limit for unclamped ind. loads. Charge pump Level shifter. Rectifier. Open load detection

Gate protection. Current limit. Overvoltage protection. Limit for unclamped ind. loads. Charge pump Level shifter. Rectifier. Open load detection Smar ighside Power Swich for ndusrial Applicaions Feaures Overload proecion Curren limiaion Shor circui proecion Thermal shudown Overvolage proecion (including load dump) Fas demagneizaion of inducive

More information

Tag Tuning/RFID. Application Note. Tag Tuning. Introduction. Antenna Equivalent Circuit

Tag Tuning/RFID. Application Note. Tag Tuning. Introduction. Antenna Equivalent Circuit Tag Tuning Introduction RFID tags extract all of their power to both operate and communicate from the reader s magnetic field. Coupling between the tag and reader is via the mutual inductance of the two

More information

AT91 ARM Thumb Microcontrollers. Application Note. Interfacing a PC Card to an AT91RM9200-DK. Introduction. Hardware Interface

AT91 ARM Thumb Microcontrollers. Application Note. Interfacing a PC Card to an AT91RM9200-DK. Introduction. Hardware Interface Interfacing a PC Card to an AT91RM9200-DK Introduction This Application Note describes the implementation of a PCMCIA interface on an AT91RM9200 Development Kit (DK) using the External Bus Interface (EBI).

More information

AVR245: Code Lock with 4x4 Keypad and I2C LCD. 8-bit Microcontrollers. Application Note. Features. 1 Introduction

AVR245: Code Lock with 4x4 Keypad and I2C LCD. 8-bit Microcontrollers. Application Note. Features. 1 Introduction AVR245: Code Lock with 4x4 Keypad and I2C LCD Features Application example for code lock - Ideal for low pin count AVRs Uses I/O pins to read 4x4 keypad Uses Timer/Counter to control piezoelectric buzzer

More information

Task is a schedulable entity, i.e., a thread

Task is a schedulable entity, i.e., a thread Real-Time Scheduling Sysem Model Task is a schedulable eniy, i.e., a hread Time consrains of periodic ask T: - s: saring poin - e: processing ime of T - d: deadline of T - p: period of T Periodic ask T

More information

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011ABV1 EKHBRD014ABV1 EKHBRD016ABV1

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011ABV1 EKHBRD014ABV1 EKHBRD016ABV1 OPERAION MANUAL Indoor uni for air o waer hea pump sysem and opions EKHBRD011ABV1 EKHBRD014ABV1 EKHBRD016ABV1 EKHBRD011ABY1 EKHBRD014ABY1 EKHBRD016ABY1 EKHBRD011ACV1 EKHBRD014ACV1 EKHBRD016ACV1 EKHBRD011ACY1

More information

CLOCK SKEW CAUSES CLOCK SKEW DUE TO THE DRIVER EROSION OF THE CLOCK PERIOD

CLOCK SKEW CAUSES CLOCK SKEW DUE TO THE DRIVER EROSION OF THE CLOCK PERIOD DESIGNING WITH HIGH SPEED CLOCK DRIERS CONFERENCE PAPER CP-19 Inegraed Device Technology, Inc. By Sanley Hronik ABSTRACT Today s high speed sysems are encounering problems wih clocking ha were no consideraions

More information

Quick Start Guide. CAN Microcontrollers. ATADAPCAN01 - STK501 CAN Extension. Requirements

Quick Start Guide. CAN Microcontrollers. ATADAPCAN01 - STK501 CAN Extension. Requirements ATADAPCAN01 - STK501 CAN Extension The ATADAPCAN01 - STK501 CAN add-on is an extension to the STK500 and STK501 development boards from Atmel Corporation, adding support for the AVR AT90CAN128 device in

More information

INTRODUCTION TO FORECASTING

INTRODUCTION TO FORECASTING INTRODUCTION TO FORECASTING INTRODUCTION: Wha is a forecas? Why do managers need o forecas? A forecas is an esimae of uncerain fuure evens (lierally, o "cas forward" by exrapolaing from pas and curren

More information

Capacitors and inductors

Capacitors and inductors Capaciors and inducors We coninue wih our analysis of linear circuis by inroducing wo new passive and linear elemens: he capacior and he inducor. All he mehods developed so far for he analysis of linear

More information

Appendix A: Area. 1 Find the radius of a circle that has circumference 12 inches.

Appendix A: Area. 1 Find the radius of a circle that has circumference 12 inches. Appendi A: Area worked-ou s o Odd-Numbered Eercises Do no read hese worked-ou s before aemping o do he eercises ourself. Oherwise ou ma mimic he echniques shown here wihou undersanding he ideas. Bes wa

More information

Term Structure of Prices of Asian Options

Term Structure of Prices of Asian Options Term Srucure of Prices of Asian Opions Jirô Akahori, Tsuomu Mikami, Kenji Yasuomi and Teruo Yokoa Dep. of Mahemaical Sciences, Risumeikan Universiy 1-1-1 Nojihigashi, Kusasu, Shiga 525-8577, Japan E-mail:

More information

Silicon Diffused Power Transistor

Silicon Diffused Power Transistor GENERAL DESCRIPTION High volage, high-speed swiching npn ransisors in a fully isolaed SOT99 envelope, primarily for use in horizonal deflecion circuis of colour elevision receivers. QUICK REFERENCE DATA

More information

I C... 1000 A V CES... 1700 V Flat base Type Copper (non-plating) base plate RoHS Directive compliant. UL Recognized under UL1557, File E323585

I C... 1000 A V CES... 1700 V Flat base Type Copper (non-plating) base plate RoHS Directive compliant. UL Recognized under UL1557, File E323585 CMDUC-34NF CMDUC-34NF - MPD series using 5 h Generaion IGBT and FWDi - I C.... A CES....... 17 Fla base Type Copper (non-plaing) base plae RoHS Direcive complian Dual swich (Half-Bridge) UL Recognized

More information

Chapter 7. Response of First-Order RL and RC Circuits

Chapter 7. Response of First-Order RL and RC Circuits Chaper 7. esponse of Firs-Order L and C Circuis 7.1. The Naural esponse of an L Circui 7.2. The Naural esponse of an C Circui 7.3. The ep esponse of L and C Circuis 7.4. A General oluion for ep and Naural

More information

Measuring macroeconomic volatility Applications to export revenue data, 1970-2005

Measuring macroeconomic volatility Applications to export revenue data, 1970-2005 FONDATION POUR LES ETUDES ET RERS LE DEVELOPPEMENT INTERNATIONAL Measuring macroeconomic volailiy Applicaions o expor revenue daa, 1970-005 by Joël Cariolle Policy brief no. 47 March 01 The FERDI is a

More information

8-bit Microcontroller. Application Note. AVR415: RC5 IR Remote Control Transmitter. Features. Introduction. Figure 1.

8-bit Microcontroller. Application Note. AVR415: RC5 IR Remote Control Transmitter. Features. Introduction. Figure 1. AVR415: RC5 IR Remote Control Transmitter Features Utilizes ATtiny28 Special HW Modulator and High Current Drive Pin Size Efficient Code, Leaves Room for Large User Code Low Power Consumption through Intensive

More information

AVR32110: Using the AVR32 Timer/Counter. 32-bit Microcontrollers. Application Note. Features. 1 Introduction

AVR32110: Using the AVR32 Timer/Counter. 32-bit Microcontrollers. Application Note. Features. 1 Introduction AVR32110: Using the AVR32 Timer/Counter Features Three independent 16 bit Timer/Counter Channels Multiple uses: - Waveform generation - Analysis and measurement support: Frequency and interval measurements

More information

Chapter 2 Problems. 3600s = 25m / s d = s t = 25m / s 0.5s = 12.5m. Δx = x(4) x(0) =12m 0m =12m

Chapter 2 Problems. 3600s = 25m / s d = s t = 25m / s 0.5s = 12.5m. Δx = x(4) x(0) =12m 0m =12m Chaper 2 Problems 2.1 During a hard sneeze, your eyes migh shu for 0.5s. If you are driving a car a 90km/h during such a sneeze, how far does he car move during ha ime s = 90km 1000m h 1km 1h 3600s = 25m

More information

The Grantor Retained Annuity Trust (GRAT)

The Grantor Retained Annuity Trust (GRAT) WEALTH ADVISORY Esae Planning Sraegies for closely-held, family businesses The Granor Reained Annuiy Trus (GRAT) An efficien wealh ransfer sraegy, paricularly in a low ineres rae environmen Family business

More information

Real-time Particle Filters

Real-time Particle Filters Real-ime Paricle Filers Cody Kwok Dieer Fox Marina Meilă Dep. of Compuer Science & Engineering, Dep. of Saisics Universiy of Washingon Seale, WA 9895 ckwok,fox @cs.washingon.edu, mmp@sa.washingon.edu Absrac

More information

Signal Processing and Linear Systems I

Signal Processing and Linear Systems I Sanford Universiy Summer 214-215 Signal Processing and Linear Sysems I Lecure 5: Time Domain Analysis of Coninuous Time Sysems June 3, 215 EE12A:Signal Processing and Linear Sysems I; Summer 14-15, Gibbons

More information

Time-Expanded Sampling (TES) For Ensemble-based Data Assimilation Applied To Conventional And Satellite Observations

Time-Expanded Sampling (TES) For Ensemble-based Data Assimilation Applied To Conventional And Satellite Observations 27 h WAF/23 rd NWP, 29 June 3 July 2015, Chicago IL. 1 Time-Expanded Sampling (TES) For Ensemble-based Daa Assimilaion Applied To Convenional And Saellie Observaions Allen Zhao 1, Qin Xu 2, Yi Jin 1, Jusin

More information

INTEREST RATE FUTURES AND THEIR OPTIONS: SOME PRICING APPROACHES

INTEREST RATE FUTURES AND THEIR OPTIONS: SOME PRICING APPROACHES INTEREST RATE FUTURES AND THEIR OPTIONS: SOME PRICING APPROACHES OPENGAMMA QUANTITATIVE RESEARCH Absrac. Exchange-raded ineres rae fuures and heir opions are described. The fuure opions include hose paying

More information

The Transport Equation

The Transport Equation The Transpor Equaion Consider a fluid, flowing wih velociy, V, in a hin sraigh ube whose cross secion will be denoed by A. Suppose he fluid conains a conaminan whose concenraion a posiion a ime will be

More information

MSCI Index Calculation Methodology

MSCI Index Calculation Methodology Index Mehodology MSCI Index Calculaion Mehodology Index Calculaion Mehodology for he MSCI Equiy Indices Index Mehodology MSCI Index Calculaion Mehodology Conens Conens... 2 Inroducion... 5 MSCI Equiy Indices...

More information