Design and Implementation of an Integrated Man-Machine Interface by Touch Panel for an Embedded Electronic Measurement System

Size: px
Start display at page:

Download "Design and Implementation of an Integrated Man-Machine Interface by Touch Panel for an Embedded Electronic Measurement System"

Transcription

1 VECIMS 008 IEEE International Conference on Virtual Environments, Human-Computer Interfaces, and Measurement Systems Istambul, Turkey, 4-6 July 008 Design and Implementation of an Integrated Man-Machine Interface by Touch Panel for an Embedded Electronic Measurement System Ying-Wen Bai, Hsing-Eng Lin and Wei-Chun Jau Department of Electronic Engineering, Fu Jen Catholic University Taipei, Taiwan, 4, R.O.C., Abstract In this paper we design and implement an integrated man-machine touch panel interface for an embedded electronic measurement system (EEMS). The interface module of our EEMS includes general electronic measurement instruments such as a waveform generator, an oscilloscope and a power supply. We integrate three man-machine interfaces into one window which works in cooperation with the touch panel. The display function and the input function are controlled by different registers in the touch panel. We also design a corresponding display interface and a corresponding input interface. For the waveform generator we provide a basic waveform output button and include sine, triangle, square and arbitrary waveforms. The arbitrary waveform allows the user to draw on the grid area of the panel by hand. The output voltage and the frequency are adjustable. The oscilloscope has a grid area to show the waveform and the frequency. The power supply has an adjustable estimate to adjust the output voltage. The external interface circuit includes a waveform generator, an oscilloscope and a power supply. The embedded system connects to the external interface circuit through the general purpose input/output port (GPIO). The power supply and the waveform generator provide an output function which outputs the digital data from the embedded system. The digital data are converted by the Digital Analog Converter (DAC) and then the analog signal is output. The oscilloscope has an input function. After the external analog signal has been converted by the Analog Digital Converter (ADC), the digital data are analyzed by the embedded system and displayed in the touch panel. Keywords Embedded System, Touch Panel, Waveform Generator, Oscilloscope, Power Supply. I. ITRODUCTIO In recent years, as it has become more and more convenient to use the Internet, the result has been some changes in the traditional teaching methods. Learning is done not only in the classroom but also through the Internet []. Some designs use remote control and image capture to construct a remote teaching system [], while others use a server that connects to a measurement system in the laboratory for measuring, after inserting the IP []. This design has been extended to let a user conduct electronic experiments outside the laboratory through a distance measurement system by means of both a PC and interface circuit modules [3]. With the development of embedded systems, the architecture of the remote measurement system has become a better choice, because the physical size of an embedded system is small, it is portable; it requires low power consumption and has network functions [4]. Some designs use an embedded Linux system to construct the control program for the Direct Current Motor Control System in the embedded system. Because the embedded Linux system is suitable for many platforms, in the future it can be modified to include more complicated controls [5]. There are many advantages, such as low cost, high efficiency and low power consumption, when we implement an electronic measurement system by way of an embedded system to connect to the Internet [6]. In addition, we can obtain an automatic engineering analysis by using the embedded system software and the hardware constructed with a DSP chip and a touch panel [7]. From the operation point of view, the touch panel not only becomes a new input interface but also reduces the size of the system an increase its efficiency. Recently touch panels have come to be used in some applications [8] [9]. The electronic instruments in the electronic laboratory are traditionally always operated by using buttons or knobs. Some new electronic instruments use computers to integrate the man-machine interface. Their design only includes waveform generation and oscilloscope. Some designs provide a Windows-based operation interface. However, they can t simultaneously display two or more operation interfaces of instruments in the same Window. [0]. Some electronic instruments are based on an embedded system and operate through computer monitoring []. However, their designs are of a larger size than our design due to our use of the touch panel. The man-machine interface using a touch panel can replace the button and the knob, so that the size is reduced and operation becomes more convenient. In Section II of this paper we introduce the basic design of a man-machine interface for a touch panel of the EEMS. In Section III we introduce a man-machine interface for a touch panel of the EEMS. In Section IV we show the results, and in Section V we draw our conclusions. II. THE BASIC DESIG OF A MA-MACHIE ITERFACE FOR A TOUCH PAEL When the embedded system is equipped with a touch panel, the port of display interface uses the LCD register and the input interface consisting of the ADC and the interrupt register. Hence we must design the display interface and the input interface at the same time when we design the man-machine interface. In Fig. we have three areas, two estimates and one button that the user can operate. Therefore we have to include these three areas on the input interface. The final man-machine interface needs to superimpose the display /08/$ IEEE 3

2 interface and the input interface on each other. Finally we have to test whether there are any errors after superimposing the two interfaces. into the drawing mode, because the parameter was set equal to. The user can use a piecewise linear algorithm to draw the arbitrary waveform. To select the adjustable mode again, he just needs to click the basic waveform output button. Display interface Run Superimposed 3 Input interface Start Set con = Touch? Y con =? con =? Y Y Use Adjustable mode Use Drawing mode Run Man - machine interface Choose Y basic waveform output? Set con = Fig.. The basic design method of a man-machine interface for a touch panel. Fig. shows the design of the data buffer. We use a 4.3-inch touch panel whose size is about 60 cm. When compared with the general size of electronic measure instruments, this panel is very small. Therefore we use a multi-function method to increase the availability of the touch panel. The left side of Fig. shows the adjustable mode of the waveform generator. In the same area, we can design the drawing mode. When the user clicks on the basic waveform output button, the area of the waveform generator is converted into the adjustable mode, and when he clicks on the arbitrary waveform output button, the area of the waveform generator is converted into the drawing mode. Adjustable mode Raise Reduce The same area Drawing mode Fig.. The design of adjustable and drawing modes. Fig. 3 shows the flow chart of the operation of the data buffer, which corresponds to the design of the data buffer in Fig.. We use a parameter which we will name con, to control the switch for the two modes of the data buffer. The initialization of the parameter con is equal to, which is the adjustable mode. The user can obtain other waveforms from the basic waveform. If he wants to change the adjustable mode to the drawing mode, he needs to click on the arbitrary waveform output button. The parameter con will be set equal to, and when the user clicks on the area of the waveform generator once again it changes the adjustable mode Choose Y arbitrary mode? Set con = Fig. 3. The flow chart of the operation of the data buffer. Fig. 4 shows the method that our design uses to reduce the computation of the embedded system. On the left side of Fig. 4 we see that if we use the x and the y to decide the case, then in every action there be two results which will cause malfunction. if ( x > 0 & y > 0) if ( x < 0 & y > 0) if ( x > 0 & y < 0) if ( x < 0 & y < 0) y Zoom in ( x, y ) θ ( 0, 0 ) x Zoom out Fig. 4. Malfunction of the use of the xy -plane. Fig. 5 shows the method that will be used instinctively. By rotating the xy -plane 45 degrees it becomes the αβ -plane. The four quadrants that the α -axis and the β -axis cut just correspond to four directions. But if we were to rotate xy -plane each time. We would need to make additional computation Because α = x cosθ, β = ysinθ we will have two multiplications each time we rotate the axis. If we look up the table, this will occupy part of the memory. There is thus a burden on the embedded system no matter whether we compute directly or look up the table. 3

