EMG-Reflex Device BIOE 385: BIOINSTRUMENTATION LABORATORY. Erik Hansen, Ronal Infante

Size: px
Start display at page:

Download "EMG-Reflex Device BIOE 385: BIOINSTRUMENTATION LABORATORY. Erik Hansen, Ronal Infante"

Transcription

1 EMG-Reflex Device BIOE 385: BIOINSTRUMENTATION LABORATORY Erik Hansen, Ronal Infante

2 Table of Contents Introduction... 3 Summary... 3 EMG-Reflex Device... 4 Instructions... 6 Hardware Set-up... 6 Test Subject Preparation Recording a Measurement Safety Information Troubleshooting Device Limitations Technical Specifications DB9 Male Connector Hammer Inverting Amplifier Electrical Isolation Circuits EMG First Stage Instrumentation Amplifier EMG Passive Band-pass Filter EMG Second Stage Inverting Amplifier LabVIEW Code Front Panel Block Diagram Design Challenges References Appendix Troubleshooting Figures Bode Plot Front Panel Figures Block Diagram Figures... 34

3 1. Introduction Summary The human body has three types of muscles: cardiac muscle, smooth muscle, and skeletal muscle. While the first two types are found mostly in organs, skeletal muscles are attached to bone and facilitate movement. Fig. 1. A diagram depicting a reflex arc and sensory and motor neurons [1]. Afferent sensory neurons and efferent motor neurons are central to skeletal muscle function throughout the body. Sensory neurons transmit electrical impulses in the form of action potentials, or temporary membrane potentials along the length of cells, from a receptor (such as the skin) to the spinal cord. Motor neurons receive these impulses from the spinal cord and prompt skeletal muscle contraction (Fig. 1). It is not always required for the impulses to reach the brain. In areas of high sensitivity or when strong stimuli are detected [2], impulses travel straight from the sensory neurons to the motor neurons through an association neuron (also called an interneuron), forming what is known as a reflex arc, and a reflex is produced. A motor unit is comprised of a single motor neuron and all of the muscle fibers it controls [3]. When a motor neuron delivers an impulse, the muscle fibers in the motor unit respond by generating their own electrical signals that lead to contraction. These electrical signals, in the form of weak electrical potentials or voltages, may be detected on the overlying skin using surface electrodes. The process of detecting and amplifying skin voltages of underlying muscle contraction is called electromyography and the recordings are called electromyograms (EMGs). Group 127 Page 3 of 39

4 EMG-Reflex Device Our EMG-Reflex device records patient reflex time by measuring the difference in time between a hammer tap to the patellar tendon and the resulting knee-jerk reflex. When the hammer taps the patellar tendon, a resulting electrical signal is sent from the hammer to our device and the time of hammer impact is recorded. Upon tapping the patellar tendon, muscle spindles within the quadriceps act as receptors and send an electrical impulse to the spinal cord along afferent sensory neurons. Immediately, the efferent neurons respond by sending an electrical impulse back to the quadriceps, causing the muscle to contract and thus extend the lower leg. This reflexive contraction is commonly referred as the knee-jerk reflex (Fig. 2). Fig. 2. A visual representation of the knee-jerk reflex [4]. Then, two electrodes placed along the length of the quadriceps record the voltage produced by the returning efferent impulses along the muscle. The voltage is then amplified, filtered, and sampled past a threshold value. The resulting EMG time is recorded and the difference between the two times is calculated, recorded, and displayed. Group 127 Page 4 of 39

5 Clinical studies indicate that the average knee-jerk reflex time is about 21 milliseconds [5]. Significant deviation from this average could indicate a damaged central nervous system. Therefore, implementation of our device allows for detection of neurodegenerative diseases or neuromuscular disorders, such as Amyotrophic Lateral Sclerosis or Becker Muscular Dystrophy. Our device is built using a reflex hammer to produce the initial signal, alligator-banana cables and electrodes to detect EMGs, and simple electrical components, such as resistors, capacitors, diodes, and operational and instrumentation amplifiers, to amplify and filter the resulting signal. Therefore, it is quite cost-effective to manufacture. A LabVIEW virtual instrument (VI) provides an intuitive user interface and further signal processing to reduce noise. In addition to being costeffective, our device takes patient safety in consideration by including electrical isolation circuitry that prevents microshock. Because skin surface electromyography is non-invasive, it proves to be a painless alternative to needle-based approaches. By following the simple instructions detailed below, any user will be able to successfully set up and operate our device. The implementation of our device would be cost-effective, intuitive to use, and would improve patient outcomes. Group 127 Page 5 of 39

6 2. Instructions Hardware Set-up 1. Turn on the National Instruments Elvis (NI ELVIS). The system power button is found on the back (Fig. 3). Also make sure the power cable of the NI ELVIS unit is plugged in securely. Fig. 3. The back of the NI ELVIS unit showing the system power button (left) and the power cable (right). Group 127 Page 6 of 39

7 2. Turn on the prototype board power. The prototype board power button is found on the front (Fig. 4). The lights for the system power and the prototype board power should be shining. Fig. 4. The front of the NI ELVIS unit showing the prototype board power button and the two lights. Group 127 Page 7 of 39

8 3. The NI ELVIS unit s connector is found on the top of the unit towards the back (Fig. 5). Slide the prototype circuit board into the NI ELVIS unit s connector. The prototype board should snap tightly into the connector. Fig. 5. Placing the prototype circuit board into the NI ELVIS unit s connector. 4. Our device is built to function with Hammer G. Find Hammer G (Fig. 6). Fig. 6. Hammer G. Group 127 Page 8 of 39

9 5. Connect Hammer G s male pin connector to the female pin connector wired to the circuit board (Fig. 7). Fig. 7. Connecting Hammer G s male pin connector to its corresponding female pin receptor. 6. Collect two alligator-banana cables. Plug them into the Banana A and Banana B ports on the top right part of the circuit board (Fig. 8). Fig. 8. The Banana A and Banana B ports with cables plugged in. Group 127 Page 9 of 39

10 Test Subject Preparation 1. Collect two electrodes. Since electrical activity of muscle is to be measured, place them about 2 inches apart along the length of the quadriceps with significant muscle mass (Fig. 9). Attach the alligator ends of the Banana A and B cables to the electrodes. Since the device measures a potential difference along the length of the muscle, it does not matter which electrode you connect the banana cables to. Fig. 9. The two electrodes in position along the length of the quadriceps with banana cables attached. Group 127 Page 10 of 39

11 2. The subject should sit comfortably in a relaxed position. Any voluntary tension in the muscle group will produce inaccurate results. Raising the chair and letting the patient s legs hang off of the edge of their chair is a good way to prevent voluntary tension (Fig, 10). Fig. 10. Hanging legs off of your chair can help prevent voluntary tension. Group 127 Page 11 of 39

12 Recording a Measurement 1. Turn on the computer. Locate and open the VI file (Fig. 11). LabView should initialize. Run the VI (Fig. 12). Fig. 11. Selecting the VI file. Fig. 12. The run button (left) after it has been pressed to run the VI file. The stop button (right) stops the VI file from running. 2. On the VI s Record EMG-Reflex tab, select the Calibrate Device button and wait for the device to calibrate (Fig. 26). An error will appear if there is too much noise. If so, try recalibrating. To reduce noise, try braiding the alligator-banana cables. Group 127 Page 12 of 39

