Statistics Profile Analysis Gary W. Oehlert School of Statistics 313B Ford Hall

Size: px
Start display at page:

Download "Statistics Profile Analysis Gary W. Oehlert School of Statistics 313B Ford Hall"

Transcription

1 Statitic Profile Aalyi Gary W. Oehlert School of Statitic 313B Ford Hall Let me add a few more thig about imultaeou iferece before goig o to profile aalyi. Advatage of the Boferroi approach. Eay to compute ad udertad. If we do reject H, we have iformatio about how it wa violated (which variable differ). Oly require uivariate aumptio, veru multivariate aumptio for T. Ca ue upooled whe variace differ. No imple mall ample fix for T. Will give horter cofidece iterval for a prechoe et of liear combiatio (icludig the coordiate themelve). Advatage of T. T i ivariat uder oigular liear traformatio. The Boferroi approach i ot. T ca have greater power tha the Boferroi approach, particularly whe correlatio are trog. The area (or volume) of a T cofidece regio ca be much le tha that of the correpodig Boferroi regio. The T cofidece regio ca be ued for liear combiatio uggeted by the data. Coider a ituatio where we have variable, all expreed i the ame uit, o that compario amogt them make ee. We have. The profile i a coect-the-dot plot of the mea profile plot u i t compoet I may cae, each compoet correpod to a differet treatmet, ad the variable may be repoe to the treatmet. Drug cocetratio i blood 1, 2, 3, 4, ad 5 hour after admiitratio. Cor yield uig five differet varietie. IQ meaured uig four differet techique. 1

2 I will ue the treatmet/repoe termiology, eve though there are other poibilitie. What might we like to kow about profile? Doe? I the profile flat? profile plot u i t compoet Doe? I the profile liear? profile plot u i t compoet Doe? I the profile quadratic? 2

3 profile plot 6 5 u i t compoet Wome track record from Table 1.9 of text. Cmd> readdata("") Read from file "/HOME/faculty/gary/clae/5401/JW5data/T1-9b.dat" Colum 1 aved a REAL vector x100 Colum 2 aved a REAL vector x200 Colum 3 aved a REAL vector x400 Colum 4 aved a REAL vector x800 Colum 5 aved a REAL vector x1500 Colum 6 aved a REAL vector x3000 Colum 7 aved a REAL vector xm Colum 8 aved a factor coutry Cmd> x800 <- x800*60 Cmd> x1500 <- x1500*60 Cmd> x3000 <- x3000*60 Cmd> X <- hcocat(x100,x200,x400, x800,x1500,x3000) Cmd> xbar <- tab(x,mea:t) Cmd> plot(1,xbar,lie:t, ylab:"ecod",title:"record time") 3

4 record time 500 e c o d Cmd> xbarl <- tab(log(x),mea:t) Cmd> plot(1,xbarl,lie:t, ylab:"ecod",title:"log record time") log record time e c o d I each cae, we ca fid a matrix ad chage the quetio to doe. Ofte there are may choice for. For cocretee, aume. For a flat profile? 4

5 The firt three of thee have full rak ( ). alo ha rak ( look at pair of ucceive mea:. A ozero differece idicate a chage poit i the mea. compare the firt compoet to ucceive compoet. ), but it i ot itelf of full rak. Thi might be helpful if the firt treatmet repreeted a cotrol or a tadard, ad we were itereted i which treatmet differed from cotrol. compare the th compoet to average of the precedig compoet 5.

6 Thi could alo be ued to look for a chage poit. look at all pairwie compario betwee treatmet. There i reducacy i thi et of compario. What if we were itereted i liearity of the mea? Liearity mea that the icremet from treatmet to i the ame a the icremet from to. Thu we might coider lookig at the differece of thee icremet: Let be the matrix that compute i the ame a. To tet liearity of a -vector, ue ucceive differece from a -vector. Note that Namely,. If we are itereted i the quadratic ature of the profile, we wat to kow if the chage i icremet from to i the ame a the chage i icremet from to. I differece: Note,. For a cotat,. For a liear,, but. For a quadratic,, ad, but. Cmd> C1 %*% xbar (1,1) (2,1) (3,1) (4,1) (5,1) Cmd> C5 %*% xbar (1,1) (2,1) (3,1) (4,1) Cmd> C6 %*% xbar (1,1) (2,1) above 6

7 (3,1) Cmd> C1 %*% xbarl (1,1) (2,1) (3,1) (4,1) (5,1) Cmd> C5 %*% xbarl (1,1) (2,1) (3,1) (4,1) Cmd> C6 %*% xbarl (1,1) (2,1) (3,1) How do we tet? We ca ue T or Boferroi t-tet. Note: we had,, ad above, all decribig equality of compoet mea. Which hould we ue for tetig? It doe ot matter for T. It doe matter for Boferroi t, which will be more eitive if deviatio from the ull match the patter exemplified by. Cmd> T2 <- <- <- <- <- <- <- <- 1-cumF(@T2,@p,@-@p) tructure(t2:@t2,df:vector(@p,@-@p),pval:@pv)") Cmd> T2(X%*%C1 ) compoet: T2 (1,1) compoet: df (1) 5 50 compoet: pval (1,1) 0 7

8 The origial time are t cotat over ditace, but we kew that ayway. Cmd> T2(Xl%*%C1 ) compoet: T2 (1,1) e+05 compoet: df (1) 5 50 compoet: pval (1,1) 0 The logarithmic time are ot cotat over ditace. Cmd> T2(Xl%*%C5 ) compoet: T2 (1,1) compoet: df (1) 4 51 compoet: pval (1,1) 0 The lope are ot cotat uig logarithmic data, I had high hope here. log record time e c o d Cmd> T2(Xl%*%C6 ) compoet: T2 (1,1) compoet: df (1) 3 52 compoet: pval (1,1) 0 8