3 Zoom in ( 0, 0 ) Zoom out α ( α, β ) β if ( α > 0 & β > 0) if ( α > 0 & β < 0) if ( α < 0 & β < 0) if ( α < 0 & β > 0) Fig. 5. The method of rotating the xy -plane to become the αβ -plane. Fig. 6 shows the method we use. The α -axis and the β -axis are judged to use the axes slope equal to and - instead. Because judging the comparative equation only uses the subtraction, the method we use not only judges > m > but also judges x > 0 and x < 0 to improve the accuracy. With this method, we reduce the burden on the embedded system, because m = y is the only division of the main x computation. y Zoom in m = ( x, y ) ( 0, 0 ) x Zoom out m = if ( > m > & x > 0) if ( > m > & x < 0) if ( m < m > & y > 0) if ( m < m > & y < 0) Fig. 6. The method of using the xy -plane and the slope. Fig. 7 shows the method we have designed to re-draw the estimate. If Fig. 7(a) is the result of the preceding execution, the user adjusts the red-bar to the position x. The whole estimate is divided into two parts. One is the red area, and the other the black area. Our design doesn t estimate when the user adjusts the red-bar again, and it will cause the picture to remain. Fig. 7(b) shows the method we use to re-draw the estimate if the user wants to adjust the red-bar from x. This operation increases the length of the red-bar. We just need to draw red from x if the user wants to adjusts the red-bar from x. This operation decreases the length of the red-bar and we just need to draw black from x. Using this method there is no need to draw red and black from 0 to 00, and this reduces the time for computation. 0 x 00 0 x x 00 Fig. 7. The design estimate method. Fig. 8 shows the method we have designed to re-draw the grid area of the oscilloscope. Fig. 8(a) shows the grid area of the oscilloscope before re-drawing. Because we can move, zoom in or zoom out the waveform on the time domain in the oscilloscope, there will be a broken image if the grid area of the oscilloscope is not re-drawn. Fig. 8(b) shows the grid area re-drawn and filled up by the black area (method I). Even though there is a broken image, the processing is very fast. Fig. 8(c) shows the method of re-drawing the grid area of the background (method II). We get an intact image after re-drawing the grid area of the background. But as we have to search the relevant area of the background, so the drawing takes more time. Fig. 8(d) shows the re-drawing if the whole background (method III). We also get an intact image, but as we need not search the relevant area, the processing is faster than in method II. Yet the processing is slower than in method I, because the array of the whole background is very large. (a) (c) Fig. 8. (a) The grid area before re-drawing. (b) Method I: Filling up by the black area. (c) Method II: Re-drawing the grid area of the background. (d) Method III: Re-drawing the whole background. (b) (d) III. THE DISPLAY ITERFACE OF THE EEMS WITH THE TOUCH PAEL Fig. 9 shows the display interface of the EEMS we designed. We divide the display interface on the touch panel into three parts. The grid area in the upper left corner and in the middle is for the waveform generator, the grid area in the lower left corner and in the middle is for the oscilloscope, and the left side is for the power supply. The waveform generator sets the basic waveform output button to include sine, triangle and square. When the user selects and clicks the button, the output waveform is shown on the grid area of the waveform generator. In addition to the basic waveform output button we have designed an arbitrary waveform output button. When the user touches this button, the grid area allows the waveform to be drawn by hand. After drawing the waveform the user touches the Run button. Then the embedded system sends the data to the external interface circuit. There is also an up-and-down button to adjust the output frequency. The oscilloscope sets the frequency display and the Run button. There is also a button not only to show the waveform but also to zoom-out and zoom-in the waveform in the time domain. The operator uses the grid area to zoom-out and zoom-in the waveform voltage and to shift within the time domain. The power supply sets two estimates to control the two output 33

4 ports. When the user adjusts the estimate, the output voltage is immediately displayed in the bottom area. Fig. 9. The interface of the EEMS. Fig. 0 shows the input interface of the EEMS. It corresponds to the display interface of the EEMS. We use 5 areas to represent the display interface. Area is the button used for changing into the arbitrary waveform mode. Areas to 4 are the buttons for selecting the basic output waveforms sine, triangle, and square. Areas 5 and 6 are up-and-down buttons for adjusting the output frequency. Area 7 is the Run button for the embedded system to send the data to the external interface circuit. Area 8 is the Reset button of the waveform generator. Areas 9 and 0 are the buttons for zooming-out and zooming-in the waveform in the time domain. Area is the Run button of the oscilloscope. Area (6) is the area for the user to draw the arbitrary waveform in the drawing mode or to adjust the basic waveform in the adjustable mode. Area 3 is the area for adjusting the voltage of the oscilloscope. The downward, upward, left and right operations implement the zoom-in, zoom-out, shift-left and shift-right of the waveform. Areas 4 and 5 are estimates for adjusting the output voltage of the power supply. or Raise Raise use a data buffer both to raise the output bandwidth and to control the output frequency. Then the DAC converts the digital data into the analog signal. Finally, the analog signal is output after the amplifier has adjusted the voltage of the analog signal to what we want. For the oscilloscope module there is also a data buffer. We use the data to improve the bandwidth of the measurement. The input signal has its voltage adjusted by the amplifier to be suitable for the ADC. Then the ADC converts the input signal into digital data. The digital data are stored in the data buffer. Finally, the embedded system loads the data from the data buffer. The three modules share the general purpose input-output port (GPIO). To prevent mutual interference, we set a data buffer into the power supply module. Then the power supply outputs the voltage after being adjusted by the DAC and the amplifier. User Touch panel GPIO Embedded system Waveform generator Data DAC OP Output buffer Data buffer Data buffer Oscilloscope ADC Power supply DAC OP Driver Input Output Fig.. The hardware architecture of the EEMS. IV. IMPLEMETATIO RESULTS Fig. shows the electronic experiment with the prototype of our EEMS. The whole experiment is constructed in the embedded system ARM-9. We complete the implementation of the EEMS by integrating the embedded system ARM-9 and the external interface circuit. It now consists of the touch panel for inputting and outputting, the embedded system that is the main control of the EEMS and the external interface circuit that is constructed using a PCB. In addition, we inspect the output waveform by using a general oscilloscope. Reduce Zoom - in Zoom - out Reduce Interfacecircuit Touch panel Check the waveform Embedded system Fig. 0. The interface of the EEMS. Fig. shows the hardware architecture of the EEMS. We complete the hardware architecture of the EEMS with the integration of the touch panel, the embedded system and the external interface circuit that we designed. The user controls the embedded system and the external transform circuit through the man-machine interface on the touch panel. The architecture of the external interface circuit consists of the waveform generator module, the oscilloscope module and the power supply module. For the waveform generator module we Fig.. The example of our EEMS for the electronic experiment. Table is a specification of the EEMS we have designed. We construct only one channel to the waveform generator and the oscilloscope, so that we will have a space to construct the power supply. For the bandwidth we produce a trigger using 34