13 3. Tap the patellar tendon with the hammer (Fig. 14). The patient should be fully relaxed and not tapping their own tendon. Otherwise, voluntary tension might occur and reflex time will be inaccurate. You should observe a knee-jerk reflex. Fig. 14. The process of tapping the patellar tendon with Hammer G. Electrodes and alligator-banana cables are securely attached. A second individual should be tapping the patient s tendon. 4. The knee-jerk reflex must occur for accurate reflex time measurement. If the knee-jerk reflex does not occur, try tapping the patellar tendon with more force. Alternatively, engage in the Jendrassik maneuver (Fig. 23). 5. If the EMG signal passes the threshold value, reflex time is calculated and displayed. If the knee-jerk reflex occurred, press the Add Measurement to Table button (Fig. 26). This places the reflex measurement in the Table of Results. 6. To remove an erroneous measurement, enter the corresponding row number into the indicator. Press the Remove Measurement form Table button (Fig 26). Group 127 Page 13 of 39

14 7. Repeat steps 2 and 3 to acquire as much data samples as required. The Save Table button exports the table to an Excel file (Fig. 26). Safety Information When operating the device, please consider the following safety procedures: Our device features two electrical isolation circuits, one for each incoming lead, as barriers to prevent high currents from flowing back into the body from the device, causing macroshock. If high currents attempt to flow through the diodes, they will burn out and serve as circuit breakers, saving you from dangerous shock. If these were to burn out, immediately turn off all power to the device. If you smell burning or experience any form of shock when handling the device, a component might have malfunctioned. Turn off all of power and seek technical help. Refrain from hitting the hammer with excessive force as it may break. Do not tamper with the prototype board s circuitry as it may expose you to shock hazards, produce inaccurate results, or compromise the isolation circuits. Do not consume food or beverages near the device to prevent spills. Wet environments lead to equipment failure. Always handle the device with dry hands. Moisture reduces the resistivity of the skin and increases the risk of microshock. Group 127 Page 14 of 39

15 Troubleshooting If there seems to be an issue with the device, consider the following common solutions: Make sure the ELVIS system and the prototyping board are both powered on. Lights on the front of the unit will indicate if both are powered (Fig. 4). Double check to make sure the prototype circuit board is securely connected to the NI ELVIS unit (Fig. 5). Make sure all three green lights on the bottom left of the prototype circuit board are turned on (Fig. 24). If not, the NI ELVIS unit has blown a fuse and it must be replaced in order to proceed. Make sure you are using Hammer G (Fig. 6). Not all Hammers are guaranteed to work with our device. Make sure the male and female pin connector/receptor pair for Hammer G is connected securely (Fig. 7). Examine the prototype circuit board to confirm that the female pin receptor has not unwired itself from the board. Confirm that the electrodes are in contact with the quadriceps muscle and that the alligator-banana cables are securely connected to the electrodes (Fig. 9). Use tape to secure the electrodes if necessary. If you are acquiring too much noise, try the following tricks: o Performing the Jendrassik maneuver (Fig. 23) by cupping and pulling on your hands will enhance the patellar reflex by inhibiting descending brainstem inputs that would inhibit reflex arc interneurons [6]. o Additionally, braiding the alligator-banana cables reduces noise by canceling out the interference produced by the magnetic fields created by running current through wires. Group 127 Page 15 of 39

16 3. Device Limitations While our device measures consistent reflex times that agree with clinically determined values, it is still limited and has the potential for improvement. Our design only implements 2 electrodes and uses the machine ground as reference. Machine ground is not ideal when dealing with biological noise as it is out of context. Therefore, it is possible that our device is limited by additional noise that can be eliminated via adding a third electrode placed on the patellar bone. Future versions of our device would benefit from the addition of a third electrode. This addition has the potential to remove unwanted noise by providing a biological ground that we may reference to. Since it experiences similar biological noise to our other electrodes, the measured voltage will be free from this noise due to the relative measurement. Additionally, our device is only optimized to detect EMG in the quadriceps in response to patellar tendon stimulation. For a better diagnosis of neurodegenerative diseases or neuromuscular disorders, a whole body assessment of reflex times could be employed. Currently, our device is not that sophisticated. Future versions of our device would benefit from the addition of a feature that allowed you to choose the reflex you want to measure. Perhaps the user could be given a list of reflexes to choose from. Upon choosing, optimized filtration and amplification settings could be applied to the VI for accurate and consistent measurements of a range of reflex types. Group 127 Page 16 of 39

17 4. Technical Specifications The following block diagram describes the general mechanics of our device: Fig. 15. Block diagram of our device. Ultimately, two channels of data will feed into LabVIEW for analysis and recording, one from the reflex hammer and another from the electrodes. Group 127 Page 17 of 39

18 DB9 Male Connector The reflex hammer is connected to our device via a DB9 Male Connector. The male pin connector has 9 total pins, only five of which are used by our device. The pin connector was soldered onto colored wires. Each pin number its corresponding data and wire color are listed in the table in Figure 17. The input power supplies are wired to pins 6 and 9. The +5V is wired from the DC supply of the prototype board. The -5V supply is provided by the LabVIEW code. Since the hammer is not in contact with the body for a prolonged period, it requires neither electrical isolation circuits, nor filters to remove biological and ambient noise. Pins 2 and 4 are the outputs of the hammer and the inputs to the OP07 hammer amplifier. To reference the output signal of Hammer G, pin 4 is grounded. Pin 3 is wired to ground and the other four pins are unused. We opted not to use shielding because we are inexperienced solderers. While shielding can provide more noise reduction, doing it incorrectly would have introduced much more noise. After getting a working prototype we decided that noise levels were low enough to justify not adding shielding. Group 127 Page 18 of 39

19 Fig. 16. Pin diagram of the male DB9 connector. Pin Number Data Carried Wire Color 1 Shield Not Used 2 Vin+ Green 3 Ground White 4 Vin- (ground) Orange 5 Shield Not Used 6 +5V (ref) Red 7 None Not Used 8 None Not Used 9-5V (ref) (DAQ0) Blue Fig. 17. A table listing the DB9 male pin connector s pins and their function in circuitry. Group 127 Page 19 of 39

20 Hammer Inverting Amplifier The signal produced by the hammer undergoes amplification (Fig. 18). The hammer voltage signal comes from the pins 2 and 4 of the male pin connector. The amplifier is composed of an OP07 differential amplifier in the inverting configuration with 110Ω and 220kΩ resistors and a gain of Gain = Rf/Rin = /110 = The amplifier is powered by +15V and -15V DC supplies on the prototype board. The output of the amplifier is then connected to LabVIEW through an ACH port on the prototype board. Fig. 18. Reflex hammer OP07 amplifier configuration. Group 127 Page 20 of 39