9 Not quadratic either. Cmd> tab(xl%*%c5,tddev:t) (1) Cmd> tab(xl%*%c5,mea:t)/ tab(xl%*%c5,tddev:t)*qrt(55) (1) Boferroi make clear that each idividual chage i lope tatitically differet from 0. There are two-ample aalog of thee profile procedure. Suppoe ad are the mea of the two populatio. Are the profile parallel? Ie, doe? If ad are parallel, we ca tet for equal by tetig if. For parallel profile, thi i more powerful tha tetig. For equal profile, we ca tet for flate via. Let be the pooled etimate of variace from two idepedet ample of ize ad. Tet for parallel profile compared with We ca ue,, or ay equivalet form for. Tet of equality give parallel profile compared with Tet of flate give equal profile. Let compared with There i ome muddle over multiple tetig here. We may wat to ru each tet at a maller error rate o that the accumulated error rate doe ot get too large. Alo ote that thi approach i ot uique. To tet for equal, flat profile, we could do a above, or we could tet for equality of mea, ad the tet for flate of the commo mea if equality i ot rejected. We do t have to go through the parallel tage. Split time data ito et of 25 ad 30. 9

10 Cmd> X1 <- X[ru(25),] Cmd> X2 <- X[ru(26,55),] Cmd> S1 <- tab(x1,covar:t) Cmd> S2 <- tab(x2,covar:t) Cmd> Sp <- (24*S1+29*S2)/53 Cmd> xb1 <- tab(x1,mea:t) Cmd> xb2 <- tab(x2,mea:t) Tet for parallel profile Cmd> (xb1-xb2) %*%C1 %*% olve((1/25+1/30)*c1%*%sp%*%c1 ) %*%C1%*%(xb1-xb2) (1,1) Cmd> /5/53*49 (1) Cmd> 1-cumF(.68,5,49) (1) Parallel look OK. Tet for equal, give parallel. Cmd> um(xb1-xb2)ˆ2/ ((1/25+1/30)*um(vector(Sp))) (1) Cmd> 1-cumF(.08,1,53) (1) Equal look OK. We could have goe traight to equal with a two-ample T. Tet for flat. Cmd> xb <- (25*xb1+30*xb2)/55 Cmd> 55*xb %*%C1 %*% olve(c1%*%sp%*%c1 )%*%C1%*%xb (1,1) Cmd> 26905/54/5*50 10

11 (1) Cmd> 1-cumF(4982,5,50) (1) 0 Not flat, but we did t expect it to be. 11

Midterm 1 - Solutions

Midterm 1 - Solutions Ec 102 - Aalyi of Ecoomic Data Uiverity of Califoria - Davi Jauary 28, 2010 Itructor: Joh Parma Midterm 1 - Solutio You have util 10:20am to complete thi exam. Pleae remember to put your ame, ectio ad

More information

LP10 INFERENTIAL STATISTICS - Confidence intervals.

LP10 INFERENTIAL STATISTICS - Confidence intervals. LP10 INFERENTIAL STATISTICS - Cofidece iterval. Objective: - how to determie the cofidece iterval for the mea of a ample - Determiig Sample Size for a Specified Width Cofidece Iterval Theoretical coideratio

More information

20. CONFIDENCE INTERVALS FOR THE MEAN, UNKNOWN VARIANCE

20. CONFIDENCE INTERVALS FOR THE MEAN, UNKNOWN VARIANCE 20. CONFIDENCE INTERVALS FOR THE MEAN, UNKNOWN VARIANCE If the populatio tadard deviatio σ i ukow, a it uually will be i practice, we will have to etimate it by the ample tadard deviatio. Sice σ i ukow,

More information

Confidence Intervals. Our Goal in Inference. Confidence Intervals (CI) Inference. Confidence Intervals (CI) x $p s

Confidence Intervals. Our Goal in Inference. Confidence Intervals (CI) Inference. Confidence Intervals (CI) x $p s Cofidece Iterval Iferece We are i the fourth ad fial part of the coure - tatitical iferece, where we draw cocluio about the populatio baed o the data obtaied from a ample choe from it. Chapter 7 1 Our

More information

AP Statistics 2009 Free-Response Questions Form B

AP Statistics 2009 Free-Response Questions Form B AP Statitic 2009 Free-Repoe Quetio Form B The College Board The College Board i a ot-for-profit memberhip aociatio whoe miio i to coect tudet to college ucce ad opportuity. Fouded i 1900, the aociatio

More information

Unit 5: Estimating with Confidence

Unit 5: Estimating with Confidence Uit 5: Estimatig with Cofidece Sectio 8.2 The Practice of Statistics, 4 th editio For AP* STARNES, YATES, MOORE Uit 5 Estimatig with Cofidece 8.1 8.2 8.3 Cofidece Itervals: The Basics Estimatig a Populatio

More information

Decision Methods for Engineers

Decision Methods for Engineers OE9210 vicj@ce.uw.edu.au www.ce.uw.edu.au/~g9210 : itroductio 1 Itroductio to game Repreetig game Iformatio i game layig with other ratioal aget olvig game Zero-um game Mixed trategie Outlie 1 Itroductio

More information

ECEN689: Special Topics in Optical Interconnects Circuits and Systems Spring 2016

ECEN689: Special Topics in Optical Interconnects Circuits and Systems Spring 2016 EEN689: Special Topic i Optical Itercoect ircuit ad Sytem Sprig 06 Lecture 6: Limitig mplifier (L) Sam Palermo alog & Mixed-Sigal eter Texa &M Uiverity oucemet & geda Multi-tage limitig amplifier Badwidth

More information

Tehrani N Journal of Scientific and Engineering Research, 2018, 5(7):1-7

Tehrani N Journal of Scientific and Engineering Research, 2018, 5(7):1-7 Available olie www.jsaer.com, 2018, 5(7):1-7 Research Article ISSN: 2394-2630 CODEN(USA): JSERBR 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38

More information

x 1 + x x n n = x 1 x 2 + x x n n = x 2 x 3 + x x n n = x 3 x 5 + x x n = x n