5 an oscillator with 80 MHz. For the waveform generator, if we construct one cycle of the output waveform with twenty points, 4 MHz is the highest frequency for the output waveform. For the oscilloscope, if we construct one cycle of the input waveform with ten points, 8 MHz is the highest possible frequency for the input waveform. Then we use only 8 bits per of the touch panel to design the man-machine interface, because using few bits reduces the complexity when designing a cycle. For the voltage range, we adopt 5V which is commonly used for general electronic experiments. The vertical resolution used for displaying the waveform is about 70mVpp per and the horizontal resolution is about 40KHz per. Table. The specification of the EEMS we have designed. Waveform Power Oscilloscope Generator Supply Channels Bandwidth 8MHz 8MHz Waveform Resolution 8Bit 8Bit 8Bit Voltage -5V~5V -5V~5V 0~5V Range Vertical Resolution Horizontal Resolution 70mVpp per 40KHz per 70mVpp per 40KHz per 30mV per Fig. 3 shows the man-machine interface for a touch panel of our EEMS. We use the 4.3-inch touch panel which has s and is about mm in size. The waveform is the output waveform on the grid area over the upper side of the touch panel. The output waveform is shown on the grid area with red dots. The output waveform is outputting the triangle waveform at 80 MHz. Using the differential circuit we use an oscilloscope to show the input waveform on the grid area over the lower side of the touch panel. The digital data are also shown on the grid area with red dots. The embedded system will not fill the gap between each dot so as to prevent errors in the original input signal. The right side of Fig. 6 is the power supply estimate. Two estimates mean that the design has two power supplies and can output the voltage at the same time. When the user adjusts the estimate, the output voltage is immediately displayed. mm 3mm 6mm 03mm 33mm 3mm Fig. 3. The man-machine interface for a touch panel of our EEMS. Fig. 4 shows the comparison of the electronic experiment result of our EEMS and that of general instruments. Fig. 4(a) shows the inverting amplifier. R = KΩ and R = KΩ. We vo R use the amplification = = where the phase margin v R I is 90. Fig. 4(c) shows the result of measuring the inverting amplifier. We use the sine wave produced by the waveform generator we have designed with a frequency of 380 KHz, and the amplitude is 63.8 Vpp. Then we show the waveform on the oscilloscope we have designed after the sine wave has passed through the inverting amplifier and has been amplified. The voltage is output by the waveform generator and measured by the oscilloscope. We can also get the vo 6.59 amplification = = where the phase margin is v v I R 0V I (a) (c) (e) - R 5V - 5V v O v I (t) C 0V (b) (d) (f) - 5V - 5V v O (t) Fig. 4. The comparison of our EEMS and that of general instruments. (a) The inverting amplifier. (b) The differentiator. (c)measuring the inverting amplifier using our EEMS. (d) Measuring the differentiator using our EEMS. (e)verifying the waveform using the general oscilloscope. (f) Verifying the waveform using the general oscilloscope Fig. 4(e) shows that we verify the waveform by the general oscilloscope. Fig. 4(b) shows the differentiator. R = 0KΩ and C = 0. µ. Fig. 4(d) shows the result of measuring the differentiator. We obtain the triangle wave that be produced by the waveform generator with a frequency of 380 KHz where the amplitude is 9.84 Vpp. Then we show the 35

6 waveform on the oscilloscope after the triangle wave has passed through the differentiator and has been amplified. We can observe the waveform on the oscilloscope as a square wave with an inverted phase. Fig. 4(f) shows that we verify the waveform by the general oscilloscope. Table shows the comparison of our design with three other products. We can see that the operation area of the touch panel of our EEMS is smaller than those of the other three instruments. The operation area includes the displays, buttons and knobs. If we compare the total operation area, that of our EEMS is ten times smaller than those of the three other products. As for the performance, their general waveform generator has the basic waveform which our EEMS also has. Using the touch panel, we add a function so that the user can draw an arbitrary waveform by hand. We also use the touch panel to replace buttons and knobs to reduce the operation area of our EEMS significantly. Table. Comparison of our design and three other products. Waveform generator Our design Product A Operation area 30mm 70mm 80mm 0mm Basic waveform Sine, Triangle, Square Sine, Triangle, Square, DC Arbitrary waveform Drawn by hand Default Channels Oscilloscope Our design Product B Operation area 30mm 70mm 35mm 300mm Channels Power Supply Our design Product C Operation area 30mm 60mm 30mm 0mm Channels Main operation method Total operation area Touch panel Button, Knob 60 cm 854 cm V. COCLUSIO We have designed the interface of our EEMS by using a touch panel. Our EEMS includes the waveform generator, oscilloscope and power supply. In addition to the general functions like outputting the basic waveform, adjusting the waveform and adjusting the voltage, we have also added several functions like drawing the arbitrary waveform. Thus our EEMS is easier to use. By using the touch panel as input and output interface we reduce the operation area of our EEMS significantly, because the touch panel replaces the buttons and knobs of the traditional instruments. The function of the embedded system is very complete. Beside the touch panel and the GPIO we also use the network function in the embedded system. Through the network function we have made the EEMS portable and remote. It can be a server or a client that students or engineers can use to send or interchange measuring data. The bandwidth of the waveform generator and the oscilloscope of our EEMS is low. In the future we can increase the bandwidth by many ways. We can also replace the ADC, DAC and oscillator to achieve higher speed, increase the sample and convert frequency. The voltage of the power supply can also be increased if we increase the Vcc of the amplifier of the external interface circuit. We can add more functions on the touch panel, such as the software buttons, for a more natural operation. Our current functions on the touch panel just offer ways to input the setting. To further reduce the operation area we can also design a tree system for the man-machine interface. All these ways we can study and design in the future. REFERECES [] T. Yoshino, J. Munemori, T. Yuizono, Y. agasawa, S. Ito and K. Yunokuchi, Development and application of a distance learning support system using personal computers via the Internet, 999 International Conference on Parallel Processing, pp , Sept []. Ranaldo, S. Rapuano, M. Riccio, F. Zoino, Remote Control and Video Capturing of Electronic Instrumentation for Distance Learning, IEEE Transactions on Instrumentation and Measurement, Volume 56, pp.49-48, Aug [3] Ying-Wen Bai and Hong-Gi Wei, Design and implementation of a wireless remote measurement system, Instrumentation and Measurement Technology Conference, 00. IMTC/00, Vol., pp , May. 00. [4] Ying-Wen Bai and Cheng-Yu Hsu, Design and Implementation of an Embedded Remote Electronic Measurement System, Proceedings of 006 IEEE Instrumentation and Measurement Technology Conference, Italy, pp. 3-36, April [5] Lei Luo, Xuefeng Dai, Yan Shi, Development of Direct Current Motor Control System Based on Embedded Linux System, Second International Conference on Innovative Computing, Information and Control, pp , 5-7 Sept [6] Wang Yanfeng, Huang Jiwen, M. Fukunaga, Remote Embedded Power Measurement System Based On Global etwork, 8th International Conference on Electronic Measurement and Instruments, pp Aug July [7] Wei Yingying, Cai Qizhong, Wang Rugang, Research and Design of the Embedded Software System of Automotive Engine Analyzer, 8th International Conference on Electronic Measurement and Instruments, pp , Aug July [8] T. Sekimoto, T. Tsubouchi, S.-I. Yuta, An implementation of a human interface using a touch panel and visual images for controlling a vehicle, IEEE International Workshop on Robot and Human Communication, pp , -4 ov [9] Kongqiao Wang, Z. Radivojevic, R. Takala, Finger gesture extraction from an integrated optical touch panel based on mathematical morphology, The 8th International Conference on Signal Processing, Vol. 3, [0] M. Haney, T. Lopes, An integrated graphical development and debug environment supporting a multi-function parallel analog test instrument, 007 IEEE Autotestcon, pp.05-3, 7-0 Sept [] Zhao Jian, Wang Haili, Li Bo, Research and Realize the Key Technology of the Soft System For Instrument Platform Based on the Embedded Linux, 8th International Conference on Electronic Measurement and Instruments, pp , Aug. 6-July