21 Electrical Isolation Circuits The two electrical isolation circuits, one for each incoming lead, protect the test subject from macroshock by acting as barriers to prevent high currents from flowing back into the body from the device (Fig. 19). First, the inputs from the electrodes enter the prototype board through both banana cables. Both electrical isolation circuits are comprised of 10kΩ resistors and 2 (MFG# 1N4148) diodes. The 10kΩ resistor forces the current down to 60μA, well below the current safety threshold. If the device sends voltages over 0.6V and high currents attempt to flow through the diodes, they will burn out and serve as low impedance circuit breakers, directing harmful current to ground and saving you from dangerous shock. Fig. 19. One of the two electrical isolation circuits. Both are identical. Group 127 Page 21 of 39

22 EMG First Stage Instrumentation Amplifier Both isolation circuits then feed into an AD620 instrumentation amplifier (Fig. 20). The amplifier is powered with +15V and -15V DC supplies from the prototype board. The difference in voltage between the two terminals is amplified when the signal from the Banana B is arbitrarily lead into the positive terminal and the signal from Banana A is lead into the negative terminal. Using a 1kΩ resistor, the gain of this amplifier is 495. We used the more sophisticated instrumentation amplifier for the first stage amplification of the EMG signal because it amplified a foundational signal with less noise than the OP07 operational amplifier. G = 1 + (49400/Rg) = 1 + (49400/100) = 495. Fig. 20. The AD620 Instrumentation Amplifier Group 127 Page 22 of 39

23 EMG Passive Band-pass Filter After the first stage amplifier, the EMG signal is filtered to remove both low and frequency components (Fig. 21). According to De Luca, Carlo J., et al., surface EMG signals should be filtered between 20 Hz and 450 Hz [7]. Using two 33μF capacitors and 10Ω and 220Ω resistors, the approximate cutoff frequencies for our passive band-pass filter were 22Hz and 482Hz. Frequencies above and below these frequencies were attenuated, as shown by bode plot analysis (Fig. 25). Cutoff frequency = fc = 1/(2 pi R C) Fig. 21. The passive band-pass filter with cutoff frequencies of approximately 22 and 482Hz. Group 127 Page 23 of 39

24 EMG Second Stage Inverting Amplifier After undergoing filtration, the EMG signal is attenuated. A second round of amplification using an OP07 operational amplifier and 100Ω and 3kΩ resistors provides -30 gain to the EMG signal (Fig. 22). Gain = Rf/Rin = 3000/110 = 30. Fig. 22. The second OP07 Inverting Operational Amplifier. Group 127 Page 24 of 39

25 5. LabVIEW Code Front Panel The front panel of our VI features 3 tabs each with very intuitive navigation: a welcome tab, the reflex time recording tab, and a troubleshooting tab (Figs ). There are buttons to move between tabs and to stop the VI. On the Record EMG-Reflex tab, calibration is visually confirmed by a progress bar as well as a bright button. Both the EMG signal and Hammer G s signal are visualized on a large graph. Numerical indicators show impact time for each signal type in exact real time. The reflex time is calculated from these variables and is displayed with units. Adding values to the table of results is very intuitive. A save table button allows the user to export their saved data into an Excel file. On the Advanced tab, various troubleshooting graphs and indicators are available to view. There are graphs showing unfiltered signals and the filtering intervals in both time and frequency domains. The calibrated threshold is displayed to the user as well as a confirmation of the DC input to the Hammer for pin 9. Block Diagram The block diagram codes for all of the code block functions of the VI: Outside the main while loop, many values are reset in case the VI is stopped, the Table of Results is initialized, and within its own independent while loop, -5V is sent to pin 9 of the Hammer (Fig. 29). Just inside the while loop, before the large case structure that holds much of the tab-dependent code, the stop conditions are coded, taking in booleans from the Stop VI buttons on each front panel tab (Fig. 30). The EMG signal and the Hammer signal are read and converted from analog data to digital data through the use of the DAQ function block. The signals are separated and the EMG signal runs through a SubVI titled Notch Filters that holds the code for two 60 Hz notch filters, the original noise and one harmonic at 120 Hz (Fig. 31). Both dynamic data types are converted into waveform data types. The time data is separated and sent to the tab case structure. Gains are given to each signal based on experimental values. Group 127 Page 25 of 39

26 When sent into the Record EMG-Reflex tab, the data is stored into an array and visualized on the large graph along with the threshold if it s been stored (Fig. 32). The threshold is calculated when the Calibrate button is pressed (Fig. 33). Before calibration much of the front panel is disabled. During calibration the progress bar moves and resting noise data is stored into an array. After 10,000 values are stored, a maximum value is determined and 1 is added to establish a solid EMG threshold. If the threshold is greater than 5V (indicating max noise at 4V), then calibration will fail due to large amounts of noise. A message is displayed when calibration has either successfully been completed or when it has failed. If it fails, the user is prompted recalibrate and much of the front panel remains disabled. The EMG signal is compared to this new threshold value and the Hammer signal is compared to a threshold value of 1V (Fig. 34). The indices where the amplitude data crosses each threshold is calculated and if the default value of 99 is not returned, these indices are used to index the time data that was previously separated. If the indexed Hammer time is not larger than the indexed EMG time (which would result in a negative time difference), then the respective times are stored in numeric indicators. Once stored, reflex time is immediately calculated by taking the difference between the two times. Since reflex time is displayed in milliseconds, the difference is multiplied by The remaining code on the block diagram produces the aesthetics of the front panel (Fig. 35). These include concatenating new values onto the Table of Results when the Add Measurement to Table button is pressed, the removal of indices from the Table of Results when the Remove Measurement from Table button is pressed, and array building for Excel report generation. Code on the remaining case structure tabs, such as the Advanced tab, provides for the storage of data into numerical indicators and for the function of buttons (Fig. 36). Group 127 Page 26 of 39

27 6. Design Challenges The most important challenge to consider when dealing with living systems is electrical safety. Our device requires the use of 2 electrodes placed against the human body, contact points for macroshock. The electrical isolation circuits protect the patient from this threat. Blocking out biological and ambient noise was the next big design challenge. The body has various electrical signaling pathways that produce undesirable electrical noise. Therefore, filtration is required to isolate the desired signal. We decided to address this issue with the passive band-pass filter displayed in the Technical Specifications that features ideal cutoff frequencies supported by literature. Interactions with non-living systems, such as the noise from 60 Hz household electric power supply and its harmonics, can be also be eliminated by filtering. We addressed these issues with two high-ordered notch filters with cutoff frequencies at 60 Hz and the 120 Hz harmonic. This was enough to reduce noise. Differences in test subject are another issue that must be taken into account. Humans have many characteristics that make us physiologically unique. These characteristics make sampling data challenging because fixed parameters don t work for everyone. An ideal device must adapt to these differences and produce accurate and consistent results for every test subject. We addressed this issue by adding a calibration feature to our device. For 10 seconds, our device stores resting EMG data. Then, the data is analyzed for a max resting noise value and the EMG threshold value is adjusted. This prevents noise from triggering the recording and successfully allows us to personalize the device to the individual s noise level. Whether or not to allow the device to adapt to different locations in the body is another design challenge that we addressed. Different parts of the body have varying levels of biological noise and muscle mass. Our device is optimized for use on the patellar tendon, taking measurements from the activated muscle fibers in the quadriceps muscle. If we were to allow our device to be compatible with multiple sites in the body, we would need to develop a method of optimizing the filtering and amplification of EMG signals for a dynamic location. Since this proves too challenging, we did not add this feature. Group 127 Page 27 of 39

28 7. References [1] TheFreeDictionary.com. "Achilles Reflex." Farlex, n.d. < [2] The Columbia Electronic Encyclopedia, 6th ed. (Columbia University Press, New York, 2000). [3] Biopac Systems Inc. "Biopac Student Lab Manual." (1998). [4] "Knee Jerk Reflex Pathway." Edoctoronline.com. EDoctorOnline.com, n.d. < [5] Frijns, C. J. M., et al. "Normal values of patellar and ankle tendon reflex latencies." Clinical neurology and neurosurgery 99.1 (1997): < [6] Biopac Systems Inc. BSL PRO Lesson H28: Reflex Response (Patellar Tendon) Using BIOPAC Refex Hammer Transducer SS36L. (2006). [7] Luca, Carlo J. De, Gilmore, L. Donald, Kuznetsov, Mikhail, Roy, Serge H., Filtering the surface EMG signal: Movement artifact and baseline noise contamination. Journal of Biomechanics 43.8 (2010): Group 127 Page 28 of 39

29 8. Appendix Troubleshooting Figures Fig. 23. The Jendrassik maneuver. Fig. 24. The prototype board s 3 fuse lights. Group 127 Page 29 of 39

30 Bode Plot Fig. 25. Bode plot showing the frequency range of our band-pass filter with cutoff frequencies of 10.6 Hz and 530 Hz. Group 127 Page 30 of 39

31 Front Panel Figures Fig. 26. The Welcome screen of the front panel. Group 127 Page 31 of 39

32 Fig. 27. The Record EMG-Reflex screen of the front panel. Group 127 Page 32 of 39

33 Fig. 28. The Advanced screen of the front panel. Group 127 Page 33 of 39

34 Block Diagram Figures Fig. 29. Initializing code. Group 127 Page 34 of 39

35 Fig. 30. The code before the tab case structure. Group 127 Page 35 of 39

36 Fig. 31. The code within the subvi. Fig. 32. Visualizing the two signals and threshold. Group 127 Page 36 of 39

37 Fig. 33. Calibration and the calculation and storage of a threshold. Fig. 34. The calculation of reflex time. Group 127 Page 37 of 39

38 Fig. 35. The remaining code on the Record EMG-Reflex tab that codes for the table and the buttons. Fig. 35. The remaining code on the Advanced tab. Group 127 Page 38 of 39

39 Group 127 Page 39 of 39 Fig. 36. The entire block diagram as a reference.

Reflex Response (Patellar Tendon) Using BIOPAC Reflex Hammer Transducer SS36L

Reflex Response (Patellar Tendon) Using BIOPAC Reflex Hammer Transducer SS36L Updated 7.31.06 BSL PRO Lesson H28: Reflex Response (Patellar Tendon) Using BIOPAC Reflex Hammer Transducer SS36L This PRO lesson describes basic reflex exercises and details hardware and software setup

More information

Laboratory Guide. Anatomy and Physiology

Laboratory Guide. Anatomy and Physiology Laboratory Guide Anatomy and Physiology TBME04, Fall 2010 Name: Passed: Last updated 2010-08-13 Department of Biomedical Engineering Linköpings Universitet Introduction This laboratory session is intended

More information

iworx Sample Lab Experiment HN-2: Stretch Receptors and Reflexes

iworx Sample Lab Experiment HN-2: Stretch Receptors and Reflexes Experiment HN-2: Stretch Receptors and Reflexes Exercise 1: Achilles Tendon Reflex Aim: To determine conduction time from tendon tap to response of the gastrocnemius muscle in the Achilles tendon reflex

More information

Laboratory Guide. Anatomy and Physiology

Laboratory Guide. Anatomy and Physiology Laboratory Guide Anatomy and Physiology TBME04 fall 2009 Name: Passed: 2008-08-25 Ingemar Fredriksson Department of Biomedical Engineering Linköpings universitet Introduction This laboratory session is

More information

The Reflex Arc and Reflexes Laboratory Exercise 28

The Reflex Arc and Reflexes Laboratory Exercise 28 The Reflex Arc and Reflexes Laboratory Exercise 28 Background A reflex arc represents the simplest type of nerve pathway found in the nervous system. This pathway begins with a receptor at the dendrite

More information

Hands On ECG. Sean Hubber and Crystal Lu

Hands On ECG. Sean Hubber and Crystal Lu Hands On ECG Sean Hubber and Crystal Lu The device. The black box contains the circuit and microcontroller, the mini tv is set on top, the bars on the sides are for holding it and reading hand voltage,

More information

Frequency Response of Filters

Frequency Response of Filters School of Engineering Department of Electrical and Computer Engineering 332:224 Principles of Electrical Engineering II Laboratory Experiment 2 Frequency Response of Filters 1 Introduction Objectives To

More information

Chapter 13. The Nature of Somatic Reflexes

Chapter 13. The Nature of Somatic Reflexes Chapter 13 The Nature of Somatic Reflexes Nature of Reflexes (1 of 3) A reflex is an involuntary responses initiated by a sensory input resulting in a change in a gland or muscle tissue occur without our

More information

PRODUCT SHEET OUT1 SPECIFICATIONS

PRODUCT SHEET OUT1 SPECIFICATIONS OUT SERIES Headphones OUT2 BNC Output Adapter OUT1 High Fidelity Headphones OUT1A Ultra-Wide Frequency Response Headphones OUT3 see Stimulators OUT100 Monaural Headphone 40HP Monaural Headphones OUT101

More information

Reflex Physiology. Dr. Ali Ebneshahidi. 2009 Ebneshahidi

Reflex Physiology. Dr. Ali Ebneshahidi. 2009 Ebneshahidi Reflex Physiology Dr. Ali Ebneshahidi Reflex Physiology Reflexes are automatic, subconscious response to changes within or outside the body. a. Reflexes maintain homeostasis (autonomic reflexes) heart

More information

Cell Phone Vibration Experiment

Cell Phone Vibration Experiment Objective Cell Phone Vibration Experiment Most cell phones are designed to vibrate. But at what frequency do they vibrate? With an accelerometer, data acquisition and signal analysis the vibration frequency

More information

Origin of Electrical Membrane Potential

Origin of Electrical Membrane Potential Origin of Electrical Membrane Potential parti This book is about the physiological characteristics of nerve and muscle cells. As we shall see, the ability of these cells to generate and conduct electricity

More information

Data Acquisition Using NI-DAQmx

Data Acquisition Using NI-DAQmx Instructor s Portion Data Acquisition Using NI-DAQmx Wei Lin Department of Biomedical Engineering Stony Brook University Summary This experiment requires the student to use NI-DAQmx to acquire voltage

More information

RGB for ZX Spectrum 128, +2, +2A, +3

RGB for ZX Spectrum 128, +2, +2A, +3 RGB for ZX Spectrum 128, +2, +2A, +3 Introduction... 2 Video Circuitry... 3 Audio Circuitry... 8 Lead Wiring... 9 Testing The Lead... 11 Spectrum +2A/+3 RGB Differences... 12 Circuitry Calculations...

More information

Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies

Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies Soonwook Hong, Ph. D. Michael Zuercher Martinson Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies 1. Introduction PV inverters use semiconductor devices to transform the

More information

Module 1: The Somato-Motor System: Tendon Tap reflex

Module 1: The Somato-Motor System: Tendon Tap reflex Module 1: The Somato-Motor System: Tendon Tap reflex Module Objectives: 1. Describe the anatomic pathway of a tendon tap reflex. 2. Explain how a tendon tap reflex assessment assists in diagnosis of a

More information

Lab 3: Introduction to Data Acquisition Cards

Lab 3: Introduction to Data Acquisition Cards Lab 3: Introduction to Data Acquisition Cards INTRODUCTION: In this lab, you will be building a VI to display the input measured on a channel. However, within your own VI you will use LabVIEW supplied

More information

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 956 24-BIT DIFFERENTIAL ADC WITH I2C LTC2485 DESCRIPTION

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 956 24-BIT DIFFERENTIAL ADC WITH I2C LTC2485 DESCRIPTION LTC2485 DESCRIPTION Demonstration circuit 956 features the LTC2485, a 24-Bit high performance Σ analog-to-digital converter (ADC). The LTC2485 features 2ppm linearity, 0.5µV offset, and 600nV RMS noise.

More information

Chapter 19 Operational Amplifiers

Chapter 19 Operational Amplifiers Chapter 19 Operational Amplifiers The operational amplifier, or op-amp, is a basic building block of modern electronics. Op-amps date back to the early days of vacuum tubes, but they only became common

More information

Lab E1: Introduction to Circuits

Lab E1: Introduction to Circuits E1.1 Lab E1: Introduction to Circuits The purpose of the this lab is to introduce you to some basic instrumentation used in electrical circuits. You will learn to use a DC power supply, a digital multimeter

More information

Lab 1: The Digital Oscilloscope

Lab 1: The Digital Oscilloscope PHYSICS 220 Physical Electronics Lab 1: The Digital Oscilloscope Object: To become familiar with the oscilloscope, a ubiquitous instrument for observing and measuring electronic signals. Apparatus: Tektronix

More information

DP-DMX20L 4 CHANNEL DMX DIMMER PACK MODE MENU DISPLAY. OUTPUT: 10A/CH, TOTAL 20A Max. DMX CHANNEL RECEIVE TOTAL DMX CHANNEL DIMMER / SWITCH

DP-DMX20L 4 CHANNEL DMX DIMMER PACK MODE MENU DISPLAY. OUTPUT: 10A/CH, TOTAL 20A Max. DMX CHANNEL RECEIVE TOTAL DMX CHANNEL DIMMER / SWITCH DP-DMX0L OUTPUT: 0A/CH, TOTAL 0A Max. CHANNEL DMX DIMMER PACK DISPLAY RECEIVE DMX CHANNEL TOTAL DMX CHANNEL DIMMER / SWITCH 8888 CHASE PROGRAM CHASE CHASE SPEED CHASE DIMMER MODE MENU Elation Professional

More information

LAB 12: ACTIVE FILTERS

LAB 12: ACTIVE FILTERS A. INTRODUCTION LAB 12: ACTIVE FILTERS After last week s encounter with op- amps we will use them to build active filters. B. ABOUT FILTERS An electric filter is a frequency-selecting circuit designed

More information

Analog signals are those which are naturally occurring. Any analog signal can be converted to a digital signal.

Analog signals are those which are naturally occurring. Any analog signal can be converted to a digital signal. 3.3 Analog to Digital Conversion (ADC) Analog signals are those which are naturally occurring. Any analog signal can be converted to a digital signal. 1 3.3 Analog to Digital Conversion (ADC) WCB/McGraw-Hill

More information

Human Anatomy & Physiology Reflex Physiology lab. Objectives: To understand what reflexes are, the processes involved, and purpose of reflexes.

Human Anatomy & Physiology Reflex Physiology lab. Objectives: To understand what reflexes are, the processes involved, and purpose of reflexes. Human Anatomy & Physiology Reflex Physiology lab Objectives: To understand what reflexes are, the processes involved, and purpose of reflexes. Introduction: A reflex is an involuntary neural response to

More information

LOXONE 12 Channel Amplifier

LOXONE 12 Channel Amplifier LOXONE 12 Channel Amplifier Item no.: 200110 Thank you for purchasing the Loxone Twelve Channel Amplifier. The versatility of the Amplifier makes it the perfect choice for almost every type of custom multi-room

More information

HP 8970B Option 020. Service Manual Supplement

HP 8970B Option 020. Service Manual Supplement HP 8970B Option 020 Service Manual Supplement Service Manual Supplement HP 8970B Option 020 HP Part no. 08970-90115 Edition 1 May 1998 UNIX is a registered trademark of AT&T in the USA and other countries.

More information

1. Oscilloscope is basically a graph-displaying device-it draws a graph of an electrical signal.

1. Oscilloscope is basically a graph-displaying device-it draws a graph of an electrical signal. CHAPTER 3: OSCILLOSCOPE AND SIGNAL GENERATOR 3.1 Introduction to oscilloscope 1. Oscilloscope is basically a graph-displaying device-it draws a graph of an electrical signal. 2. The graph show signal change

More information

Mini Amp Gizmo. User s Manual. RJM Music Technology, Inc.

Mini Amp Gizmo. User s Manual. RJM Music Technology, Inc. Mini Amp Gizmo User s Manual RJM Music Technology, Inc. Mini Amp Gizmo User s Manual Version 1.1 March 15, 2012 RJM Music Technology, Inc. 2525 Pioneer Ave #1 Vista, CA 92081 E-mail: support@rjmmusic.com

More information

ECEN 1400, Introduction to Analog and Digital Electronics

ECEN 1400, Introduction to Analog and Digital Electronics ECEN 1400, Introduction to Analog and Digital Electronics Lab 4: Power supply 1 INTRODUCTION This lab will span two lab periods. In this lab, you will create the power supply that transforms the AC wall

More information

RLC Series Resonance

RLC Series Resonance RLC Series Resonance 11EM Object: The purpose of this laboratory activity is to study resonance in a resistor-inductor-capacitor (RLC) circuit by examining the current through the circuit as a function

More information

Servo Motors (SensorDAQ only) Evaluation copy. Vernier Digital Control Unit (DCU) LabQuest or LabPro power supply

Servo Motors (SensorDAQ only) Evaluation copy. Vernier Digital Control Unit (DCU) LabQuest or LabPro power supply Servo Motors (SensorDAQ only) Project 7 Servos are small, relatively inexpensive motors known for their ability to provide a large torque or turning force. They draw current proportional to the mechanical

More information

Analog Signal Conditioning

Analog Signal Conditioning Analog Signal Conditioning Analog and Digital Electronics Electronics Digital Electronics Analog Electronics 2 Analog Electronics Analog Electronics Operational Amplifiers Transistors TRIAC 741 LF351 TL084

More information

Evaluation copy. Blood Pressure. Project PROJECT DESIGN REQUIREMENTS

Evaluation copy. Blood Pressure. Project PROJECT DESIGN REQUIREMENTS Blood Pressure Project 9 Blood pressure is a measure of the fluid pressure within the circulatory system. This pressure is required to ensure the delivery of oxygen and nutrients to, and the removal of

More information

Mini Effect Gizmo. User s Manual. RJM Music Technology, Inc.

Mini Effect Gizmo. User s Manual. RJM Music Technology, Inc. Mini Effect Gizmo User s Manual RJM Music Technology, Inc. Mini Effect Gizmo User s Manual Version 1.3 September 26, 2013 RJM Music Technology, Inc. 2525 Pioneer Ave #1 Vista, CA 92081 E-mail: support@rjmmusic.com

More information

DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION

DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION Introduction The outputs from sensors and communications receivers are analogue signals that have continuously varying amplitudes. In many systems

More information

EXPERIMENT NUMBER 5 BASIC OSCILLOSCOPE OPERATIONS

EXPERIMENT NUMBER 5 BASIC OSCILLOSCOPE OPERATIONS 1 EXPERIMENT NUMBER 5 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

TELIKOU Intercom System. MS-500(4+1 channel) Main Station Instruction Manual

TELIKOU Intercom System. MS-500(4+1 channel) Main Station Instruction Manual TELIKOU Intercom System MS-500(4+1 channel) Main Station Instruction Manual TELIKOU Systems All Rights Reserved While TELIKOU makes every attempt to maintain the accuracy of the information contained in

More information

31.1 The Neuron. BUILD Vocabulary. Lesson Objectives

31.1 The Neuron. BUILD Vocabulary. Lesson Objectives Name Class Date 31.1 The Neuron Lesson Objectives Identify the functions of the nervous system. Describe the function of neurons. Describe how a nerve impulse is transmitted. BUILD Vocabulary A. The chart

More information

Your Multimeter. The Arduino Uno 10/1/2012. Using Your Arduino, Breadboard and Multimeter. EAS 199A Fall 2012. Work in teams of two!

Your Multimeter. The Arduino Uno 10/1/2012. Using Your Arduino, Breadboard and Multimeter. EAS 199A Fall 2012. Work in teams of two! Using Your Arduino, Breadboard and Multimeter Work in teams of two! EAS 199A Fall 2012 pincer clips good for working with breadboard wiring (push these onto probes) Your Multimeter probes leads Turn knob

More information

Electronics. Discrete assembly of an operational amplifier as a transistor circuit. LD Physics Leaflets P4.2.1.1

Electronics. Discrete assembly of an operational amplifier as a transistor circuit. LD Physics Leaflets P4.2.1.1 Electronics Operational Amplifier Internal design of an operational amplifier LD Physics Leaflets Discrete assembly of an operational amplifier as a transistor circuit P4.2.1.1 Objects of the experiment

More information

Transmitter Interface Program

Transmitter Interface Program Transmitter Interface Program Operational Manual Version 3.0.4 1 Overview The transmitter interface software allows you to adjust configuration settings of your Max solid state transmitters. The following

More information

ELECTRON SPIN RESONANCE Last Revised: July 2007

ELECTRON SPIN RESONANCE Last Revised: July 2007 QUESTION TO BE INVESTIGATED ELECTRON SPIN RESONANCE Last Revised: July 2007 How can we measure the Landé g factor for the free electron in DPPH as predicted by quantum mechanics? INTRODUCTION Electron

More information

ε: Voltage output of Signal Generator (also called the Source voltage or Applied

ε: Voltage output of Signal Generator (also called the Source voltage or Applied Experiment #10: LR & RC Circuits Frequency Response EQUIPMENT NEEDED Science Workshop Interface Power Amplifier (2) Voltage Sensor graph paper (optional) (3) Patch Cords Decade resistor, capacitor, and

More information

Balun Parameter Definitions & Measurement May 2004

Balun Parameter Definitions & Measurement May 2004 Balun Parameter Definitions & Measurement May 2004 Differential circuits are becoming more widely used in RF circuits for the same reason that they have been used for years in lower frequency circuits.

More information

Experiment 3: Magnetic Fields of a Bar Magnet and Helmholtz Coil

Experiment 3: Magnetic Fields of a Bar Magnet and Helmholtz Coil MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.02 Spring 2009 Experiment 3: Magnetic Fields of a Bar Magnet and Helmholtz Coil OBJECTIVES 1. To learn how to visualize magnetic field lines

More information

Technical Note Series

Technical Note Series Technical Note Series SKIN CONDUCTANCE SENSOR (SA9309M) S TN0 0 0 8-0 0 S k i n C o n d u c t a n c e S e n s o r Page 2 IMPORTANT OPERATION INFORMATION WARNING Type BF Equipment Internally powered equipment

More information

CX Zoner Installation & User Guide

CX Zoner Installation & User Guide CX Zoner Installation & User Guide Cloud Electronics Limited 140 Staniforth Road, Sheffield, S9 3HF England Tel +44 (0)114 244 7051 Fax +44 (0)114 242 5462 e-mail info@cloud.co.uk web site http://www.cloud.co.uk

More information

Lab 4 - Data Acquisition

Lab 4 - Data Acquisition Spring 11 Lab 4 - Data Acquisition Lab 4-1 Lab 4 - Data Acquisition Format This lab will be conducted during your regularly scheduled lab time in a group format. Each student is responsible for learning

More information

GENERAL SCIENCE LABORATORY 1110L Lab Experiment 6: Ohm s Law

GENERAL SCIENCE LABORATORY 1110L Lab Experiment 6: Ohm s Law GENERAL SCIENCE LABORATORY 1110L Lab Experiment 6: Ohm s Law OBJECTIVES: To verify Ohm s law, the mathematical relationship among current, voltage or potential difference, and resistance, in a simple circuit.

More information

isim ACTIVE FILTER DESIGNER NEW, VERY CAPABLE, MULTI-STAGE ACTIVE FILTER DESIGN TOOL

isim ACTIVE FILTER DESIGNER NEW, VERY CAPABLE, MULTI-STAGE ACTIVE FILTER DESIGN TOOL isim ACTIVE FILTER DESIGNER NEW, VERY CAPABLE, MULTI-STAGE ACTIVE FILTER DESIGN TOOL Michael Steffes Sr. Applications Manager 12/15/2010 SIMPLY SMARTER Introduction to the New Active Filter Designer Scope

More information

Kit 106. 50 Watt Audio Amplifier

Kit 106. 50 Watt Audio Amplifier Kit 106 50 Watt Audio Amplifier T his kit is based on an amazing IC amplifier module from ST Electronics, the TDA7294 It is intended for use as a high quality audio class AB amplifier in hi-fi applications

More information

Standards Alignment Minnesota Science Standards Alignment Matrix www.brainu.org/resources/mnstds

Standards Alignment Minnesota Science Standards Alignment Matrix www.brainu.org/resources/mnstds Lesson Summary: Neurons transfer information by releasing neurotransmitters across the synapse or space between neurons. Students model the chemical communication between pre-synaptic and post-synaptic

More information

See Horenstein 4.3 and 4.4

See Horenstein 4.3 and 4.4 EE 462: Laboratory # 4 DC Power Supply Circuits Using Diodes by Drs. A.V. Radun and K.D. Donohue (2/14/07) Department of Electrical and Computer Engineering University of Kentucky Lexington, KY 40506 Updated

More information

Ultrasound Distance Measurement

Ultrasound Distance Measurement Final Project Report E3390 Electronic Circuits Design Lab Ultrasound Distance Measurement Yiting Feng Izel Niyage Asif Quyyum Submitted in partial fulfillment of the requirements for the Bachelor of Science

More information

etape Continuous Fluid Level Sensor Operating Instructions and Application Notes

etape Continuous Fluid Level Sensor Operating Instructions and Application Notes etape Continuous Fluid Level Sensor Operating Instructions and Application Notes TM 1 Table of Contents 1.0 Specifications... 3 2.0 Theory of Operation... 3 3.0 Connection and Installation... 4 4.0 Technical

More information

DVI DA2 and DVI DA 4 User Guide

DVI DA2 and DVI DA 4 User Guide DVI DA2 and DVI DA 4 User Guide This guide describes the installation and operation of the Extron DVI DA2 and DVI DA4 Distribution Amplifiers. Unless stated otherwise, distribution amplifier or the unit

More information

Lab Exercise 1: Acoustic Waves

Lab Exercise 1: Acoustic Waves Lab Exercise 1: Acoustic Waves Contents 1-1 PRE-LAB ASSIGNMENT................. 2 1-3.1 Spreading Factor: Spherical Waves........ 2 1-3.2 Interference In 3-D................. 3 1-4 EQUIPMENT........................

More information

************* OWNER'S MANUAL BAMF800/2 BAMF1250/2 BAMF1800/2 BAMF2200/2 BAMF2600/2 BAMF1200/4 BAMF1600/4 BAMF2000/1D BAMF4000/1D BAMF5500/1D

************* OWNER'S MANUAL BAMF800/2 BAMF1250/2 BAMF1800/2 BAMF2200/2 BAMF2600/2 BAMF1200/4 BAMF1600/4 BAMF2000/1D BAMF4000/1D BAMF5500/1D ************* OWNER'S MANUAL BAMF800/2 BAMF1250/2 BAMF1800/2 BAMF2200/2 BAMF2600/2 BAMF1200/4 BAMF1600/4 BAMF2000/1D BAMF4000/1D BAMF5500/1D INTRODUCTION Power Acoustik amplifiers provide high-performance

More information

Lab #9: AC Steady State Analysis

Lab #9: AC Steady State Analysis Theory & Introduction Lab #9: AC Steady State Analysis Goals for Lab #9 The main goal for lab 9 is to make the students familar with AC steady state analysis, db scale and the NI ELVIS frequency analyzer.

More information

UMM AL-QURA UNIVERSITY

UMM AL-QURA UNIVERSITY UMM AL-QURA UNIVERSITY College of Computer and Information Systems Computer Engineering Department 1403312 Digital Electronic Systems and Circuits Lab Manual Student Name: Student ID: Section: Group: Session

More information

TELIKOU Intercom System. TM-200 Main Station. Instruction Manual

TELIKOU Intercom System. TM-200 Main Station. Instruction Manual Intercom System TM-200 Main Station Instruction Manual TELIKOU Systems All Rights Reserved I. Introduction Thank you for choosing TELIKOU intercom product. TM-200 main station is suitable for television

More information

Experiment 3: Magnetic Fields of a Bar Magnet and Helmholtz Coil

Experiment 3: Magnetic Fields of a Bar Magnet and Helmholtz Coil MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.02 Spring 2006 Experiment 3: Magnetic Fields of a Bar Magnet and Helmholtz Coil OBJECTIVES 1. To learn how to visualize magnetic field lines

More information

Dash 18X / Dash 18 Data Acquisition Recorder

Dash 18X / Dash 18 Data Acquisition Recorder 75 Dash 18X / Dash 18 Data Acquisition Recorder QUICK START GUIDE Supports Recorder System Software Version 3.1 1. INTRODUCTION 2. GETTING STARTED 3. HARDWARE OVERVIEW 4. MENUS & BUTTONS 5. USING THE DASH

More information

Analog control unit for mobile robots

Analog control unit for mobile robots Analog control unit for mobile robots Soldering kit for experimentation For Fischertechnik robots and others Most diverse functions Requires no programming Patented sensor technology Summary We are pleased

More information

DATA ACQUISITION FROM IN VITRO TESTING OF AN OCCLUDING MEDICAL DEVICE

DATA ACQUISITION FROM IN VITRO TESTING OF AN OCCLUDING MEDICAL DEVICE DATA ACQUISITION FROM IN VITRO TESTING OF AN OCCLUDING MEDICAL DEVICE Florentina ENE 1, Carine GACHON 2, Nicolae IONESCU 3 ABSTRACT: This paper presents a technique for in vitro testing of an occluding

More information

Shielding Effectiveness Test Method. Harbour s LL, SB, and SS Coaxial Cables. Designs for Improved Shielding Effectiveness

Shielding Effectiveness Test Method. Harbour s LL, SB, and SS Coaxial Cables. Designs for Improved Shielding Effectiveness Shielding Effectiveness Test Method Harbour s LL, SB, and SS Coaxial Cables Designs for Improved Shielding Effectiveness Harbour Industries 4744 Shelburne Road Shelburne Vermont 05482 USA 802-985-3311

More information

FREQUENCY RESPONSE OF AN AUDIO AMPLIFIER

FREQUENCY RESPONSE OF AN AUDIO AMPLIFIER 2014 Amplifier - 1 FREQUENCY RESPONSE OF AN AUDIO AMPLIFIER The objectives of this experiment are: To understand the concept of HI-FI audio equipment To generate a frequency response curve for an audio

More information

Calibration and Use of a Strain-Gage-Instrumented Beam: Density Determination and Weight-Flow-Rate Measurement

Calibration and Use of a Strain-Gage-Instrumented Beam: Density Determination and Weight-Flow-Rate Measurement Chapter 2 Calibration and Use of a Strain-Gage-Instrumented Beam: Density Determination and Weight-Flow-Rate Measurement 2.1 Introduction and Objectives This laboratory exercise involves the static calibration

More information

LabVIEW Day 6: Saving Files and Making Sub vis

LabVIEW Day 6: Saving Files and Making Sub vis LabVIEW Day 6: Saving Files and Making Sub vis Vern Lindberg You have written various vis that do computations, make 1D and 2D arrays, and plot graphs. In practice we also want to save that data. We will

More information

Output Ripple and Noise Measurement Methods for Ericsson Power Modules

Output Ripple and Noise Measurement Methods for Ericsson Power Modules Output Ripple and Noise Measurement Methods for Ericsson Power Modules Design Note 022 Ericsson Power Modules Ripple and Noise Abstract There is no industry-wide standard for measuring output ripple and

More information

SYSTEM 4C. C R H Electronics Design

SYSTEM 4C. C R H Electronics Design SYSTEM 4C C R H Electronics Design SYSTEM 4C All in one modular 4 axis CNC drive board By C R Harding Specifications Main PCB & Input PCB Available with up to 4 Axis X, Y, Z, A outputs. Independent 25

More information

Contents. Safety Warnings... 1

Contents. Safety Warnings... 1 Contents Safety Warnings... 1 Unpacking the GQ600... 1 Introduction... 2 GQ600 Filter Characteristics... 2 1/3 Octave Centre Frequencies... 4 Front Panel Functions... 5 Rear Panel Functions... 6 Specifications...

More information

Building a Simulink model for real-time analysis V1.15.00. Copyright g.tec medical engineering GmbH

Building a Simulink model for real-time analysis V1.15.00. Copyright g.tec medical engineering GmbH g.tec medical engineering GmbH Sierningstrasse 14, A-4521 Schiedlberg Austria - Europe Tel.: (43)-7251-22240-0 Fax: (43)-7251-22240-39 office@gtec.at, http://www.gtec.at Building a Simulink model for real-time

More information

22.302 Experiment 5. Strain Gage Measurements

22.302 Experiment 5. Strain Gage Measurements 22.302 Experiment 5 Strain Gage Measurements Introduction The design of components for many engineering systems is based on the application of theoretical models. The accuracy of these models can be verified

More information

MODEL 5010 DUAL CHANNEL SMOKE/FIRE DETECTION MODULE

MODEL 5010 DUAL CHANNEL SMOKE/FIRE DETECTION MODULE DESCRIPTION MODEL 5010 DUAL CHANNEL SMOKE/FIRE DETECTION MODULE DESCRIPTION The SST Model 5010 Two Channel Smoke/Fire Detection Module provides two independent detection input channels for the NOVA-5000

More information

Evaluation copy. Build a Temperature Sensor. Project PROJECT DESIGN REQUIREMENTS

Evaluation copy. Build a Temperature Sensor. Project PROJECT DESIGN REQUIREMENTS Build a emperature Sensor Project A sensor is a device that measures a physical quantity and converts it into an electrical signal. Some sensors measure physical properties directly, while other sensors

More information

Antenna Splitter ASA 1. Instruction manual

Antenna Splitter ASA 1. Instruction manual Antenna Splitter ASA 1 Instruction manual Contents Important safety instructions... 2 The ASA 1 active antenna splitter... 4 Delivery includes... 4 Operating elements... 5 Putting the ASA 1 into operation...

More information

FAST Fourier Transform (FFT) and Digital Filtering Using LabVIEW

FAST Fourier Transform (FFT) and Digital Filtering Using LabVIEW FAST Fourier Transform (FFT) and Digital Filtering Using LabVIEW Wei Lin Department of Biomedical Engineering Stony Brook University Instructor s Portion Summary This experiment requires the student to

More information

INTERFERENCE OF SOUND WAVES

INTERFERENCE OF SOUND WAVES 2011 Interference - 1 INTERFERENCE OF SOUND WAVES The objectives of this experiment are: To measure the wavelength, frequency, and propagation speed of ultrasonic sound waves. To observe interference phenomena

More information

Are you aware. Outline

Are you aware. Outline Electrical Safety of Medical Equipment Hasan Al-Nashash School of Engineering American University of Sharjah (AUS) 1 Are you aware Electrocutions are the 5th leading cause of accidental death in the U.S.

More information

Application Note. Troubleshooting Communications

Application Note. Troubleshooting Communications ANX Application Note Troubleshooting Communications This document is a guide for basic troubleshooting of UPB communication issues. There are two things that can disturb UPB communications: noise and attenuation.

More information

INSTRUMENTATION AND CONTROL TUTORIAL 3 SIGNAL PROCESSORS AND RECEIVERS

INSTRUMENTATION AND CONTROL TUTORIAL 3 SIGNAL PROCESSORS AND RECEIVERS INSTRUMENTATION AND CONTROL TUTORIAL 3 SIGNAL PROCESSORS AND RECEIVERS This tutorial provides an overview of signal processing and conditioning for use in instrumentation and automatic control systems.

More information

Quanser NI-ELVIS Trainer (QNET) Series: QNET HVAC. Heating, Ventilation, and Air Conditioning (HVAC) User Manual. User Manual

Quanser NI-ELVIS Trainer (QNET) Series: QNET HVAC. Heating, Ventilation, and Air Conditioning (HVAC) User Manual. User Manual Quanser NI-ELVIS Trainer (QNET) Series: QNET HVAC Heating, Ventilation, and Air Conditioning (HVAC) User Manual User Manual Table of Contents 1. Introduction...1 2. Requirements...1 3. References...1 4.

More information

North Bergen School District Benchmarks

North Bergen School District Benchmarks Grade: 10,11, and 12 Subject: Anatomy and Physiology First Marking Period Define anatomy and physiology, and describe various subspecialties of each discipline. Describe the five basic functions of living

More information

ARCO Electric Products Installation and Maintenance Manual Low Voltage Automatic Power Factor Correction Capacitor Systems 2013

ARCO Electric Products Installation and Maintenance Manual Low Voltage Automatic Power Factor Correction Capacitor Systems 2013 ARCO Electric Products Installation and Maintenance Manual Low Voltage Automatic Power Factor Correction Capacitor Systems 2013 READ CAREFULLY These instructions are intended to cover good practices in

More information

Features, Benefits, and Operation

Features, Benefits, and Operation Features, Benefits, and Operation 2014 Decibel Eleven Contents Introduction... 2 Features... 2 Rear Panel... 3 Connections... 3 Power... 3 MIDI... 3 Pedal Loops... 4 Example Connection Diagrams... 5,6

More information

DDX 7000 & 8003. Digital Partial Discharge Detectors FEATURES APPLICATIONS

DDX 7000 & 8003. Digital Partial Discharge Detectors FEATURES APPLICATIONS DDX 7000 & 8003 Digital Partial Discharge Detectors The HAEFELY HIPOTRONICS DDX Digital Partial Discharge Detector offers the high accuracy and flexibility of digital technology, plus the real-time display

More information

Nervous System: Spinal Cord and Spinal Nerves (Chapter 13) Lecture Materials for Amy Warenda Czura, Ph.D. Suffolk County Community College

Nervous System: Spinal Cord and Spinal Nerves (Chapter 13) Lecture Materials for Amy Warenda Czura, Ph.D. Suffolk County Community College Nervous System: Spinal Cord and Spinal Nerves (Chapter 13) Lecture Materials for Amy Warenda Czura, Ph.D. Suffolk County Community College Primary Sources for figures and content: Eastern Campus Marieb,

More information

CONTENTS. Zulu User Guide 3

CONTENTS. Zulu User Guide 3 Copyright Lightspeed Aviation, Inc., 2008. All rights reserved. Lightspeed Aviation is a trademark and Zulu and FRC are registered trademarks of Lightspeed Aviation, Inc. Bluetooth is a registered trademark

More information

TESTS OF 1 MHZ SIGNAL SOURCE FOR SPECTRUM ANALYZER CALIBRATION 7/8/08 Sam Wetterlin

TESTS OF 1 MHZ SIGNAL SOURCE FOR SPECTRUM ANALYZER CALIBRATION 7/8/08 Sam Wetterlin TESTS OF 1 MHZ SIGNAL SOURCE FOR SPECTRUM ANALYZER CALIBRATION 7/8/08 Sam Wetterlin (Updated 7/19/08 to delete sine wave output) I constructed the 1 MHz square wave generator shown in the Appendix. This

More information

Using a Laptop Computer with a USB or Serial Port Adapter to Communicate With the Eagle System

Using a Laptop Computer with a USB or Serial Port Adapter to Communicate With the Eagle System Using a Laptop Computer with a USB or Serial Port Adapter to Communicate With the Eagle System ECU DB9 USB 20-060_A.DOC Page 1 of 18 9/15/2009 2009 Precision Airmotive LLC This publication may not be copied

More information

Chapter 7: The Nervous System

Chapter 7: The Nervous System Chapter 7: The Nervous System Objectives Discuss the general organization of the nervous system Describe the structure & function of a nerve Draw and label the pathways involved in a withdraw reflex Define

More information

Lynx Broadband Installation Manual for Residential Packages with a 20 db Amp Quick Start Guide (first two pages)

Lynx Broadband Installation Manual for Residential Packages with a 20 db Amp Quick Start Guide (first two pages) Lynx Broadband Installation Manual for Residential Packages with a 20 db Amp Quick Start Guide (first two pages) 1. Be sure that your kit includes all the parts shown in the Check the Equipment section

More information

The Control of ph and Oxidation Reduction Potential (ORP) in Cooling Tower Applications By Charles T. Johnson, Walchem Corporation

The Control of ph and Oxidation Reduction Potential (ORP) in Cooling Tower Applications By Charles T. Johnson, Walchem Corporation The Control of ph and Oxidation Reduction Potential (ORP) in Cooling Tower Applications By Charles T. Johnson, Walchem Corporation Introduction The importance of keeping cooling tower water in proper chemical

More information

Pressure Transducer to ADC Application

Pressure Transducer to ADC Application Application Report SLOA05 October 2000 Pressure Transducer to ADC Application John Bishop ABSTRACT Advanced Analog Products/OpAmp Applications A range of bridgetype transducers can measure numerous process

More information

INTRODUCTION. Please read this manual carefully for a through explanation of the Decimator ProRackG and its functions.

INTRODUCTION. Please read this manual carefully for a through explanation of the Decimator ProRackG and its functions. INTRODUCTION The Decimator ProRackG guitar noise reduction system defines a new standard for excellence in real time noise reduction performance. The Decimator ProRackG was designed to provide the maximum

More information

Germanium Diode AM Radio

Germanium Diode AM Radio Germanium Diode AM Radio LAB 3 3.1 Introduction In this laboratory exercise you will build a germanium diode based AM (Medium Wave) radio. Earliest radios used simple diode detector circuits. The diodes

More information

Whale 3. User Manual and Installation Guide. DC Servo drive. Contents. 1. Safety, policy and warranty. 1.1. Safety notes. 1.2. Policy. 1.3. Warranty.

Whale 3. User Manual and Installation Guide. DC Servo drive. Contents. 1. Safety, policy and warranty. 1.1. Safety notes. 1.2. Policy. 1.3. Warranty. Whale 3 DC Servo drive User Manual and Installation Guide Contents 1. Safety, policy and warranty. 1.1. Safety notes. 1.2. Policy. 1.3. Warranty. 2. Electric specifications. 2.1.Operation ranges. 3. Connections

More information

Lecture - 4 Diode Rectifier Circuits

Lecture - 4 Diode Rectifier Circuits Basic Electronics (Module 1 Semiconductor Diodes) Dr. Chitralekha Mahanta Department of Electronics and Communication Engineering Indian Institute of Technology, Guwahati Lecture - 4 Diode Rectifier Circuits

More information