x 1 + x x n n = x 1 x 2 + x x n n = x 2 x 3 + x x n n = x 3 x 5 + x x n = x n Sectio 6 7A Samplig Distributio of the Sample Meas To Create a Samplig Distributio of the Sample Meas take every possible sample of size from the distributio of x values ad the fid the mea of each sample

More information

Journal of Advanced Mechanical Design, Systems, and Manufacturing

Journal of Advanced Mechanical Design, Systems, and Manufacturing Joural of Advaced Mechaical Deig, Sytem, ad Maufacturig Vol., No. 5, 007 Verificatio of the Deig Cocept o Nut i Bolt/Nut Aembly for the Reviio of ISO 898- ad ISO 898-6 * Maaya HAGIWARA ** ad Hiroaki SAKAI

More information

X-Bar and S-Squared Charts

X-Bar and S-Squared Charts STATGRAPHICS Rev. 7/4/009 X-Bar ad S-Squared Charts Summary The X-Bar ad S-Squared Charts procedure creates cotrol charts for a sigle umeric variable where the data have bee collected i subgroups. It creates

More information

PT8A9701/974/974L 8-Function Remote Controller. General Description. Features. Ordering Information. Block Diagram Figure 1. Block Diagram of PT8A9701

PT8A9701/974/974L 8-Function Remote Controller. General Description. Features. Ordering Information. Block Diagram Figure 1. Block Diagram of PT8A9701 PT8A970/97/97L Feature The PT8A970 work a the ecoder ad the PT8A97/97L work a the decoder Nie output pi, 5 for forward, backward, left, right ad turbo fuctio, ad fuctioal key Operatio power upply for PT8A970:

More information

CHAPTER 5 A NEAR-LOSSLESS RUN-LENGTH CODER

CHAPTER 5 A NEAR-LOSSLESS RUN-LENGTH CODER 95 CHAPTER 5 A NEAR-LOSSLESS RUN-LENGTH CODER 5.1 GENERAL Ru-legth codig is a lossless image compressio techique, which produces modest compressio ratios. Oe way of icreasig the compressio ratio of a ru-legth

More information

Logarithms APPENDIX IV. 265 Appendix

Logarithms APPENDIX IV. 265 Appendix APPENDIX IV Logarithms Sometimes, a umerical expressio may ivolve multiplicatio, divisio or ratioal powers of large umbers. For such calculatios, logarithms are very useful. They help us i makig difficult

More information

Grade 6 Math Review Unit 3(Chapter 1) Answer Key

Grade 6 Math Review Unit 3(Chapter 1) Answer Key Grade 6 Math Review Uit (Chapter 1) Aswer Key 1. A) A pottery makig class charges a registratio fee of $25.00. For each item of pottery you make you pay a additioal $5.00. Write a expressio to represet

More information

Lecture 28: MOSFET as an Amplifier. Small-Signal Equivalent Circuit Models.

Lecture 28: MOSFET as an Amplifier. Small-Signal Equivalent Circuit Models. hites, EE 320 ecture 28 Page 1 of 7 ecture 28: MOSFET as a Amplifier. Small-Sigal Equivalet Circuit Models. As with the BJT, we ca use MOSFETs as AC small-sigal amplifiers. A example is the so-called coceptual

More information

Tutorial 5: PLL, solutions

Tutorial 5: PLL, solutions TSE03 Itegrated Radio Frequecy Circuit 08 /6 Problem (9. Coure book) Tutorial 5: PLL, olutio Determie the cloed-loo trafer fuctio, the damig factor ζ, ad the atural frequecy ω for the frequecy-multilyig

More information

General Model :Algorithms in the Real World. Applications. Block Codes

General Model :Algorithms in the Real World. Applications. Block Codes Geeral Model 5-853:Algorithms i the Real World Error Correctig Codes I Overview Hammig Codes Liear Codes 5-853 Page message (m) coder codeword (c) oisy chael decoder codeword (c ) message or error Errors

More information

Objectives. Some Basic Terms. Analog and Digital Signals. Analog-to-digital conversion. Parameters of ADC process: Related terms

Objectives. Some Basic Terms. Analog and Digital Signals. Analog-to-digital conversion. Parameters of ADC process: Related terms Objectives. A brief review of some basic, related terms 2. Aalog to digital coversio 3. Amplitude resolutio 4. Temporal resolutio 5. Measuremet error Some Basic Terms Error differece betwee a computed

More information

The Institute of Chartered Accountants of Sri Lanka

The Institute of Chartered Accountants of Sri Lanka The Istitute of Chartered Accoutats of Sri Laka Postgraduate Diploma i Busiess ad Fiace Quatitative Techiques for Busiess Hadout 02:Presetatio ad Aalysis of data Presetatio of Data The Stem ad Leaf Display

More information

APPLICATION NOTE UNDERSTANDING EFFECTIVE BITS

APPLICATION NOTE UNDERSTANDING EFFECTIVE BITS APPLICATION NOTE AN95091 INTRODUCTION UNDERSTANDING EFFECTIVE BITS Toy Girard, Sigatec, Desig ad Applicatios Egieer Oe criteria ofte used to evaluate a Aalog to Digital Coverter (ADC) or data acquisitio

More information

VIII. Shell-Voicings

VIII. Shell-Voicings VIII. Shell-Voicigs A. The Cocept The 5th (ad ofte the root as well) ca be omitted from most 7th-chords. Ratioale: Most chords have perfect 5ths. The P5th is also preset as the rd partial i the overtoe

More information

(a) frequency (b) mode (c) histogram (d) standard deviation (e) All the above measure

(a) frequency (b) mode (c) histogram (d) standard deviation (e) All the above measure MT143 Introductory Statitic I Exercie on Exam 1 Topic Exam 1 will ocu on chapter 2 rom the textbook. Exam will be cloed book but you can have one page o note. There i no guarantee that thee exercie will

More information

ELEC 350 Electronics I Fall 2014