EXPERIMENT NUMBER 2 BASIC OSCILLOSCOPE OPERATIONS

EXPERIMENT NUMBER 2 BASIC OSCILLOSCOPE OPERATIONS 1 EXPERIMENT NUMBER 2 BASIC OSCILLOSCOPE OPERATIONS The oscilloscope is the most versatile and most important tool in this lab and is probably the best tool an electrical engineer uses. This outline guides

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 5, May ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 5, May ISSN International Journal of Scientific & Engineering Research, Volume 4, Issue 5, May-2013 363 Home Surveillance system using Ultrasonic Sensors K.Rajalakshmi 1 R.Chakrapani 2 1 Final year ME(VLSI DESIGN),

More information

Combinational logic: Breadboard adders

Combinational logic: Breadboard adders ! ENEE 245: Digital Circuits & Systems Lab Lab 1 Combinational logic: Breadboard adders ENEE 245: Digital Circuits and Systems Laboratory Lab 1 Objectives The objectives of this laboratory are the following:

More information

Notes on Experiment #1

Notes on Experiment #1 Notes on Experiment #1 Bring graph paper (cm cm is best) From this week on, be sure to print a copy of each experiment and bring it with you to lab. There will not be any experiment copies available in

More information

EE EXPERIMENT 1 (2 DAYS) BASIC OSCILLOSCOPE OPERATIONS INTRODUCTION DAY 1

EE EXPERIMENT 1 (2 DAYS) BASIC OSCILLOSCOPE OPERATIONS INTRODUCTION DAY 1 EE 2101 - EXPERIMENT 1 (2 DAYS) BASIC OSCILLOSCOPE OPERATIONS INTRODUCTION The oscilloscope is the most versatile and most important tool in this lab and is probably the best tool an electrical engineer

More information

Intro To Engineering II for ECE: Lab 7 The Op Amp Erin Webster and Dr. Jay Weitzen, c 2014 All rights reserved.

Intro To Engineering II for ECE: Lab 7 The Op Amp Erin Webster and Dr. Jay Weitzen, c 2014 All rights reserved. Lab 7: The Op Amp Laboratory Objectives: 1) To introduce the operational amplifier or Op Amp 2) To learn the non-inverting mode 3) To learn the inverting mode 4) To learn the differential mode Before You

More information

Design of High-Precision Infrared Multi-Touch Screen Based on the EFM32

Design of High-Precision Infrared Multi-Touch Screen Based on the EFM32 Sensors & Transducers 204 by IFSA Publishing, S. L. http://www.sensorsportal.com Design of High-Precision Infrared Multi-Touch Screen Based on the EFM32 Zhong XIAOLING, Guo YONG, Zhang WEI, Xie XINGHONG,

More information

Lab 6 Prelab Grading Sheet

Lab 6 Prelab Grading Sheet Lab 6 Prelab Grading Sheet NAME: Read through the Background section of this lab and print the prelab and in-lab grading sheets. Then complete the steps below and fill in the Prelab 6 Grading Sheet. You

More information

Lab 6: Instrumentation Amplifier

Lab 6: Instrumentation Amplifier Lab 6: Instrumentation Amplifier INTRODUCTION: A fundamental building block for electrical measurements of biological signals is an instrumentation amplifier. In this lab, you will explore the operation

More information

Integrators, differentiators, and simple filters

Integrators, differentiators, and simple filters BEE 233 Laboratory-4 Integrators, differentiators, and simple filters 1. Objectives Analyze and measure characteristics of circuits built with opamps. Design and test circuits with opamps. Plot gain vs.

More information

Design of the Chaotic Signal Generator Based on LABVIEW

Design of the Chaotic Signal Generator Based on LABVIEW Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Design of the Chaotic Signal Generator Based on LABVIEW Jian-Guo Zhang, Xiaolei Zhao Key Laboratory of Advanced Transducers

More information

Use of a Multi-Frequency Relay of Ultrasonic Sensors with PIR Sensors to Extend the Sensing Range of an Embedded Surveillance System

Use of a Multi-Frequency Relay of Ultrasonic Sensors with PIR Sensors to Extend the Sensing Range of an Embedded Surveillance System Use of a Multi-Frequency Relay of Ultrasonic Sensors with PIR Sensors to Extend the Sensing Range of an Embedded Surveillance System Ying-Wen Bai, Zi-Li Xie and Chen-Chien Cheng Department of Electrical

More information

UCE-DSO212 DIGITAL OSCILLOSCOPE USER MANUAL. UCORE ELECTRONICS

UCE-DSO212 DIGITAL OSCILLOSCOPE USER MANUAL. UCORE ELECTRONICS UCE-DSO212 DIGITAL OSCILLOSCOPE USER MANUAL UCORE ELECTRONICS www.ucore-electronics.com 2017 Contents 1. Introduction... 2 2. Turn on or turn off... 3 3. Oscilloscope Mode... 4 3.1. Display Description...

More information

UCE-DSO210 DIGITAL OSCILLOSCOPE USER MANUAL. FATIH GENÇ UCORE ELECTRONICS REV1

UCE-DSO210 DIGITAL OSCILLOSCOPE USER MANUAL. FATIH GENÇ UCORE ELECTRONICS REV1 UCE-DSO210 DIGITAL OSCILLOSCOPE USER MANUAL FATIH GENÇ UCORE ELECTRONICS www.ucore-electronics.com 2017 - REV1 Contents 1. Introduction... 2 2. Turn on or turn off... 3 3. Oscilloscope Mode... 3 3.1. Display

More information

Introduction to Lab Instruments

Introduction to Lab Instruments ECE316, Experiment 00, 2017 Communications Lab, University of Toronto Introduction to Lab Instruments Bruno Korst - bkf@comm.utoronto.ca Abstract This experiment will review the use of three lab instruments

More information

Total Hours Registration through Website or for further details please visit (Refer Upcoming Events Section)

Total Hours Registration through Website or for further details please visit   (Refer Upcoming Events Section) Total Hours 110-150 Registration Q R Code Registration through Website or for further details please visit http://www.rknec.edu/ (Refer Upcoming Events Section) Module 1: Basics of Microprocessor & Microcontroller

More information

The oscilloscope and RC filters

The oscilloscope and RC filters (ta initials) first name (print) last name (print) brock id (ab17cd) (lab date) Experiment 4 The oscilloscope and C filters The objective of this experiment is to familiarize the student with the workstation

More information

Signal Processing and Display of LFMCW Radar on a Chip

Signal Processing and Display of LFMCW Radar on a Chip Signal Processing and Display of LFMCW Radar on a Chip Abstract The tremendous progress in embedded systems helped in the design and implementation of complex compact equipment. This progress may help

More information

Common-Source Amplifiers

Common-Source Amplifiers Lab 2: Common-Source Amplifiers Introduction The common-source stage is the most basic amplifier stage encountered in CMOS analog circuits. Because of its very high input impedance, moderate-to-high gain,

More information

PHYSICS 330 LAB Operational Amplifier Frequency Response

PHYSICS 330 LAB Operational Amplifier Frequency Response PHYSICS 330 LAB Operational Amplifier Frequency Response Objectives: To measure and plot the frequency response of an operational amplifier circuit. History: Operational amplifiers are among the most widely

More information

Models 296 and 295 combine sophisticated