ELEC 350 Electronics I Fall 2014 ELEC 350 Electroics I Fall 04 Fial Exam Geeral Iformatio Rough breakdow of topic coverage: 0-5% JT fudametals ad regios of operatio 0-40% MOSFET fudametals biasig ad small-sigal modelig 0-5% iodes (p-juctio

More information

Speak up Ask questions Find the facts Evaluate your choices Read the label and follow directions

Speak up Ask questions Find the facts Evaluate your choices Read the label and follow directions Whe it comes to usig medicie, it is importat to kow that o medicie is completely safe. The U.S. Food ad Drug Admiistratio (FDA) judges a drug to be safe eough to approve whe the beefits of the medicie

More information

lecture notes September 2, Sequential Choice

lecture notes September 2, Sequential Choice 18.310 lecture otes September 2, 2013 Sequetial Choice Lecturer: Michel Goemas 1 A game Cosider the followig game. I have 100 blak cards. I write dow 100 differet umbers o the cards; I ca choose ay umbers

More information

Calculation and Simulation of Message Delay on TDMA Short-wave. Communication Network

Calculation and Simulation of Message Delay on TDMA Short-wave. Communication Network Aug. 6, Volume 3, No.8 (Serial No.) Joural of Commuicatio ad Computer, ISSN548-779, USA Calculatio ad Simulatio of eage Delay o TDA Short-wave Commuicatio Network Hairog Ya, Guoji Su, Ya Zhag 3 (, State

More information

A New Space-Repetition Code Based on One Bit Feedback Compared to Alamouti Space-Time Code

A New Space-Repetition Code Based on One Bit Feedback Compared to Alamouti Space-Time Code Proceedigs of the 4th WSEAS It. Coferece o Electromagetics, Wireless ad Optical Commuicatios, Veice, Italy, November 0-, 006 107 A New Space-Repetitio Code Based o Oe Bit Feedback Compared to Alamouti

More information

(2) The MOSFET. Review of. Learning Outcome. (Metal-Oxide-Semiconductor Field Effect Transistor) 2.0) Field Effect Transistor (FET)

(2) The MOSFET. Review of. Learning Outcome. (Metal-Oxide-Semiconductor Field Effect Transistor) 2.0) Field Effect Transistor (FET) EEEB73 Electroics Aalysis & esig II () Review of The MOSFET (Metal-Oxide-Semicoductor Field Effect Trasistor) Referece: Neame, Chapter 3 ad Chapter 4 Learig Outcome Able to describe ad use the followig:

More information

E X P E R I M E N T 13

E X P E R I M E N T 13 E X P E R I M E N T 13 Stadig Waves o a Strig Produced by the Physics Staff at Colli College Copyright Colli College Physics Departmet. All Rights Reserved. Uiversity Physics, Exp 13: Stadig Waves o a

More information

Single Bit DACs in a Nutshell. Part I DAC Basics

Single Bit DACs in a Nutshell. Part I DAC Basics Sigle Bit DACs i a Nutshell Part I DAC Basics By Dave Va Ess, Pricipal Applicatio Egieer, Cypress Semicoductor May embedded applicatios require geeratig aalog outputs uder digital cotrol. It may be a DC

More information

Design of FPGA- Based SPWM Single Phase Full-Bridge Inverter

Design of FPGA- Based SPWM Single Phase Full-Bridge Inverter Desig of FPGA- Based SPWM Sigle Phase Full-Bridge Iverter Afarulrazi Abu Bakar 1, *,Md Zarafi Ahmad 1 ad Farrah Salwai Abdullah 1 1 Faculty of Electrical ad Electroic Egieerig, UTHM *Email:afarul@uthm.edu.my

More information

5 Quick Steps to Social Media Marketing

5 Quick Steps to Social Media Marketing 5 Quick Steps to Social Media Marketig Here's a simple guide to creatig goals, choosig what to post, ad trackig progress with cofidece. May of us dive ito social media marketig with high hopes to watch

More information

信號與系統 Signals and Systems

信號與系統 Signals and Systems Sprig 2 信號與系統 Sigals ad Systems Chapter SS- Sigals ad Systems Feg-Li Lia NTU-EE Feb Ju Figures ad images used i these lecture otes are adopted from Sigals & Systems by Ala V. Oppeheim ad Ala S. Willsky,

More information

Copywriting. for your. legacy. giving. website

Copywriting. for your. legacy. giving. website Copywritig Basics for your legacy givig website www.imarketsmart.com www.imarketsmart.com 301.289.3670 1 You ve decided to tap ito the greatest trasfer of wealth that the world has ever see by buildig

More information

H2 Mathematics Pure Mathematics Section A Comprehensive Checklist of Concepts and Skills by Mr Wee Wen Shih. Visit: wenshih.wordpress.

H2 Mathematics Pure Mathematics Section A Comprehensive Checklist of Concepts and Skills by Mr Wee Wen Shih. Visit: wenshih.wordpress. H2 Mathematics Pure Mathematics Sectio A Comprehesive Checklist of Cocepts ad Skills by Mr Wee We Shih Visit: weshih.wordpress.com Updated: Ja 2010 Syllabus topic 1: Fuctios ad graphs 1.1 Checklist o Fuctios

More information

Spread Spectrum Signal for Digital Communications

Spread Spectrum Signal for Digital Communications Wireless Iformatio Trasmissio System Lab. Spread Spectrum Sigal for Digital Commuicatios Istitute of Commuicatios Egieerig Natioal Su Yat-se Uiversity Spread Spectrum Commuicatios Defiitio: The trasmitted

More information

Table Of Contents Blues Turnarounds

Table Of Contents Blues Turnarounds Table Of Cotets Blues Turarouds Turaroud #1 Turaroud # Turaroud # Turaroud # Turaroud # Turaroud # Turaroud # Turaroud # Turaroud # Blues Turarouds Blues Soloig Masterclass Week 1 Steve Stie A Blues Turaroud

More information

信號與系統 Signals and Systems