Models 296 and 295 combine sophisticated Established 1981 Advanced Test Equipment Rentals www.atecorp.com 800-404-ATEC (2832) Models 296 and 295 50 MS/s Synthesized Multichannel Arbitrary Waveform Generators Up to 4 Independent Channels 10 Standard

More information

WaveStation Function/Arbitrary Waveform Generators

WaveStation Function/Arbitrary Waveform Generators WaveStation Function/Arbitrary Waveform Generators Key Features High performance with 14-bit, 125 MS/s and 16 kpts 2 channels on all models Large 3.5 color display for easy waveform preview Over 40 built-in

More information

ECE 2201 PRELAB 6 BJT COMMON EMITTER (CE) AMPLIFIER

ECE 2201 PRELAB 6 BJT COMMON EMITTER (CE) AMPLIFIER ECE 2201 PRELAB 6 BJT COMMON EMITTER (CE) AMPLIFIER Hand Analysis P1. Determine the DC bias for the BJT Common Emitter Amplifier circuit of Figure 61 (in this lab) including the voltages V B, V C and V

More information

A Courseware about Microwave Antenna Pattern

A Courseware about Microwave Antenna Pattern Forum for Electromagnetic Research Methods and Application Technologies (FERMAT) A Courseware about Microwave Antenna Pattern Shih-Cheng Lin, Chi-Wen Hsieh*, Yi-Ting Tzeng, Lin-Chuen Hsu, and Chih-Yu Cheng

More information

EE 1210 Op Amps, Gain, and Signal Integrity Laboratory Project 6

EE 1210 Op Amps, Gain, and Signal Integrity Laboratory Project 6 Objective Information The purposes of this laboratory project are for the student to observe an inverting operational amplifier circuit, to demonstrate how the resistors in an operational amplifier circuit

More information

A DSP-Based Ramp Test for On-Chip High-Resolution ADC

A DSP-Based Ramp Test for On-Chip High-Resolution ADC SUBMITTED TO IEEE ICIT/SSST A DSP-Based Ramp Test for On-Chip High-Resolution ADC Wei Jiang and Vishwani D. Agrawal Electrical and Computer Engineering, Auburn University, Auburn, AL 36849 weijiang@auburn.edu,

More information

Design of a Hardware/Software FPGA-Based Driver System for a Large Area High Resolution CCD Image Sensor

Design of a Hardware/Software FPGA-Based Driver System for a Large Area High Resolution CCD Image Sensor PHOTONIC SENSORS / Vol. 4, No. 3, 2014: 274 280 Design of a Hardware/Software FPGA-Based Driver System for a Large Area High Resolution CCD Image Sensor Ying CHEN 1,2*, Wanpeng XU 3, Rongsheng ZHAO 1,

More information

Design of high precision current signal source on DDS Han Ya Kun1, a, Suo Xue Song*,1, b

Design of high precision current signal source on DDS Han Ya Kun1, a, Suo Xue Song*,1, b 4th National Conference on Electrical, Electronics and Computer Engineering (NCEECE 2015) Design of high precision current signal source on DDS Han Ya Kun1, a, Suo Xue Song*,1, b 1 Agricultural University

More information

Graphical Control Panel User Manual

Graphical Control Panel User Manual Graphical Control Panel User Manual DS-MPE-DAQ0804 PCIe Minicard Data Acquisition Module For Universal Driver Version 7.0.0 and later Revision A.0 March 2015 Revision Date Comment A.0 3/18/2015 Initial

More information

WaveStation Function/Arbitrary Waveform Generators

WaveStation Function/Arbitrary Waveform Generators WaveStation Function/Arbitrary Waveform Generators Key Features High performance with 14-bit, 125 MS/s and 16 kpts 2 channels on all models Large 3.5 color display for easy waveform preview Over 40 built-in

More information

Intelligent Balanced Device and its Sensing System for Beam Pumping Units

Intelligent Balanced Device and its Sensing System for Beam Pumping Units Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Intelligent Balanced Device and its Sensing System for Beam Pumping Units Hangxin WEI, Wenfang WANG School of mechanical

More information

EE431 Lab 1 Operational Amplifiers

EE431 Lab 1 Operational Amplifiers Feb. 10, 2015 Report all measured data and show all calculations Introduction The purpose of this laboratory exercise is for the student to gain experience with measuring and observing the effects of common

More information

Common-source Amplifiers

Common-source Amplifiers Lab 1: Common-source Amplifiers Introduction The common-source amplifier is one of the basic amplifiers in CMOS analog circuits. Because of its very high input impedance, relatively high gain, low noise,

More information

Design and Implementation of a Scanner with Stitching of Multiple Image Capture

Design and Implementation of a Scanner with Stitching of Multiple Image Capture Y.-W. Bai and C.-C. Cheng: Design and Implementation of a Scanner with Stitching of Multiple Image Capture 1501 Design and Implementation of a Scanner with Stitching of Multiple Image Capture Ying-Wen

More information

SIGNAL RECOVERY. Model 7265 DSP Lock-in Amplifier

SIGNAL RECOVERY. Model 7265 DSP Lock-in Amplifier Model 7265 DSP Lock-in Amplifier FEATURES 0.001 Hz to 250 khz operation Voltage and current mode inputs Direct digital demodulation without down-conversion 10 µs to 100 ks output time constants Quartz

More information

LAB II. INTRODUCTION TO LABVIEW

LAB II. INTRODUCTION TO LABVIEW 1. OBJECTIVE LAB II. INTRODUCTION TO LABVIEW In this lab, you are to gain a basic understanding of how LabView operates the lab equipment remotely. 2. OVERVIEW In the procedure of this lab, you will build

More information

UNIVERSITY OF CALIFORNIA, SANTA BARBARA Department of Electrical and Computer Engineering. ECE 2A & 2B Laboratory Equipment Information

UNIVERSITY OF CALIFORNIA, SANTA BARBARA Department of Electrical and Computer Engineering. ECE 2A & 2B Laboratory Equipment Information UNIVERSITY OF CALIFORNIA, SANTA BARBARA Department of Electrical and Computer Engineering ECE 2A & 2B Laboratory Equipment Information Table of Contents Digital Multi-Meter (DMM)... 1 Features... 1 Using

More information

Introduction to Oscilloscopes Instructor s Guide

Introduction to Oscilloscopes Instructor s Guide Introduction to Oscilloscopes A collection of lab exercises to introduce you to the basic controls of a digital oscilloscope in order to make common electronic measurements. Revision 1.0 Page 1 of 25 Copyright

More information

LABORATORY 4. Palomar College ENGR210 Spring 2017 ASSIGNED: 3/21/17

LABORATORY 4. Palomar College ENGR210 Spring 2017 ASSIGNED: 3/21/17 LABORATORY 4 ASSIGNED: 3/21/17 OBJECTIVE: The purpose of this lab is to evaluate the transient and steady-state circuit response of first order and second order circuits. MINIMUM EQUIPMENT LIST: You will

More information

Design and performance of LLRF system for CSNS/RCS *

Design and performance of LLRF system for CSNS/RCS * Design and performance of LLRF system for CSNS/RCS * LI Xiao 1) SUN Hong LONG Wei ZHAO Fa-Cheng ZHANG Chun-Lin Institute of High Energy Physics, Chinese Academy of Sciences, Beijing 100049, China Abstract:

More information

A DSP IMPLEMENTED DIGITAL FM MULTIPLEXING SYSTEM

A DSP IMPLEMENTED DIGITAL FM MULTIPLEXING SYSTEM A DSP IMPLEMENTED DIGITAL FM MULTIPLEXING SYSTEM Item Type text; Proceedings Authors Rosenthal, Glenn K. Publisher International Foundation for Telemetering Journal International Telemetering Conference

More information

Application Note (A12)

Application Note (A12) Application Note (A2) The Benefits of DSP Lock-in Amplifiers Revision: A September 996 Gooch & Housego 4632 36 th Street, Orlando, FL 328 Tel: 47 422 37 Fax: 47 648 542 Email: sales@goochandhousego.com

More information

WaveStation Function/Arbitrary Waveform Generators

WaveStation Function/Arbitrary Waveform Generators Function/Arbitrary Waveform Generators Key Features High performance with 14-bit waveform generation, up to 500 MS/s sample rate and up to 512 kpts memory 2 channels on all models Large color display for

More information

Design and Implementation of a New Gain Control RF Amplifier

Design and Implementation of a New Gain Control RF Amplifier 2016 3 rd International Conference on Materials Science and Mechanical Engineering (ICMSME 2016) ISBN: 978-1-60595-391-5 Design and Implementation of a New Gain Control RF Amplifier Qingtian Wang, Yu Yan

More information

Design and Fabrication of High Frequency Linear Function Generator with Digital Frequency Counter using MAX038 and a PIC microcontroller

Design and Fabrication of High Frequency Linear Function Generator with Digital Frequency Counter using MAX038 and a PIC microcontroller International Journal of Latest Tr ends in Engineering and Technology Vol.(7)Issue(3), pp. 263-270 DOI: http://dx.doi.org/10.21172/1.73.536 e-issn:2278-621x Design and Fabrication of High Frequency Linear

More information

THE BENEFITS OF DSP LOCK-IN AMPLIFIERS

THE BENEFITS OF DSP LOCK-IN AMPLIFIERS THE BENEFITS OF DSP LOCK-IN AMPLIFIERS If you never heard of or don t understand the term lock-in amplifier, you re in good company. With the exception of the optics industry where virtually every major

More information

ECE159H1S University of Toronto 2014 EXPERIMENT #2 OP AMP CIRCUITS AND WAVEFORMS ECE159H1S

ECE159H1S University of Toronto 2014 EXPERIMENT #2 OP AMP CIRCUITS AND WAVEFORMS ECE159H1S ECE159H1S University of Toronto 2014 EXPERIMENT #2 OP AMP CIRCUITS AND WAVEFORMS ECE159H1S OBJECTIVES: To study the performance and limitations of basic op-amp circuits: the inverting and noninverting

More information

Portable Multi-Channel Recorder Model DAS240-BAT

Portable Multi-Channel Recorder Model DAS240-BAT Data Sheet Portable Multi-Channel Recorder The DAS240-BAT measures parameters commonly found in process applications including voltage, temperature, current, resistance, frequency and pulse. It includes

More information

AN oscilloscope is a measurement tool for analog waveforms

AN oscilloscope is a measurement tool for analog waveforms IEEE TRANSACTIONS ON INSTRUMENTATION AND MEASUREMENT, VOL. 54, NO. 1, FEBRUARY 2005 45 Loss Waveform Interval for the Data Buffering of a Multiple-Channel Microcomputer-Based Oscilloscope System Ying-Wen

More information

Interactive Tone Generator with Capacitive Touch. Corey Cleveland and Eric Ponce. Project Proposal

Interactive Tone Generator with Capacitive Touch. Corey Cleveland and Eric Ponce. Project Proposal Interactive Tone Generator with Capacitive Touch Corey Cleveland and Eric Ponce Project Proposal Overview Capacitance is defined as the ability for an object to store charge. All objects have this ability,

More information

ME 365 EXPERIMENT 1 FAMILIARIZATION WITH COMMONLY USED INSTRUMENTATION

ME 365 EXPERIMENT 1 FAMILIARIZATION WITH COMMONLY USED INSTRUMENTATION Objectives: ME 365 EXPERIMENT 1 FAMILIARIZATION WITH COMMONLY USED INSTRUMENTATION The primary goal of this laboratory is to study the operation and limitations of several commonly used pieces of instrumentation:

More information

RIGOL Data Sheet. DG3000 Series Function/Arbitrary Waveform Generator DG3121A, DG3101A, DG3061A. Product Overview. Easy to Use Design.

RIGOL Data Sheet. DG3000 Series Function/Arbitrary Waveform Generator DG3121A, DG3101A, DG3061A. Product Overview. Easy to Use Design. RIGOL Data Sheet DG3000 Series Function/Arbitrary Waveform Generator DG3121A, DG3101A, DG3061A Product Overview DG3000 Series Function/Arbitrary Waveform Generators adopt DDS technology, which enables

More information

DESIGN OF MULTIPLYING DELAY LOCKED LOOP FOR DIFFERENT MULTIPLYING FACTORS

DESIGN OF MULTIPLYING DELAY LOCKED LOOP FOR DIFFERENT MULTIPLYING FACTORS DESIGN OF MULTIPLYING DELAY LOCKED LOOP FOR DIFFERENT MULTIPLYING FACTORS Aman Chaudhary, Md. Imtiyaz Chowdhary, Rajib Kar Department of Electronics and Communication Engg. National Institute of Technology,

More information

Page 1/10 Digilent Analog Discovery (DAD) Tutorial 6-Aug-15. Figure 2: DAD pin configuration

Page 1/10 Digilent Analog Discovery (DAD) Tutorial 6-Aug-15. Figure 2: DAD pin configuration Page 1/10 Digilent Analog Discovery (DAD) Tutorial 6-Aug-15 INTRODUCTION The Diligent Analog Discovery (DAD) allows you to design and test both analog and digital circuits. It can produce, measure and

More information

Low-Cost Power Sources Meet Advanced ADC and VCO Characterization Requirements

Low-Cost Power Sources Meet Advanced ADC and VCO Characterization Requirements Low-Cost Power Sources Meet Advanced ADC and VCO Characterization Requirements Our thanks to Agilent Technologies for allowing us to reprint this article. Introduction Finding a cost-effective power source

More information

Time-Varying Signals

Time-Varying Signals Time-Varying Signals Objective This lab gives a practical introduction to signals that varies with time using the components such as: 1. Arbitrary Function Generator 2. Oscilloscopes The grounding issues

More information

2 : AC signals, the signal generator and the Oscilloscope

2 : AC signals, the signal generator and the Oscilloscope 2 : AC signals, the signal generator and the Oscilloscope Expected outcomes After conducting this practical, the student should be able to do the following Set up a signal generator to provide a specific

More information

Panasonic, 2 Channel FFT Analyzer VS-3321A. DC to 200kHz,512K word memory,and 2sets of FDD

Panasonic, 2 Channel FFT Analyzer VS-3321A. DC to 200kHz,512K word memory,and 2sets of FDD Panasonic, 2 Channel FFT Analyzer VS-3321A DC to 200kHz,512K word memory,and 2sets of FDD New generation 2CH FFT Anal General The FFT analyzer is a realtime signal analyzer using the Fast Fourier Transform

More information

Exploring DSP Performance

Exploring DSP Performance ECE1756, Experiment 02, 2015 Communications Lab, University of Toronto Exploring DSP Performance Bruno Korst, Siu Pak Mok & Vaughn Betz Abstract The performance of two DSP architectures will be probed

More information