信號與系統 Signals and Systems Sprig 24 信號與系統 Sigals ad Systems Chapter SS- Sigals ad Systems Feg-Li Lia NTU-EE Feb4 Ju4 Figures ad images used i these lecture otes are adopted from Sigals & Systems by Ala V. Oppeheim ad Ala S. Willsky,

More information

Online Power-aware Routing in Wireless Ad-hoc Networks

Online Power-aware Routing in Wireless Ad-hoc Networks Olie Power-aware Routig i Wirele Ad-hoc Network Qu Li, aved Alam, Daiela Ru Departmet of Computer Sciece Dartmouth College Haover, NH 3755 {liqu, jaa, ru}@cdartmouthedu ABSRAC hi paper dicue olie power-aware

More information

Alignment in linear space

Alignment in linear space Sequece Aligmet: Liear Space Aligmet i liear space Chapter 7 of Joes ad Pevzer Q. Ca we avoid usig quadratic space? Easy. Optimal value i O(m + ) space ad O(m) time. Compute OPT(i, ) from OPT(i-1, ). No

More information

Observations on Windows

Observations on Windows Obervation on Window Window with low idelobe level have large tranition bandwidth'. Tranition bandwidth i inverely proportional to N for a given window. Indeed, the ratio of tranition width over idelobe

More information

HOW BAD RECEIVER COORDINATES CAN AFFECT GPS TIMING

HOW BAD RECEIVER COORDINATES CAN AFFECT GPS TIMING HOW BAD RECEIVER COORDINATES CAN AFFECT GPS TIMING H. Chadsey U.S. Naval Observatory Washigto, D.C. 2392 Abstract May sources of error are possible whe GPS is used for time comparisos. Some of these mo

More information

A New Weighted Tone Reservation Method for PAPR Reduction in OFDM Systems

A New Weighted Tone Reservation Method for PAPR Reduction in OFDM Systems A New Weighted Toe eervatio Method for PAP eductio i OFDM Sytem Xi Lv ad Yi Wa School of Iformatio Sciece & Egieerig, Lazhou Uiverity, Lazhou 730000, chia Email: lvxi@lzu.edu.c; wayi_j@163.com Abtract

More information

GENERATE AND MEASURE STANDING SOUND WAVES IN KUNDT S TUBE.

GENERATE AND MEASURE STANDING SOUND WAVES IN KUNDT S TUBE. Acoustics Wavelegth ad speed of soud Speed of Soud i Air GENERATE AND MEASURE STANDING SOUND WAVES IN KUNDT S TUBE. Geerate stadig waves i Kudt s tube with both eds closed off. Measure the fudametal frequecy

More information

Sampling. Introduction to Digital Data Acquisition: Physical world is analog CSE/EE Digital systems need to

Sampling. Introduction to Digital Data Acquisition: Physical world is analog CSE/EE Digital systems need to Itroductio to Digital Data Acuisitio: Samplig Physical world is aalog Digital systems eed to Measure aalog uatities Switch iputs, speech waveforms, etc Cotrol aalog systems Computer moitors, automotive

More information

By: Pinank Shah. Date : 03/22/2006

By: Pinank Shah. Date : 03/22/2006 By: Piak Shah Date : 03/22/2006 What is Strai? What is Strai Gauge? Operatio of Strai Gauge Grid Patters Strai Gauge Istallatio Wheatstoe bridge Istrumetatio Amplifier Embedded system ad Strai Gauge Strai

More information

x y z HD(x, y) + HD(y, z) HD(x, z)

x y z HD(x, y) + HD(y, z) HD(x, z) Massachusetts Istitute of Techology Departmet of Electrical Egieerig ad Computer Sciece 6.02 Solutios to Chapter 5 Updated: February 16, 2012 Please sed iformatio about errors or omissios to hari; questios

More information

LAAS Ranging Error Overbound for Non-zero Mean and Non-gaussian Multipath Error Distributions

LAAS Ranging Error Overbound for Non-zero Mean and Non-gaussian Multipath Error Distributions LAAS Ragig Error Overboud for o-zero Mea ad o-gauia Multipath Error Ditributio Irfa Sayim ad Bori Perva Illioi Ititute of Techology, Chicago, Illioi BIOGRAPHY Irfa Sayim received a B.S. degree from Marmara

More information

Lecture 4: Frequency Reuse Concepts

Lecture 4: Frequency Reuse Concepts EE 499: Wireless & Mobile Commuicatios (8) Lecture 4: Frequecy euse Cocepts Distace betwee Co-Chael Cell Ceters Kowig the relatio betwee,, ad, we ca easily fid distace betwee the ceter poits of two co

More information

PRINCIPLES OF RADAR TRACKING

PRINCIPLES OF RADAR TRACKING PRINCIPLES OF RADAR TRACKING Luke Adero, Akur Bakhi, Kareem Elahal, Joe Kell, Daid Kim, Vikram odi, Adam Patel, ad Joe Park, Ale Schader, Ale Sood, Adrew Weitraub ABSTRACT Adior: Rad Heuer Aitat: Karl

More information

Introduction to OSPF