Teaching Top Down Design of Analog/Mixed Signal ICs Through Design Projects. Andersson, Martin; Wernehag, Johan; Axholt, Andreas; Sjöland, Henrik

Teaching Top Down Design of Analog/Mixed Signal ICs Through Design Projects. Andersson, Martin; Wernehag, Johan; Axholt, Andreas; Sjöland, Henrik Teaching Top Down Design of Analog/Mixed Signal ICs Through Design Projects Andersson, Martin; Wernehag, Johan; Axholt, Andreas; Sjöland, Henrik Published in: FIE 2007: 37th annual Frontiers in education

More information

Real Analog - Circuits 1 Chapter 11: Lab Projects

Real Analog - Circuits 1 Chapter 11: Lab Projects Real Analog - Circuits 1 Chapter 11: Lab Projects 11.2.1: Signals with Multiple Frequency Components Overview: In this lab project, we will calculate the magnitude response of an electrical circuit and

More information

Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network

Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network 436 JOURNAL OF COMPUTERS, VOL. 5, NO. 9, SEPTEMBER Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network Chung-Chi Wu Department of Electrical Engineering,

More information

GRAPHICAL LCD BASED DIGITAL OSCILLOSCOPE

GRAPHICAL LCD BASED DIGITAL OSCILLOSCOPE International Journal of Advanced Research in Engineering ISSN: 2394-2819 Technology & Sciences April-2016 Volume 3, Issue-4 E Email: editor@ijarets.org www.ijarets.org GRAPHICAL LCD BASED DIGITAL OSCILLOSCOPE

More information

IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP

IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP LIU Ying 1,HAN Yan-bin 2 and ZHANG Yu-lin 3 1 School of Information Science and Engineering, University of Jinan, Jinan 250022, PR China

More information

LAB 4: OPERATIONAL AMPLIFIER CIRCUITS

LAB 4: OPERATIONAL AMPLIFIER CIRCUITS LAB 4: OPERATIONAL AMPLIFIER CIRCUITS ELEC 225 Introduction Operational amplifiers (OAs) are highly stable, high gain, difference amplifiers that can handle signals from zero frequency (dc signals) up

More information

Transient Data Acquisition System, TAS 4-40 Potential-free measurement of fast rise pulses:

Transient Data Acquisition System, TAS 4-40 Potential-free measurement of fast rise pulses: Transient Data Acquisition System, TAS 4-40 Potential-free measurement of fast rise pulses: High precision measurement of fast rising voltages and currents causes considerable problems in many spheres

More information

Chapter 1: DC circuit basics

Chapter 1: DC circuit basics Chapter 1: DC circuit basics Overview Electrical circuit design depends first and foremost on understanding the basic quantities used for describing electricity: voltage, current, and power. In the simplest

More information

CENG4480 Embedded System Development and Applications The Chinese University of Hong Kong Laboratory 1: Op Amp (I)

CENG4480 Embedded System Development and Applications The Chinese University of Hong Kong Laboratory 1: Op Amp (I) CENG4480 Embedded System Development and Applications The Chinese University of Hong Kong Laboratory 1: Op Amp (I) Student ID: 2018 Fall 1 Introduction This lab session introduces some very basic concepts

More information

DSP Project. Reminder: Project proposal is due Friday, October 19, 2012 by 5pm in my office (Small 239).

DSP Project. Reminder: Project proposal is due Friday, October 19, 2012 by 5pm in my office (Small 239). DSP Project eminder: Project proposal is due Friday, October 19, 2012 by 5pm in my office (Small 239). Budget: $150 for project. Free parts: Surplus parts from previous year s project are available on

More information

EE 3305 Lab I Revised July 18, 2003

EE 3305 Lab I Revised July 18, 2003 Operational Amplifiers Operational amplifiers are high-gain amplifiers with a similar general description typified by the most famous example, the LM741. The LM741 is used for many amplifier varieties

More information

Sampling and Reconstruction

Sampling and Reconstruction Experiment 10 Sampling and Reconstruction In this experiment we shall learn how an analog signal can be sampled in the time domain and then how the same samples can be used to reconstruct the original

More information

Oscilloscope and Function Generators

Oscilloscope and Function Generators MEHRAN UNIVERSITY OF ENGINEERING AND TECHNOLOGY, JAMSHORO DEPARTMENT OF ELECTRONIC ENGINEERING ELECTRONIC WORKSHOP # 02 Oscilloscope and Function Generators Roll. No: Checked by: Date: Grade: Object: To

More information

Lab 8 D/A Conversion and Waveform Generation Lab Time: 9-12pm Wednesday Lab Partner: Chih-Chieh Wang (Dennis) EE145M Station 13

Lab 8 D/A Conversion and Waveform Generation Lab Time: 9-12pm Wednesday Lab Partner: Chih-Chieh Wang (Dennis) EE145M Station 13 Lab 8 D/A Conversion and Waveform Generation Bill Hung Lab Time: 9-12pm Wednesday 17508938 Lab Partner: Chih-Chieh Wang (Dennis) EE145M Station 13 Aim Interface with a digital-to-analog (D/A) converter

More information

Ultrasonic Signal Processing Platform for Nondestructive Evaluation

Ultrasonic Signal Processing Platform for Nondestructive Evaluation Ultrasonic Signal Processing Platform for Nondestructive Evaluation (USPPNDE) Senior Project Final Report Raymond Smith Advisors: Drs. Yufeng Lu and In Soo Ahn Department of Electrical and Computer Engineering

More information

Florida Atlantic University Biomedical Signal Processing Lab Experiment 2 Signal Transduction: Building an analog Electrocardiogram (ECG)

Florida Atlantic University Biomedical Signal Processing Lab Experiment 2 Signal Transduction: Building an analog Electrocardiogram (ECG) Florida Atlantic University Biomedical Signal Processing Lab Experiment 2 Signal Transduction: Building an analog Electrocardiogram (ECG) 1. Introduction: The Electrocardiogram (ECG) is a technique of

More information

A wireless, ultra-portable oscilloscope with impressive specs debug circuits in their natural environment.

A wireless, ultra-portable oscilloscope with impressive specs debug circuits in their natural environment. Page 1 of 13 A wireless, ultra-portable oscilloscope with impressive specs debug circuits in their natural environment. As Featured In Hackaday "... we can't wait to see what kind of work this thing enables."

More information

2 Oscilloscope Familiarization

2 Oscilloscope Familiarization Lab 2 Oscilloscope Familiarization What You Need To Know: Voltages and currents in an electronic circuit as in a CD player, mobile phone or TV set vary in time. Throughout the course you will investigate

More information

Grid Power Quality Analysis of 3-Phase System Using Low Cost Digital Signal Processor

Grid Power Quality Analysis of 3-Phase System Using Low Cost Digital Signal Processor Grid Power Quality Analysis of 3-Phase System Using Low Cost Digital Signal Processor Sravan Vorem, Dr. Vinod John Department of Electrical Engineering Indian Institute of Science Bangalore 56002 Email:

More information

AFG-2100/2000 Series Arbitrary Function Generator. New Product Announcement

AFG-2100/2000 Series Arbitrary Function Generator. New Product Announcement ISO-9001 CERTIFIED MANUFACTURER GOOD WILL INSTRUMENT CO., LTD. NO. 7-1, JHONGSING ROAD, TUCHENG CITY, TAIPEI HSIEN, TAIWANTEL: 886-2-2268 0389 FAX: 886 2 2268 0639 AFG-2100/2000 Series Arbitrary Function

More information

Using an FPGA based system for IEEE 1641 waveform generation

Using an FPGA based system for IEEE 1641 waveform generation Using an FPGA based system for IEEE 1641 waveform generation Colin Baker EADS Test & Services (UK) Ltd 23 25 Cobham Road Wimborne, Dorset, UK colin.baker@eads-ts.com Ashley Hulme EADS Test Engineering

More information

Name: Resistors and Basic Resistive Circuits. Objective: To gain experience with data acquisition proto-boards physical resistors. Table of Contents:

Name: Resistors and Basic Resistive Circuits. Objective: To gain experience with data acquisition proto-boards physical resistors. Table of Contents: Objective: To gain experience with data acquisition proto-boards physical resistors Table of Contents: Name: Resistors and Basic Resistive Circuits Pre-Lab Assignment 1 Background 2 National Instruments

More information

EXPERIMENT 1 PRELIMINARY MATERIAL

EXPERIMENT 1 PRELIMINARY MATERIAL EXPERIMENT 1 PRELIMINARY MATERIAL BREADBOARD A solderless breadboard, like the basic model in Figure 1, consists of a series of square holes, and those columns of holes are connected to each other via

More information

GFT bit High Speed Digitizer

GFT bit High Speed Digitizer FEATURES Up to 4 analog channels in only 1U space Up to 2GS/s sampling rate per channel 14 bits vertical resolution DC coupled with up to 1GHz bandwidth Programmable DC offset Internal and external clock

More information

Costas Loop. Modules: Sequence Generator, Digital Utilities, VCO, Quadrature Utilities (2), Phase Shifter, Tuneable LPF (2), Multiplier

Costas Loop. Modules: Sequence Generator, Digital Utilities, VCO, Quadrature Utilities (2), Phase Shifter, Tuneable LPF (2), Multiplier Costas Loop Modules: Sequence Generator, Digital Utilities, VCO, Quadrature Utilities (2), Phase Shifter, Tuneable LPF (2), Multiplier 0 Pre-Laboratory Reading Phase-shift keying that employs two discrete

More information

Acounter-basedall-digital spread-spectrum clock generatorwithhighemi reductionin65nmcmos

Acounter-basedall-digital spread-spectrum clock generatorwithhighemi reductionin65nmcmos LETTER IEICE Electronics Express, Vol.10, No.6, 1 6 Acounter-basedall-digital spread-spectrum clock generatorwithhighemi reductionin65nmcmos Ching-Che Chung 1a), Duo Sheng 2, and Wei-Da Ho 1 1 Department

More information

Lecture 2 Analog circuits. Seeing the light..

Lecture 2 Analog circuits. Seeing the light.. Lecture 2 Analog circuits Seeing the light.. I t IR light V1 9V +V IR detection Noise sources: Electrical (60Hz, 120Hz, 180Hz.) Other electrical IR from lights IR from cameras (autofocus) Visible light

More information

EE2210 Laboratory Project 1 Fall 2013 Function Generator and Oscilloscope

EE2210 Laboratory Project 1 Fall 2013 Function Generator and Oscilloscope EE2210 Laboratory Project 1 Fall 2013 Function Generator and Oscilloscope For students to become more familiar with oscilloscopes and function generators. Pre laboratory Work Read the TDS 210 Oscilloscope

More information

AUTONOMOUS NAVIGATION SYSTEM BASED ON GPS

AUTONOMOUS NAVIGATION SYSTEM BASED ON GPS AUTONOMOUS NAVIGATION SYSTEM BASED ON GPS Zhaoxiang Liu, Gang Liu * Key Laboratory of Modern Precision Agriculture System Integration Research, China Agricultural University, Beijing, China, 100083 * Corresponding

More information

Laboratory 3 (drawn from lab text by Alciatore)

Laboratory 3 (drawn from lab text by Alciatore) Laboratory 3 (drawn from lab text by Alciatore) The Oscilloscope Required Components: 1 10 resistor 2 100 resistors 2 lk resistors 1 2k resistor 2 4.7M resistors 1 0.F capacitor 1 0.1 F capacitor 1 1.0uF

More information

Virtual Lab 1: Introduction to Instrumentation

Virtual Lab 1: Introduction to Instrumentation Virtual Lab 1: Introduction to Instrumentation By: Steve Badelt and Daniel D. Stancil Department of Electrical and Computer Engineering Carnegie Mellon University Pittsburgh, PA Purpose: Measurements and

More information

Low Power Design of Successive Approximation Registers

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

More information

EC310 Security Exercise 20

EC310 Security Exercise 20 EC310 Security Exercise 20 Introduction to Sinusoidal Signals This lab demonstrates a sinusoidal signal as described in class. In this lab you will identify the different waveform parameters for a pure

More information

Aztec Micro-grid Power System

Aztec Micro-grid Power System Aztec Micro-grid Power System Grid Energy Storage and Harmonic Distortion Demonstration Project Proposal Submitted to: John Kennedy Design Co. Ltd, San Diego, CA Hardware: Ammar Ameen Bashar Ameen Aundya

More information

Lab 9 RF Wireless Communications

Lab 9 RF Wireless Communications Lab 9 RF Wireless Communications Figure 9.0. Guglielmo Marconi Midday at Signal Hill near St. John s, Newfoundland, in Canada, Guglielmo Marconi pressed his ear to a telephone headset connected to an experimental

More information

EENG-201 Experiment # 4: Function Generator, Oscilloscope

EENG-201 Experiment # 4: Function Generator, Oscilloscope EENG-201 Experiment # 4: Function Generator, Oscilloscope I. Objectives Upon completion of this experiment, the student should be able to 1. To become familiar with the use of a function generator. 2.

More information

Design of double loop-locked system for brush-less DC motor based on DSP

Design of double loop-locked system for brush-less DC motor based on DSP International Conference on Advanced Electronic Science and Technology (AEST 2016) Design of double loop-locked system for brush-less DC motor based on DSP Yunhong Zheng 1, a 2, Ziqiang Hua and Li Ma 3

More information

Fill in the following worksheet-style pages. A colored pen or pencil works best. The procedure is:

Fill in the following worksheet-style pages. A colored pen or pencil works best. The procedure is: 14: ALIASING I. PRELAB FOR ALIASING LAB You might expect that to record a frequency of 4000 Hz you would have to sample at a rate of at least 4000 Hz. It turns out, however, that you actually have to sample

More information

CHARACTERIZATION OF OP-AMP

CHARACTERIZATION OF OP-AMP EXPERIMENT 4 CHARACTERIZATION OF OP-AMP OBJECTIVES 1. To sketch and briefly explain an operational amplifier circuit symbol and identify all terminals. 2. To list the amplifier stages in a typical op-amp

More information

Lab 6 Instrument Familiarization

Lab 6 Instrument Familiarization Lab 6 Instrument Familiarization What You Need To Know: Voltages and currents in an electronic circuit as in a CD player, mobile phone or TV set vary in time. Throughout todays lab you will investigate

More information

The Research on Servo Control System for AC PMSM Based on DSP BaiLei1, a, Wengang Zheng2, b

The Research on Servo Control System for AC PMSM Based on DSP BaiLei1, a, Wengang Zheng2, b 4th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 015) The Research on Servo Control System for AC PMSM Based on DSP BaiLei1, a, Wengang Zheng, b 1 Engineering

More information