Introduction to OSPF Itroductio to OSPF ISP Workshops These materials are licesed uder the Creative Commos Attributio-NoCommercial 4.0 Iteratioal licese (http://creativecommos.org/liceses/by-c/4.0/) Last updated 3 rd October

More information

Before the beginning of the Q wave At the top of the R wave After the end of the S wave

Before the beginning of the Q wave At the top of the R wave After the end of the S wave 334 AcqKnowledge 4 Software Guide Detect and Claify Heartbeat Thi robut QRS detector i tuned for human ECG Lead II ignal. It attempt to locate QRS complexe and place an event near the center of each QRS

More information

MADE FOR EXTRA ORDINARY EMBROIDERY DESIGNS

MADE FOR EXTRA ORDINARY EMBROIDERY DESIGNS MADE FOR EXTRA ORDINARY EMBROIDERY DESIGNS HIGH-PERFORMANCE SPECIAL EMBROIDERY MACHINES SERIES W, Z, K, H, V THE ART OF EMBROIDERY GREATER CREATIVE FREEDOM Typical tapig embroidery Zigzag embroidery for

More information

DIGITAL COMMUNICATION

DIGITAL COMMUNICATION DEPARTMENT OF ELECTRICAL &ELECTRONICS ENGINEERING DIGITAL COMMUNICATION Spring 2010 Yrd. Doç. Dr. Burak Kelleci OUTLINE Line Code Differential Encoding Regeneration, Decoding and Filtering Delta Modulation

More information

Introduction to Wireless Communication Systems ECE 476/ECE 501C/CS 513 Winter 2003

Introduction to Wireless Communication Systems ECE 476/ECE 501C/CS 513 Winter 2003 troductio to Wireless Commuicatio ystems ECE 476/ECE 501C/C 513 Witer 2003 eview for Exam #1 March 4, 2003 Exam Details Must follow seatig chart - Posted 30 miutes before exam. Cheatig will be treated

More information

Lab 2: Common Source Amplifier.

Lab 2: Common Source Amplifier. epartet of Electrical ad Coputer Egieerig Fall 1 Lab : Coo Source plifier. 1. OBJECTIVES Study ad characterize Coo Source aplifier: Bias CS ap usig MOSFET curret irror; Measure gai of CS ap with resistive

More information

An Unsupervised Bayesian Classifier for Multiple Speaker Detection and Localization

An Unsupervised Bayesian Classifier for Multiple Speaker Detection and Localization INTERSPEECH 3 A Uupervied Bayeia Claifier for Multiple Speaker Detectio ad Localizatio Youef Oualil, Friedrich Faubel, Dietrich Klakow Spoke Laguage Sytem, Saarlad Uiverity, Saarbrücke, Germay youef.oualil@lv.ui-aarlad.de

More information

Mechatronics Laboratory Assignment 5 Motor Control and Straight-Line Robot Driving

Mechatronics Laboratory Assignment 5 Motor Control and Straight-Line Robot Driving Mechatronic Laboratory Aignment 5 Motor Control and Straight-Line Robot Driving Recommended Due Date: By your lab time the week of March 5 th Poible Point: If checked off before your lab time the week

More information

An Improved Current-fed ZVS Isolated Boost Converter for Fuel Cell Applications

An Improved Current-fed ZVS Isolated Boost Converter for Fuel Cell Applications A mproved Curret-fed ZS olated Boot Coverter for Fuel Cell Applicatio Hyugjoo Kim, Chagwoo Yoo, ad Sewa Choi, EEE Seior Member Seoul Natioal Uiverity of Techology ept. of Cotrol ad trumetatio Eg. 17 Kogeug-og,

More information

Math 140 Introductory Statistics

Math 140 Introductory Statistics 6. Probability Distributio from Data Math Itroductory Statistics Professor Silvia Ferádez Chapter 6 Based o the book Statistics i Actio by A. Watkis, R. Scheaffer, ad G. Cobb. We have three ways of specifyig

More information

What s Inside the May 2012 Issue? Multigenerational Wealth Management. What Do You Do? The Financial Planning Process

What s Inside the May 2012 Issue? Multigenerational Wealth Management. What Do You Do? The Financial Planning Process HOWARD WIGHT S Fiacial Cocept Idea That Will Help You Make A Differece Number 344 May 2012 Multigeeratioal Wealth Maagemet The primary purpoe of thi page i to help propect ad cliet udertad the eed for

More information

Control Charts MEC-13. Causes of Variation 12/3/2016

Control Charts MEC-13. Causes of Variation 12/3/2016 Variatio due to Assigable Causes Variatio mostly due to Commo Causes Variatio due to Assigable Causes Outlie Basic Terms MEC-13 Cotrol Charts Types of Cotrol Charts with their purpose Creatig Cotrol Charts

More information

Model Display digit Size Output Power supply 24VAC 50/60Hz, 24-48VDC 9999 (4-digit) 1-stage setting

Model Display digit Size Output Power supply 24VAC 50/60Hz, 24-48VDC 9999 (4-digit) 1-stage setting FXY Series DIN W7 6mm Of er/timer With Idicatio Oly Features ig speed: cps/cps/kcps/kcps Selectable voltage iput (PNP) method or o-voltage iput (NPN) method Iput mode: Up, Dow, Dow Dot for Decimal Poit

More information

Stability A Simple Example

Stability A Simple Example Stbility A Simple Exmple We wt the m to ty t x, but wid gve ome iitil peed (f(t) ). Wht will hppe? f (t) x( ) F( ) x(t) f (t) x(t) x( ) F( ) B f (t) x( ) F( ) x(t) B B f (t) x( ) F( ) x(t) B How to chrcterize

More information

sible number of wavelengths. The wave~~ngt~ ~ ~ ~ c ~ n b~dwidth is set low eno~gh to interfax One of the most im

sible number of wavelengths. The wave~~ngt~ ~ ~ ~ c ~ n b~dwidth is set low eno~gh to interfax One of the most im sible umber of wavelegths. The wave~~gt~ ~ ~ ~ c ~ b~dwidth is set low eo~gh to iterfax vices. Oe of the most im ed trasmitters ad ysis much more CO "The author is also f Cumputer sciece Departmet, Uiversity

More information

Sources of Innovation

Sources of Innovation Sources of Iovatio Case: Give Imagig s Camera Pill v The Camera Pill: A capsule that is swallowed by patiet that broadcasts images of the small itestie v Iveted by Gavriel Idda & team of scietists Idda

More information

Fitting Signals into Given Spectrum Modulation Methods

Fitting Signals into Given Spectrum Modulation Methods S-72.333 Post-graduate Course i Radio Commuicatios 2001-2002 Fittig Sigals ito Give Spectrum Modulatio Methods Lars Maura 41747e Lars.maura@hut.fi Abstract Modulatio is the process where the message iformatio

More information

Measures of variation or measures of spread: is a descriptive measure that describes how much variation or spread there is in a data set.

Measures of variation or measures of spread: is a descriptive measure that describes how much variation or spread there is in a data set. Secto.6 Meaure o Dpero Meaure o varato or meaure o pread: a decrptve meaure that decrbe how much varato or pread there a data et. Wh th mportat? Whch Catheter IV mauacturer would ou preer to ue or purchag

More information

Hashiwokakero. T. Morsink. August 31, 2009

Hashiwokakero. T. Morsink. August 31, 2009 Hahiwokakero T. Morink Augut 31, 2009 Content 1 Introduction 3 2 What i Hahiwokakero? 3 2.1 The rule............................. 3 2.2 Eay olving tatement..................... 4 3 Building an Own Solver

More information

Detection of unreliable measurements in multi-sensor devices

Detection of unreliable measurements in multi-sensor devices MeMeA 8 IEEE Iteratioal Workshop o Medical Measuremets ad Applicatios Ottawa, Otario, Caada - May 9-1, 8 Detectio of ureliable measuremets i multi-sesor devices Yedek Asfaw 1, Ady Adler yasfaw@site.uottawa.ca

More information

PAPR REDUCTION IN ACO-OFDM FOR VISIBLE LIGHT COMMUNICATION SYSTEM

PAPR REDUCTION IN ACO-OFDM FOR VISIBLE LIGHT COMMUNICATION SYSTEM Joural of Egieerig Sciece ad Techology Vol. 13, o. 9 (018) 930-944 School of Egieerig, Taylor Uiverity PAPR REDUCTIO I ACO-OFDM FOR VISIBLE LIGHT COMMUICATIO SYSTEM MOHIT SRIVASTAVA 1, *, MAOJ KUMAR SHUKLA,

More information

DC-DC Converter Duty Cycle ANN Estimation for DG Applications

DC-DC Converter Duty Cycle ANN Estimation for DG Applications Adel El Shahat,* J. Electrical Sytem 9- (3): 3-38 egular paper DC-DC Coverter Duty Cycle ANN Etimatio for DG Applicatio JES Joural of Electrical Sytem Thi paper propoe Artificial Neural Network (ANN) model

More information

Get your wood supply organized with a sturdy steel system that mounts on the wall

Get your wood supply organized with a sturdy steel system that mounts on the wall Shelvig hardware Get your wood supply orgaized with a sturdy steel system that mouts o the wall By Tim Syder M aagig the lumber supply ca be a challege i ay woodshop, but it s a problem worth solvig. Otherwise,

More information

PRACTICAL FILTER DESIGN & IMPLEMENTATION LAB

PRACTICAL FILTER DESIGN & IMPLEMENTATION LAB 1 of 7 PRACTICAL FILTER DESIGN & IMPLEMENTATION LAB BEFORE YOU BEGIN PREREQUISITE LABS Itroductio to Oscilloscope Itroductio to Arbitrary/Fuctio Geerator EXPECTED KNOWLEDGE Uderstadig of LTI systems. Laplace

More information

ECONOMIC LOT SCHEDULING

ECONOMIC LOT SCHEDULING ECONOMIC LOT SCHEDULING JS, FFS ad ELS Job Shop (JS) - Each ob ca be differet from others - Make to order, low volume - Each ob has its ow sequece Fleible Flow Shop (FFS) - Limited umber of product types

More information

Making sure metrics are meaningful

Making sure metrics are meaningful Makig sure metrics are meaigful Some thigs are quatifiable, but ot very useful CPU performace: MHz is ot the same as performace Cameras: Mega-Pixels is ot the same as quality Cosistet ad quatifiable metrics

More information

PT8A2611/2621 PIR Sensor Light Switch Controller Features General Description Function Comparison Override CDS feedback Output PT8A2611 PT8A2621

PT8A2611/2621 PIR Sensor Light Switch Controller Features General Description Function Comparison Override CDS feedback Output PT8A2611 PT8A2621 Feature 2-tage operatioal amplifier a filter Built-i oie rejectio circuit O-chip regulator Override fuctio (PT8A2621 oly) Sychroou with AC 220V/50Hz ad 110V/60Hz Pule output (PT8A2611) for TRIAC drive

More information

Design of FPGA Based SPWM Single Phase Inverter

Design of FPGA Based SPWM Single Phase Inverter Proceedigs of MUCEET2009 Malaysia Techical Uiversities Coferece o Egieerig ad Techology Jue 20-22, 2009, MS Garde,Kuata, Pahag, Malaysia MUCEET2009 Desig of FPGA Based SPWM Sigle Phase Iverter Afarulrazi

More information

AN EFFICIENT POWER CONTROL DETECTION SCHEME FOR MIMO TRANSMISSION IN LTE

AN EFFICIENT POWER CONTROL DETECTION SCHEME FOR MIMO TRANSMISSION IN LTE AN EFFICIENT POWER CONTROL DETECTION SCHEME FOR MIMO TRANSMISSION IN LTE Vaitha Rai Retapalli, Sowjaya B. ad B. T. P. Madhav Departmet of Electroic ad Commuicatio Egieerig, K L Uiverity, AP, Idia E-Mail:

More information

PERMUTATIONS AND COMBINATIONS

PERMUTATIONS AND COMBINATIONS www.sakshieducatio.com PERMUTATIONS AND COMBINATIONS OBJECTIVE PROBLEMS. There are parcels ad 5 post-offices. I how may differet ways the registratio of parcel ca be made 5 (a) 0 (b) 5 (c) 5 (d) 5. I how

More information

The Central Limit Theorem

The Central Limit Theorem Objective Ue the central limit theorem to olve problem involving ample mean for large ample. The Central Limit Theorem In addition to knowing how individual data value vary about the mean for a population,

More information

Lecture 13: DUART serial I/O, part I

Lecture 13: DUART serial I/O, part I Lecture 13: DUART serial I/O, part I The bi picture of serial commuicatios Aalo commuicatios Modems Modulatio-demodulatio methods Baud rate Vs. Bits Per Secod Diital serial commuicatios Simplex, half-duplex

More information

7. Counting Measure. Definitions and Basic Properties

7. Counting Measure. Definitions and Basic Properties Virtual Laboratories > 0. Foudatios > 1 2 3 4 5 6 7 8 9 7. Coutig Measure Defiitios ad Basic Properties Suppose that S is a fiite set. If A S the the cardiality of A is the umber of elemets i A, ad is

More information

Summary of pn-junction (Lec )

Summary of pn-junction (Lec ) Lecture #12 OUTLNE iode aalysis ad applicatios cotiued The MOSFET The MOSFET as a cotrolled resistor Pich-off ad curret saturatio Chael-legth modulatio Velocity saturatio i a short-chael MOSFET Readig

More information

Playing Leadsheets - Vol. 2

Playing Leadsheets - Vol. 2 Playig Leadsheets - Vol. 2 our first volume of "Playig Leadsheets", e explored ho to play a traditioal chorale-style hym melody ritte i a leadsheet format. this issue, ill sho you ho to improvise the accompaimet

More information

Controller Design for a Pneumatic Actuator System with Proportional Valve

Controller Design for a Pneumatic Actuator System with Proportional Valve Cotroller eig for a eumatic Actuator Sytem with roportioal Valve Gai Chaohui 1, *, Wag Cheggag 1 School of Electroic Egieerig, Wuha Vocatioal College of Software ad Egieerig, Wuha, Chia School of Mechaical

More information

Multiple Contrast Test (MCT) for Dose-response Microarray studies: A Resampling-based Approach

Multiple Contrast Test (MCT) for Dose-response Microarray studies: A Resampling-based Approach Multiple Cotrast Test (MCT) for Dose-respose Microarray studies: A Resamplig-based Approach Setia Pramaa Iteruiversity Istitute for Biostatistics ad Statistical Bioiformatics, Uiversiteit Hasselt, Diepebeek,

More information

Topology in Circuit Analysis

Topology in Circuit Analysis Topology in Circuit Analyi Many dierent circuit actually operate the ame Can reduce a circuit to a "graph" Graph only how the branche, not the device Two Circuit are aid to have the ame topology When the

More information

PERMUTATION AND COMBINATION

PERMUTATION AND COMBINATION MPC 1 PERMUTATION AND COMBINATION Syllabus : Fudametal priciples of coutig; Permutatio as a arragemet ad combiatio as selectio, Meaig of P(, r) ad C(, r). Simple applicatios. Permutatios are arragemets

More information

Data Acquisition System for Electric Vehicle s Driving Motor Test Bench Based on VC++ *

Data Acquisition System for Electric Vehicle s Driving Motor Test Bench Based on VC++ * Available olie at www.sciecedirect.com Physics Procedia 33 (0 ) 75 73 0 Iteratioal Coferece o Medical Physics ad Biomedical Egieerig Data Acquisitio System for Electric Vehicle s Drivig Motor Test Bech

More information

CP 405/EC 422 MODEL TEST PAPER - 1 PULSE & DIGITAL CIRCUITS. Time: Three Hours Maximum Marks: 100

CP 405/EC 422 MODEL TEST PAPER - 1 PULSE & DIGITAL CIRCUITS. Time: Three Hours Maximum Marks: 100 PULSE & DIGITAL CIRCUITS Time: Three Hours Maximum Marks: 0 Aswer five questios, takig ANY TWO from Group A, ay two from Group B ad all from Group C. All parts of a questio (a, b, etc. ) should be aswered

More information

Summary of Random Variable Concepts April 19, 2000

Summary of Random Variable Concepts April 19, 2000 Summary of Radom Variable Cocepts April 9, 2000 his is a list of importat cocepts we have covered, rather tha a review that derives or explais them. he first ad primary viewpoit: A radom process is a idexed

More information

Adaptive Space/Frequency Processing for Distributed Aperture Radars

Adaptive Space/Frequency Processing for Distributed Aperture Radars Adaptive Space/Frequency Proceing for Ditributed Aperture Radar Raviraj Adve a, Richard Schneible b, Robert McMillan c a Univerity of Toronto Department of Electrical and Computer Engineering 10 King College

More information

Ch 9 Sequences, Series, and Probability

Ch 9 Sequences, Series, and Probability Ch 9 Sequeces, Series, ad Probability Have you ever bee to a casio ad played blackjack? It is the oly game i the casio that you ca wi based o the Law of large umbers. I the early 1990s a group of math

More information

The Eye. Objectives: Introduction. PHY 192 The Eye 1

The Eye. Objectives: Introduction. PHY 192 The Eye 1 PHY 92 The Eye The Eye Objectives: Describe the basic process of image formatio by the huma eye ad how it ca be simulated i the laboratory. Kow what measuremets are ecessary to quatitatively diagose ear-sightedess

More information

Intermediate Information Structures

Intermediate Information Structures Modified from Maria s lectures CPSC 335 Itermediate Iformatio Structures LECTURE 11 Compressio ad Huffma Codig Jo Roke Computer Sciece Uiversity of Calgary Caada Lecture Overview Codes ad Optimal Codes

More information

LAB 7: Refractive index, geodesic lenses and leaky wave antennas

LAB 7: Refractive index, geodesic lenses and leaky wave antennas EI400 Applied Atea Theory LAB7: Refractive idex ad leaky wave ateas LAB 7: Refractive idex, geodesic leses ad leaky wave ateas. Purpose: The mai goal of this laboratory how to characterize the effective

More information

COMBINATORICS 2. Recall, in the previous lesson, we looked at Taxicabs machines, which always took the shortest path home

COMBINATORICS 2. Recall, in the previous lesson, we looked at Taxicabs machines, which always took the shortest path home COMBINATORICS BEGINNER CIRCLE 1/0/013 1. ADVANCE TAXICABS Recall, i the previous lesso, we looked at Taxicabs machies, which always took the shortest path home taxipath We couted the umber of ways that

More information