MEASURING THE BOW PRESSING FORCE IN A REAL VIOLIN PERFORMANCE

Size: px
Start display at page:

Download "MEASURING THE BOW PRESSING FORCE IN A REAL VIOLIN PERFORMANCE"

Transcription

1 MEASURING THE BOW PRESSING FORCE IN A REAL VIOLIN PERFORMANCE Enric Guaus, Jordi Bonada, Alfonso Perez, Esteban Maestre, Merlijn Blaauw Music Technology Group, Pompeu Fabra University Ocata 1, Barcelona {eguaus, jbonada, aperez, emaestre, mblaauw}@iua.upf.edu Abstract In the last few years, many high quality and realistic violin synthesizers appeared. But the quality of the resulting sound is sometimes poorer than promised due to the lack of musical information provided to the system. It is very difficult for composers to deduce and include information like bow speed, pressing force or fingering to a MIDI file while real violinists base their musicality on these parameters, among others. The aim of this work is to present a system to measure the pressing force that the violinist applies to the violin string through the bow. It is based on two strain gages attached to the frog and the tip of the bow that modify the behavior of an electronic circuit. The output of this circuit is attached to a microcontroller to process the data and converts it to MIDI format. This paper will show the details of the system and the calibration. INTRODUCTION Music synthesis is one of the most important challenges in the music industry. The benefits it provides are enormous, specially for composers in their creative process. The violin is one of the most difficult instruments to synthesize due to the complexity of its performance. It is not difficult to sample or to synthesize their sound, but it is really difficult to reconstruct all the interpretative details such as articulations, timbres, intensity or vibrato. Furthermore, these parameters are correlated and depend on the musical piece. In summary, the main problem in violin synthesis is not the sound itself but the high amount of parameters to control, parameters that violinists are able to play with. The main parameters the musician can play to generate a specific color in the sound are controlled by the right hand, using the bow. The left hand is basically used to change the pitch using a specific fingering (different sounds are produced by different fingering/string combination) and the vibrato. With the bow, the player can control the bow velocity, the bow pressing force, the bow-bridge distance, the bow tilt and the inclination (and the string which is played). There is no a direct relationship between these parameters and the resulting sound. Roughly speaking, a major bow velocity or a higher bow pressing force provides louder sounds. But we get more brilliant timbre which is a property also related to the bow-bridge distance. This shows that there is no a specific control for a specific sound quality. The bow pressing force is one of the most difficult parameters to measure. The force applied by the musician to the string depend on many other parameters such the

2 bow position or the bow tilt. On the other hand, the main restriction in force measurements is that sensors need to be the less intrusive as possible which means a) low weight and b) no interaction with the Helmholtz motion [Cremer, 1984]. This work has been developed in the context of a violin synthesizer based on Spectral Concatenative Synthesis [Bonada, 2007][Schwarz, As explained in [Perez, 2007][Maestre, 2007], the overall system uses a Polhemus Liberty 3d-motion to detect the bow position, bow-bridge distance and bow velocity. Data provided by this sensor is used to train a set of neural networks that will decide which samples need to be concatenated to reproduce a musical sound according to a given score and musical articulation. In this process, the bow pressing force information is crucial. This paper will show how the pressing force measurement system is built using strain gages, how the electric signal is conditioned and, finally, how it is converted to MIDI. The calibration procedure will also be exposed. PREVIOUS WORK Askenfelt fixed the starting point of measuring the bow motion in string instruments in [Askenfelt, 1986]. He used diverse custom electronic devices attached to both the violin and the bow. The bow transversal position was measured by means of a thin resistance wire inserted among the bow hairs and the bow-bridge distance was measured according to the resistance value provided by the electrified strings. He use strain gages at the frog and the tip to detect the bow pressing force. Paradiso propose a novel wireless method to measure the bow position in [Paradiso, 1997]. He attached a resistive strip to the bow which was driven by an antenna mounted behind the bridge of the cello. For the violin implementation he decides to do the opposite that is building two drivers in the bow and use the antenna in the bridge as a receiver. A measurement relative to the bow pressing force is carried out by using a force-sensitive resistor below the forefinger. The main problem of these systems is how intrusive to the musician they are. The most important advance was made by Young in [Young, 2002] and [Young, 2003]. She measured downward and lateral bow pressure with foil strain gages, while the bow position with respect to the bridge is carried out in a similar way as in [Askenfelt, 1989]. The strain gages are permanently mounted around the midpoint of the bow stick, and the force data is collected and sent to a remote computer via a wireless transmitter mounted at the frog. In addition to the additional hardware attached to the violin, the highly customized bow imposed its use. Another successful approach was proposed by Rasamimanana in [Rasamimanana, 2003]. He performs wireless measurements of acceleration of the bow by means of accelerometers attached to the bow, and uses force sensitive resistors (FSRs) to obtain the strain of the bow hair as a measure of bow pressure. This system has the advantage that can be easily attached to any bow. Conversely, it needs considerable post-processing in order to obtain motion information, since it is measuring only acceleration. Finally, Demoucron [Demoucron, 2006] propose a system which is the most suitable for our constrains and which serves as the basis of our proposal. He proposes the use of two strain gages, one at the tip and the other on the frog, to detect the bow pressing force as a function of the deformation of the hair ribbons and the bow position. DESCRIPTION

3 Srain Gages Following the work proposed by Askenfelt in [Askenfelt, 1986], our approach uses of two strain gages which are mounted on the tip and the frog of the bow, as shown in Figure 1. Figure 1: Strain gage at the frog and tip of the violin bow. The two gages are configured as a 1-active-gage for measuring bending stress. The gages are attached to a plastic support which follows the deformation of the bow hair in detail and is light enough for our purposes. This plastic support is quite temperature sensitive. It forces to use only one strain gage in the configuration described above instead of the usual 2-active-gages configuration (which provide higher sensitivity and temperature cancellation produced by the thermal effect in the leadwires but does not avoid the physic deformation of the plastic support produced by high temperatures in both sides). We will compensate this effect using calibration. The gages we use (Graphtec N11FA812023) acts as an electrical resistor. We use a Wheatstone bridge to amplify the signal from the gage and it is sent to an Op. Amp. At the output of the amplifier we have a continuous tension (0..5V) according to the bending of the bow hairs. This tension is proportional to a specific pressing force, as we will in the following sections. The schematics of this conditioning circuit are shown in Figure 2 and the welded main board is shown in Figure 3. Figure 2: Conditioning circuit for a strain gage.

4 Figure 3: Main board of the welded conditioning circuit for the two gages. The cable used from the gages in the bow to the conditioning circuit is thin enough to avoid the system being intrusive to the musician and coaxial to avoid interferences from the other sensors that can be attached to the bow or the violin. MIDI conversion From now on, we have an instrumented bow and the conditioning circuit. The output voltage has to be recorded in perfect synchronization with audio data given by the microphones in the recording studio. The easiest option is to convert the output information from the gages to MIDI format. In our first approach we use Doepfer- PocketElectronics analog to MIDI converter, but the sampling rate of analog inputs was too low for our purposes ( The second option was to use the Arduino which is an open-source physical computing platform based on a simple I/O board, and a development environment for writing Arduino software ( Figure 4 shows the two converters we have used. Figure 4: Pocket Electronics and Arduino boards. The Arduino hardware is programmed to convert the analog input to a digital output according to the MIDI protocol. It uses a baud rate=32125hz. The main loop search for data in the analog inputs and send the information in a NOTE ON message (always the same pitch) as VELOCITY information. A NOTE OFF message is sent

5 after each NOTE ON. Data from gage on the frog is sent in MIDI channel 2 and tata from the gage in the tip is sent on MIDI channel 3 (see Code 1). #define BAUDRATE #define NOTE_CH2 0x64 #define NOTE_CH3 0x67 #define STATUS_NOTEON_CH2 0x91 #define STATUS_NOTEON_CH3 0x92 #define STATUS_NOTEOFF_CH2 0x81 #define STATUS_NOTEOFF_CH3 0x82 // Typical MIDI baud rate // E3 // G3 // 145 Dec -> 91 Hex // 146 Dec -> 92 Hex // 129 Dec -> 81 Hex // 130 Dec -> 82 Hex void loop(void) { gage1 = gage1value/8; gage2 = gage2value/8; sendmidi(status_noteon_ch2,note_ch2,gage1); sendmidi(status_noteon_ch3,note_ch3,gage2); sendmidi(status_noteoff_ch2,note_ch2,0x00); sendmidi(status_noteoff_ch3,note_ch3,0x00); } Code 1: Excerpt of the definitions and main loop in the Arduino program. The digital output from the Arduino is adapted to a MIDI OUT connector using a resistor (R=220Ω) according to the MIDI Standards. Noise Reduction All the electronics (conditioning circuit and Arduino board) have been fixed in a metallic box to avoid interferences from the other sensors (see Figure 5). Figure 5: Metallic box to avoid interferences. CALIBRATION The pressing force that the bow provides to the string is not directly related to the force that the violinist provide to the bow. It depends on the bow tilt and the bow position, between others. In this section we will describe the calibration procedure that translates the MIDI output to an input force (in Newtons). All the calibration measurements have been done with the hair ribbons stressed in a fixed position, according to our violinist criteria.

6 Dynamic Range As explained above, the strain gages are mounted in a 1-active-gage for measuring bending stress configuration. This configuration forces the amplifier to work with high amplification values. The output of the OpAmp's don't use the whole available dynamic range between 0 and 5V. The expansion of the signal to fulfill the 5V range is carried out by the Arduino applying a function with an initial offset number and a linear expansion function. All these values are set manually according to the normal working conditions of the bow (see Code 2 for details). #define GAGE1_CAL 76 // Calibration value for gage 1 (output at NULL input) #define GAGE1_AMP 9 // Digital amplification for gage 1 #define GAGE2_CAL 102 // Calibration value for gage 2 (output at NULL input) #define GAGE2_AMP 9 // Digital amplification for gage 2 void loop(void) {... gage1value = (analogread(1)-8*gage1_cal)*gage1_amp; gage1 = gage1value/8; gage2value = (1024-analogRead(2)-8*GAGE2_CAL)*GAGE2_AMP; gage2 = gage2value/8;... } Code 2: Calibration code for expansion of the dynamic range. After the expansion, a residual MIDI Volume of 25 is obtained when the bow is relaxed and a maximum of is provided by the bow at maximum pressing force. Static temperature fluctuations It is well known that the strain gages are very sensitive to the temperature but, in most of the cases, it can be compensated via the appropriate circuit. As mentioned above we have to deal with a simple gage configuration due to our requirements. A study of the deviation of values provided by the system across the time is shown in Fig. 6. It shows that the system is more stable after 15 or 20 minutes, but this stability is no absolute. We recommend measuring the values with no input force before each performance (see Figure 6). Force calibration In this section we will explain the procedure we use to obtain the correspondence between the output MIDI value (0..127) and the input force (in N). We have used a dynamometer to apply different known force values (in steps of 0.5N) to the hair ribbons, at different lengths from the bow (in steps of 2.5cm). Figure 7 shows de setup of the calibration procedure. In the process of calibration it is possible, specially in those positions close to the frog or to the tip, that MIDI data is over 127 due to the excessive force applied. This situation will not occur in real working conditions of the bow. We decide to fix these results with a 127 MIDI value. On the other hand, the points far from the frog and the

7 tip of the bow it is possible to apply a force that produces the hair ribbons touch the wood stick. We decide to fix these results with the MIDI value obtained in the last valid measurement. Results are shown in Figure 8. Figure 6: Evolution of the output of the gages during 1 hour with no presence of input force. Figure 7: Force to MIDI calibration procedure. Figure 8: Results of the force calibration.

8 As mentioned above, the Polhemus sensors provide information of the bow position. Using this information, we are able to deduce the force (in Newtons) applied to the string. When the information from the two gages differs, the mean of these two values is applied. CONCLUSIONS In this paper, we showed a bow pressing force system that is able to record data in a real time performance. The sensors we use are not intrusive to the performer and data is transformed to MIDI format to provide a precise synchronization with audio data. The conditioning electronics are shown in detail as well as the method to convert data to MIDI format using the Arduino hardware. The calibration procedure and values are also shown in detail. The force values have been used in the concatenative synthesis algorithm with successful results. Actually, the whole process is implemented in a non real-time architecture. In a near future, we will implement a VST plug-in that automatically provide force information to the user while playing. ACKNOWLEDGEMENTS We want to thank Oriol Saña, our professional violinist, for his disinterested collaboration in this project. REFERENCES Cremer, L. (1984). The physics of the violin. The MIT Press. Bonada, J. Serra, X. (2007). Synthesis of the singing voice by performance sampling and spectral models. IEEE signal processing magazine, 24:67. Schwarz, D. (2004). Data-driven concatenative sound synthesis. PhD thesis, IRCAM. Perez, A. Bonada, J; Maestre, E; Guaus, E; Blaauw, M. (2007). Combining Performance Actions with Spectral Models for Violin Sound Transformation. Proc. ICA. Maestre, E. Blaauw, M. Bonada, J. Perez, A. Guaus, E. (2007). Acquisition of violin instrumental gestures using a comercial EMF tracking device. Submitted in ICMC. Askenfelt, A. (1986). Measurement of bow motion and bow force in violin playing. Journal of the Acoustical Society of America, 80. Askenfelt, A. (1989). Measurement of the bowing parameters in violin playing. ii. bowbridge distance, dynamic range, and limits of bow force. Journal of the Acoustical Society of America, 86. Paradiso, J. A. Gershenfeld, N.A. (1997). Musical applications of electric field sensing. Computer Music Journal, 21. Young, D.S. (2002). The hyperbow controller: Real-time dynamics measurement of violin performance. Conference on New Interfaces for Musical Expression. Young, D.S. (2003). Wireless sensor system for measurement of violin bowing parameters. Stockholm Music Acoustics Conference Rasamimanana, N. (2003). Gesture analysis of bow strokes using an augmented violin. Ircam DEA. Demoucron, M. Askenfelt, A. Causse, R (2006). Mesure de la pression d archet des instruments à corde frottée. Application à la synthèse sonore. 8ème Congrès Français d Acoustique.

19 th INTERNATIONAL CONGRESS ON ACOUSTICS MADRID, 2-7 SEPTEMBER 2007

19 th INTERNATIONAL CONGRESS ON ACOUSTICS MADRID, 2-7 SEPTEMBER 2007 19 th INTERNATIONAL CONGRESS ON ACOUSTICS MADRID, 2-7 SEPTEMBER 27 PACS: 43.66.Jh Combining Performance Actions with Spectral Models for Violin Sound Transformation Perez, Alfonso; Bonada, Jordi; Maestre,

More information

A Left Hand Gesture Caption System for Guitar Based on Capacitive Sensors!

A Left Hand Gesture Caption System for Guitar Based on Capacitive Sensors! A Left Hand Gesture Caption System for Guitar Based on Capacitive Sensors! Enric Guaus, Josep Lluís Arcos, Tan Ozaslan, Eric Palacios! Artificial Intelligence Research Institute! Bellaterra, Barcelona,

More information

A Left Hand Gesture Caption System for Guitar Based on Capacitive Sensors

A Left Hand Gesture Caption System for Guitar Based on Capacitive Sensors A Left Hand Gesture Caption System for Guitar Based on Capacitive Sensors Enric Guaus, Tan Ozaslan, Eric Palacios, and Josep Lluis Arcos Artificial Intelligence Research Institute, IIIA Spanish National

More information

ANALYZING LEFT HAND FINGERING IN GUITAR PLAYING

ANALYZING LEFT HAND FINGERING IN GUITAR PLAYING ANALYZING LEFT HAND FINGERING IN GUITAR PLAYING Enric Guaus, Josep Lluis Arcos Artificial Intelligence Research Institute, IIIA. Spanish National Research Council, CSIC. {eguaus,arcos}@iiia.csic.es ABSTRACT

More information

Training Schedule. Robotic System Design using Arduino Platform

Training Schedule. Robotic System Design using Arduino Platform Training Schedule Robotic System Design using Arduino Platform Session - 1 Embedded System Design Basics : Scope : To introduce Embedded Systems hardware design fundamentals to students. Processor Selection

More information

Making Basic Strain Measurements

Making Basic Strain Measurements IOtech Product Marketing Specialist steve.radecky@iotech.com Making Basic Strain Measurements using 24-Bit IOtech Hardware INTRODUCTION Strain gages are sensing devices used in a variety of physical test

More information

Open Research Online The Open University s repository of research publications and other research outputs

Open Research Online The Open University s repository of research publications and other research outputs Open Research Online The Open University s repository of research publications and other research outputs Towards a real-time system for teaching novices good violin bowing technique Conference or Workshop

More information

Time-domain simulation of the bowed cello string: Dual-polarization effect

Time-domain simulation of the bowed cello string: Dual-polarization effect Time-domain simulation of the bowed cello string: Dual-polarization effect Hossein Mansour, Jim Woodhouse, and Gary Scavone Citation: Proc. Mtgs. Acoust. 19, 035014 (2013); View online: https://doi.org/10.1121/1.4800058

More information

Quarterly Progress and Status Report. A look at violin bows

Quarterly Progress and Status Report. A look at violin bows Dept. for Speech, Music and Hearing Quarterly Progress and Status Report A look at violin bows Askenfelt, A. journal: STL-QPSR volume: 34 number: 2-3 year: 1993 pages: 041-048 http://www.speech.kth.se/qpsr

More information

Whole geometry Finite-Difference modeling of the violin

Whole geometry Finite-Difference modeling of the violin Whole geometry Finite-Difference modeling of the violin Institute of Musicology, Neue Rabenstr. 13, 20354 Hamburg, Germany e-mail: R_Bader@t-online.de, A Finite-Difference Modelling of the complete violin

More information

5. Transducers Definition and General Concept of Transducer Classification of Transducers

5. Transducers Definition and General Concept of Transducer Classification of Transducers 5.1. Definition and General Concept of Definition The transducer is a device which converts one form of energy into another form. Examples: Mechanical transducer and Electrical transducer Electrical A

More information

Page 1 of 6 A Historical Perspective From Aristotle to Hawking Force & Its Effects Measurement Limitations The Strain Gage Sensor Designs Measuring Circuits Application & Installation Process Pressure

More information

ni.com Sensor Measurement Fundamentals Series

ni.com Sensor Measurement Fundamentals Series Sensor Measurement Fundamentals Series Strain Gage Measurements Doug Farrell Product Manager National Instruments Key Takeaways Strain gage fundamentals Bridge-based measurement fundamentals Measurement

More information

SENSOR AND MEASUREMENT EXPERIMENTS

SENSOR AND MEASUREMENT EXPERIMENTS SENSOR AND MEASUREMENT EXPERIMENTS Page: 1 Contents 1. Capacitive sensors 2. Temperature measurements 3. Signal processing and data analysis using LabVIEW 4. Load measurements 5. Noise and noise reduction

More information

Dept. of Computer Science, University of Copenhagen Universitetsparken 1, DK-2100 Copenhagen Ø, Denmark

Dept. of Computer Science, University of Copenhagen Universitetsparken 1, DK-2100 Copenhagen Ø, Denmark NORDIC ACOUSTICAL MEETING 12-14 JUNE 1996 HELSINKI Dept. of Computer Science, University of Copenhagen Universitetsparken 1, DK-2100 Copenhagen Ø, Denmark krist@diku.dk 1 INTRODUCTION Acoustical instruments

More information

Quarterly Progress and Status Report. The bouncing bow: Some important parameters

Quarterly Progress and Status Report. The bouncing bow: Some important parameters Dept. for Speech, Music and Hearing Quarterly Progress and Status Report The bouncing bow: Some important parameters Askenfelt, A. and Guettler, K. journal: TMH-QPSR volume: 38 number: 2-3 year: 1997 pages:

More information

MUSIC RESPONSIVE LIGHT SYSTEM

MUSIC RESPONSIVE LIGHT SYSTEM MUSIC RESPONSIVE LIGHT SYSTEM By Andrew John Groesch Final Report for ECE 445, Senior Design, Spring 2013 TA: Lydia Majure 1 May 2013 Project 49 Abstract The system takes in a musical signal as an acoustic

More information

Exploring Haptics in Digital Waveguide Instruments

Exploring Haptics in Digital Waveguide Instruments Exploring Haptics in Digital Waveguide Instruments 1 Introduction... 1 2 Factors concerning Haptic Instruments... 2 2.1 Open and Closed Loop Systems... 2 2.2 Sampling Rate of the Control Loop... 2 3 An

More information

Differential Amplifier : input. resistance. Differential amplifiers are widely used in engineering instrumentation

Differential Amplifier : input. resistance. Differential amplifiers are widely used in engineering instrumentation Differential Amplifier : input resistance Differential amplifiers are widely used in engineering instrumentation Differential Amplifier : input resistance v 2 v 1 ir 1 ir 1 2iR 1 R in v 2 i v 1 2R 1 Differential

More information

Introduction. ELCT903, Sensor Technology Electronics and Electrical Engineering Department 1. Dr.-Eng. Hisham El-Sherif

Introduction. ELCT903, Sensor Technology Electronics and Electrical Engineering Department 1. Dr.-Eng. Hisham El-Sherif Introduction In automation industry every mechatronic system has some sensors to measure the status of the process variables. The analogy between the human controlled system and a computer controlled system

More information

Strain Gauge Measurement A Tutorial

Strain Gauge Measurement A Tutorial Application Note 078 Strain Gauge Measurement A Tutorial What is Strain? Strain is the amount of deformation of a body due to an applied force. More specifically, strain (ε) is defined as the fractional

More information

New Frontiers of Expression Through. of Violin Bows. Diana S. Young. at the Massachusetts Institute of Technology September, 2001

New Frontiers of Expression Through. of Violin Bows. Diana S. Young. at the Massachusetts Institute of Technology September, 2001 New Frontiers of Expression Through Real-Time Dynamics Measurement of Violin Bows by Diana S. Young B.S. Electrical Engineering, Johns Hopkins University, 1999 B.A. Music, Johns Hopkins University, 1999

More information

Interactive Simulation: UCF EIN5255. VR Software. Audio Output. Page 4-1

Interactive Simulation: UCF EIN5255. VR Software. Audio Output. Page 4-1 VR Software Class 4 Dr. Nabil Rami http://www.simulationfirst.com/ein5255/ Audio Output Can be divided into two elements: Audio Generation Audio Presentation Page 4-1 Audio Generation A variety of audio

More information

Sensor Based Measurements of Musicians Synchronization Issues

Sensor Based Measurements of Musicians Synchronization Issues Sensor Based Measurements of Musicians Synchronization Issues T. Grosshauser V. Candia Electronics Laboratory Collegium Helveticum Swiss Federal Institute of GLA B 13, Gloriastrasse 68 Technology 8044

More information

Sound Modeling from the Analysis of Real Sounds

Sound Modeling from the Analysis of Real Sounds Sound Modeling from the Analysis of Real Sounds S lvi Ystad Philippe Guillemain Richard Kronland-Martinet CNRS, Laboratoire de Mécanique et d'acoustique 31, Chemin Joseph Aiguier, 13402 Marseille cedex

More information

MEAS Silicon MEMS Piezoresistive Accelerometer and its Benefits

MEAS Silicon MEMS Piezoresistive Accelerometer and its Benefits MEAS Silicon MEMS Piezoresistive Accelerometer and its Benefits Piezoresistive Accelerometers 1. Bonded Strain Gage type (Gages bonded to metal seismic mass using epoxy) Undamped circa 1950 s Fluid (oil)

More information

Dept. of Computer Science, University of Copenhagen Universitetsparken 1, Dk-2100 Copenhagen Ø, Denmark

Dept. of Computer Science, University of Copenhagen Universitetsparken 1, Dk-2100 Copenhagen Ø, Denmark NORDIC ACOUSTICAL MEETING 12-14 JUNE 1996 HELSINKI THE CONTROL MECHANISM OF THE VIOLIN. Dept. of Computer Science, University of Copenhagen Universitetsparken 1, Dk-2100 Copenhagen Ø, Denmark krist@diku.dk

More information

Evaluation of Scientific Solutions Liquid Crystal Fabry-Perot Etalon

Evaluation of Scientific Solutions Liquid Crystal Fabry-Perot Etalon Evaluation of Scientific Solutions Liquid Crystal Fabry-Perot Etalon Testing of the etalon was done using a frequency stabilized He-Ne laser. The beam from the laser was passed through a spatial filter

More information

Lecture 14 Interface Electronics (Part 2) ECE 5900/6900 Fundamentals of Sensor Design

Lecture 14 Interface Electronics (Part 2) ECE 5900/6900 Fundamentals of Sensor Design EE 4900: Fundamentals of Sensor Design 1 Lecture 14 Interface Electronics (Part 2) Interface Electronics (Part 2) 2 Linearizing Bridge Circuits (Sensor Tech Hand book) Precision Op amps, Auto Zero Op amps,

More information

Resonant Self-Destruction

Resonant Self-Destruction SIGNALS & SYSTEMS IN MUSIC CREATED BY P. MEASE 2010 Resonant Self-Destruction OBJECTIVES In this lab, you will measure the natural resonant frequency and harmonics of a physical object then use this information

More information

The 1997 Mathews Radio-Baton & Improvisation Modes From the Proceedings of the 1997 International Computer Music Conference Thessaloniki Greece

The 1997 Mathews Radio-Baton & Improvisation Modes From the Proceedings of the 1997 International Computer Music Conference Thessaloniki Greece The 1997 Mathews Radio-Baton & Improvisation Modes From the Proceedings of the 1997 International Computer Music Conference Thessaloniki Greece Richard Boulanger & Max Mathews rboulanger@berklee.edu &

More information

INTRODUCTION TO COMPUTER MUSIC PHYSICAL MODELS. Professor of Computer Science, Art, and Music. Copyright by Roger B.

INTRODUCTION TO COMPUTER MUSIC PHYSICAL MODELS. Professor of Computer Science, Art, and Music. Copyright by Roger B. INTRODUCTION TO COMPUTER MUSIC PHYSICAL MODELS Roger B. Dannenberg Professor of Computer Science, Art, and Music Copyright 2002-2013 by Roger B. Dannenberg 1 Introduction Many kinds of synthesis: Mathematical

More information

Operational Amplifiers

Operational Amplifiers Operational Amplifiers From: http://ume.gatech.edu/mechatroni cs_course/opamp_f11.ppt What is an Op-Amp? The Surface An Operational Amplifier (Op-Amp) is an integrated circuit that uses external voltage

More information

MECE 3320 Measurements & Instrumentation. Data Acquisition

MECE 3320 Measurements & Instrumentation. Data Acquisition MECE 3320 Measurements & Instrumentation Data Acquisition Dr. Isaac Choutapalli Department of Mechanical Engineering University of Texas Pan American Sampling Concepts 1 f s t Sampling Rate f s 2 f m or

More information

Simulated and experimental force analyses in the bridge-soundboard contact of string instruments

Simulated and experimental force analyses in the bridge-soundboard contact of string instruments Simulated and experimental force analyses in the bridge-soundboard contact of string instruments Enrico Ravina To cite this version: Enrico Ravina. Simulated and experimental force analyses in the bridge-soundboard

More information

Electronic Instrumentation and Measurements

Electronic Instrumentation and Measurements Electronic Instrumentation and Measurements A fundamental part of many electromechanical systems is a measurement system that composed of four basic parts: Sensors Signal Conditioning Analog-to-Digital-Conversion

More information

How to Monitor Sensor Health with Instrumentation Amplifiers

How to Monitor Sensor Health with Instrumentation Amplifiers White Paper How to Monitor Sensor Health with Instrumentation Amplifiers Introduction Many industrial and medical applications use instrumentation amplifiers (INAs) to condition small signals in the presence

More information

Auditory-Tactile Interaction Using Digital Signal Processing In Musical Instruments

Auditory-Tactile Interaction Using Digital Signal Processing In Musical Instruments IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 2, Issue 6 (Jul. Aug. 2013), PP 08-13 e-issn: 2319 4200, p-issn No. : 2319 4197 Auditory-Tactile Interaction Using Digital Signal Processing

More information

Bridge Measurement Systems

Bridge Measurement Systems Section 5 Outline Introduction to Bridge Sensors Circuits for Bridge Sensors A real design: the ADS1232REF The ADS1232REF Firmware This presentation gives an overview of data acquisition for bridge sensors.

More information

On the function of the violin - vibration excitation and sound radiation.

On the function of the violin - vibration excitation and sound radiation. TMH-QPSR 4/1996 On the function of the violin - vibration excitation and sound radiation. Erik V Jansson Abstract The bow-string interaction results in slip-stick motions of the bowed string. The slip

More information

APPENDIX B Setting up a home recording studio

APPENDIX B Setting up a home recording studio APPENDIX B Setting up a home recording studio READING activity PART n.1 A modern home recording studio consists of the following parts: 1. A computer 2. An audio interface 3. A mixer 4. A set of microphones

More information

Trumpet Wind Controller

Trumpet Wind Controller Design Proposal / Concepts: Trumpet Wind Controller Matthew Kelly Justin Griffin Michael Droesch The design proposal for this project was to build a wind controller trumpet. The performer controls the

More information

The Resource-Instance Model of Music Representation 1

The Resource-Instance Model of Music Representation 1 The Resource-Instance Model of Music Representation 1 Roger B. Dannenberg, Dean Rubine, Tom Neuendorffer Information Technology Center School of Computer Science Carnegie Mellon University Pittsburgh,

More information

Musical Instrument of Multiple Methods of Excitation (MIMME)

Musical Instrument of Multiple Methods of Excitation (MIMME) 1 Musical Instrument of Multiple Methods of Excitation (MIMME) Design Team John Cavacas, Kathryn Jinks Greg Meyer, Daniel Trostli Design Advisor Prof. Andrew Gouldstone Abstract The objective of this capstone

More information

Mobile Motion: Multimodal Device Augmentation for Musical Applications

Mobile Motion: Multimodal Device Augmentation for Musical Applications Mobile Motion: Multimodal Device Augmentation for Musical Applications School of Computing, School of Electronic and Electrical Engineering and School of Music ICSRiM, University of Leeds, United Kingdom

More information

Operating Instructions

Operating Instructions Operating Instructions Torque Transducer Type CD9515 Series Please read instruction carefully. Important Advice: The torque transducers of type CD9515 are suitable for applications in laboratories (for

More information

Initial Project and Group Identification Document September 15, Sense Glove. Now you really do have the power in your hands!

Initial Project and Group Identification Document September 15, Sense Glove. Now you really do have the power in your hands! Initial Project and Group Identification Document September 15, 2015 Sense Glove Now you really do have the power in your hands! Department of Electrical Engineering and Computer Science University of

More information

Aero Support Ltd, 70 Weydon Hill Road, Farnham, Surrey, GU9 8NY, U.K.

Aero Support Ltd, 70 Weydon Hill Road, Farnham, Surrey, GU9 8NY, U.K. 4-170 Piezoelectric Accelerometer The CEC 4-170 accelerometer is a self-generating, piezoelectric accelerometer designed for medium temperature vibration measurement applications. This instrument provides

More information

EX FEATURES. Stand-alone 48-channel unit with built-in Ethernet controller. Built-in bridge completion and Excitation

EX FEATURES. Stand-alone 48-channel unit with built-in Ethernet controller. Built-in bridge completion and Excitation data sheet EX1629-001 High-performance Remote Strain Gage Measurement Unit FEATURES Stand-alone 48-channel unit with built-in Ethernet controller Built-in bridge completion and Excitation 24-bit A/D per

More information

ENGN/PHYS 207 Fall 2018 Assignment #5 Final Report Due Date: 5pm Wed Oct 31, 2018

ENGN/PHYS 207 Fall 2018 Assignment #5 Final Report Due Date: 5pm Wed Oct 31, 2018 ENGN/PHYS 207 Fall 2018 Assignment #5 Final Report Due Date: 5pm Wed Oct 31, 2018 Circuits You ll Build 1. Instrumentation Amplifier Circuit with reference offset voltage and user selected gain. 2. Strain

More information

Exercise 2: Temperature Measurement

Exercise 2: Temperature Measurement Exercise 2: Temperature Measurement EXERCISE OBJECTIVE When you have completed this exercise, you will be able to explain the use of a thermocouple in temperature measurement applications. DISCUSSION the

More information

ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION

ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION Journal of Young Scientist, Volume IV, 2016 ISSN 2344-1283; ISSN CD-ROM 2344-1291; ISSN Online 2344-1305; ISSN-L 2344 1283 ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION

More information

Master Op-Doc/Test Plan

Master Op-Doc/Test Plan Power Supply Master Op-Doc/Test Plan Define Engineering Specs Establish battery life Establish battery technology Establish battery size Establish number of batteries Establish weight of batteries Establish

More information

YAMAHA. Modifying Preset Voices. IlU FD/D SUPPLEMENTAL BOOKLET DIGITAL PROGRAMMABLE ALGORITHM SYNTHESIZER

YAMAHA. Modifying Preset Voices. IlU FD/D SUPPLEMENTAL BOOKLET DIGITAL PROGRAMMABLE ALGORITHM SYNTHESIZER YAMAHA Modifying Preset Voices I IlU FD/D DIGITAL PROGRAMMABLE ALGORITHM SYNTHESIZER SUPPLEMENTAL BOOKLET Welcome --- This is the first in a series of Supplemental Booklets designed to provide a practical

More information

Quarterly Progress and Status Report. Observations on the dynamic properties of violin bows

Quarterly Progress and Status Report. Observations on the dynamic properties of violin bows Dept. for Speech, Music and Hearing Quarterly Progress and Status Report Observations on the dynamic properties of violin bows Askenfelt, A. journal: STL-QPSR volume: 33 number: 4 year: 1992 pages: 043-049

More information

MAE334 - Introduction to Instrumentation and Computers. Final Exam. December 11, 2006

MAE334 - Introduction to Instrumentation and Computers. Final Exam. December 11, 2006 MAE334 - Introduction to Instrumentation and Computers Final Exam December 11, 2006 o Closed Book and Notes o No Calculators 1. Fill in your name on side 2 of the scoring sheet (Last name first!) 2. Fill

More information

A High Precision Electronic Scale Based on STM32. Jiahui Chen

A High Precision Electronic Scale Based on STM32. Jiahui Chen 2nd International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 2017) A High Precision Electronic Scale Based on STM32 Jiahui Chen Department of Electronic and Communication

More information

Piezomechanik GmbH. PosiCon.an for piezoactuators (low voltage and high voltage actuators) Position Feedback control electronics

Piezomechanik GmbH. PosiCon.an for piezoactuators (low voltage and high voltage actuators) Position Feedback control electronics Piezomechanik GmbH Position Feedback control electronics PosiCon.an for piezoactuators (low voltage and high voltage actuators) Above: PosiCon 150/3 with actuator PSt 150/14/20 VS 20, option: position

More information

PRESENTED BY HUMANOID IIT KANPUR

PRESENTED BY HUMANOID IIT KANPUR SENSORS & ACTUATORS Robotics Club (Science and Technology Council, IITK) PRESENTED BY HUMANOID IIT KANPUR October 11th, 2017 WHAT ARE WE GOING TO LEARN!! COMPARISON between Transducers Sensors And Actuators.

More information

Zack Merritt. A Thesis

Zack Merritt. A Thesis OSCILLATIONS OF THE UNADORNED LIGHT UL Zack Merritt A Thesis Submitted to the Graduate College of owling Green State University in partial fulfillment of the requirements for the degree of MASTER OF MUSIC

More information

A-110 VCO. 1. Introduction. doepfer System A VCO A-110. Module A-110 (VCO) is a voltage-controlled oscillator.

A-110 VCO. 1. Introduction. doepfer System A VCO A-110. Module A-110 (VCO) is a voltage-controlled oscillator. doepfer System A - 100 A-110 1. Introduction SYNC A-110 Module A-110 () is a voltage-controlled oscillator. This s frequency range is about ten octaves. It can produce four waveforms simultaneously: square,

More information

A Musical Controller Based on the Cicada s Efficient Buckling Mechanism

A Musical Controller Based on the Cicada s Efficient Buckling Mechanism A Musical Controller Based on the Cicada s Efficient Buckling Mechanism Tamara Smyth CCRMA Department of Music Stanford University Stanford, California tamara@ccrma.stanford.edu Julius O. Smith III CCRMA

More information

ANALOG TO DIGITAL CONVERTER ANALOG INPUT

ANALOG TO DIGITAL CONVERTER ANALOG INPUT ANALOG INPUT Analog input involves sensing an electrical signal from some source external to the computer. This signal is generated as a result of some changing physical phenomenon such as air pressure,

More information

The Rain Flute version 2 Prepared for MUS 66 Presented 5/7/2013 Write- up by Case Jemison Teammates: Tom Cahill, Meredith Packer

The Rain Flute version 2 Prepared for MUS 66 Presented 5/7/2013 Write- up by Case Jemison Teammates: Tom Cahill, Meredith Packer The Rain Flute version 2 Prepared for MUS 66 Presented 5/7/2013 Write- up by Case Jemison Teammates: Tom Cahill, Meredith Packer Concept: The aim of our project was to improve the original Rain Flute design.

More information

PERSPECTIVES IN THE DEVELOPMENT OF THE VIOLIN

PERSPECTIVES IN THE DEVELOPMENT OF THE VIOLIN 36 PHILlPS TECHNICAL REVIEW Vol. 5, No. 2 PERSPECTIVES IN THE DEVELOPMENT OF THE VIOLIN by R. VERMEULEN. 534.86: 787.1 A discussion is given of a method of obtaining sufficient amplification of the sound

More information

Spectrum Analysis: The FFT Display

Spectrum Analysis: The FFT Display Spectrum Analysis: The FFT Display Equipment: Capstone, voltage sensor 1 Introduction It is often useful to represent a function by a series expansion, such as a Taylor series. There are other series representations

More information

Q181RC Ribbon Controller

Q181RC Ribbon Controller The Controller produces a varying voltage as you move your finger along the ribbon strip. Great for pitch bending, playing notes, controlling filter frequency, or other parameters in the synthesizer system.

More information

Digital Equalization of the electric violin:

Digital Equalization of the electric violin: Digital Equalization of the electric violin: Method for obtaining violin body impulse response based on machine bowing Andrés Bucci Irwin Master Thesis MTG - UPF / 2011 Master in Sound and Music Computing

More information

Computational Crafting with Arduino. Christopher Michaud Marist School ECEP Programs, Georgia Tech

Computational Crafting with Arduino. Christopher Michaud Marist School ECEP Programs, Georgia Tech Computational Crafting with Arduino Christopher Michaud Marist School ECEP Programs, Georgia Tech Introduction What do you want to learn and do today? Goals with Arduino / Computational Crafting Purpose

More information

Acoustic Resonance Lab

Acoustic Resonance Lab Acoustic Resonance Lab 1 Introduction This activity introduces several concepts that are fundamental to understanding how sound is produced in musical instruments. We ll be measuring audio produced from

More information

FLCS V2.1. AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station

FLCS V2.1. AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station The platform provides a high performance basis for electromechanical system control. Originally designed for autonomous aerial vehicle

More information

Momentum and Impulse. Objective. Theory. Investigate the relationship between impulse and momentum.

Momentum and Impulse. Objective. Theory. Investigate the relationship between impulse and momentum. [For International Campus Lab ONLY] Objective Investigate the relationship between impulse and momentum. Theory ----------------------------- Reference -------------------------- Young & Freedman, University

More information

LOOKING AT STARTING TRANSIENTS AND TONE COLORING OF THE BOWED STRING

LOOKING AT STARTING TRANSIENTS AND TONE COLORING OF THE BOWED STRING LOOKING AT STARTING TRANSIENTS AND TONE COLORING OF THE BOWED STRING Knut Guettler Norwegian Academy of Music P.O. Box 5190 Majorstuen, 0302 Oslo, Norway knut.guettler@nmh.no Abstract The last decade has

More information

Instrumentation (ch. 4 in Lecture notes)

Instrumentation (ch. 4 in Lecture notes) TMR7 Experimental methods in Marine Hydrodynamics week 35 Instrumentation (ch. 4 in Lecture notes) Measurement systems short introduction Measurement using strain gauges Calibration Data acquisition Different

More information

Live multi-track audio recording

Live multi-track audio recording Live multi-track audio recording Joao Luiz Azevedo de Carvalho EE522 Project - Spring 2007 - University of Southern California Abstract In live multi-track audio recording, each microphone perceives sound

More information

Errors Due to Shared Leadwires in Parallel Strain Gage Circuits

Errors Due to Shared Leadwires in Parallel Strain Gage Circuits Micro-Measurements Strain Gages and Instruments Errors Due to Shared Leadwires in Parallel Strain Gage Circuits TN-516 1. Introduction The usual, and preferred, practice with multiple quarterbridge strain

More information

APPLICATION NOTE 695 New ICs Revolutionize The Sensor Interface

APPLICATION NOTE 695 New ICs Revolutionize The Sensor Interface Maxim > Design Support > Technical Documents > Application Notes > Sensors > APP 695 Keywords: high performance, low cost, signal conditioner, signal conditioning, precision sensor, signal conditioner,

More information

Features EX1629. High-performance Remote Strain Gage Measurement Unit. Overview. 48 programmable channels in a single unit

Features EX1629. High-performance Remote Strain Gage Measurement Unit. Overview. 48 programmable channels in a single unit Overview The VXI Technology EX1629 Remote Strain Gage simplifies stress and fatigue testing of large mechanical structures such as airframes and launch vehicles. Ethernet control allows for remote operation

More information

Ballistocardiograph 1

Ballistocardiograph 1 3 Lab 9: Ballistocardiograph Goal: Build and test a ballistocardiograph from strain gauges, op-amps and second-order filters. Deliverables: A short lab report that includes 1. The Bode plots of the filter

More information

PSpice Simulation of Vibrating Sample Magnetometer Circuitry

PSpice Simulation of Vibrating Sample Magnetometer Circuitry PSpice Simulation of Vibrating Sample Magnetometer Circuitry Ekta Gupta 1 1 M. Tech Student, ECE Department,.Rajiv Gandhi Proudyogiki Vishwavidyalaya, Bhopal (M.P.), India Mr. RR Yadav 2 2 Scientific Officer-D,

More information

ECE 203 ELECTRIC CIRCUITS AND SYSTEMS LABORATORY SPRING No labs meet this week. Course introduction & lab safety

ECE 203 ELECTRIC CIRCUITS AND SYSTEMS LABORATORY SPRING No labs meet this week. Course introduction & lab safety ECE 203 ELECTRIC CIRCUITS AND SYSTEMS LABORATORY SPRING 2019 Week of Jan. 7 Jan. 14 Jan. 21 Jan. 28 Feb. 4 Feb. 11 Feb. 18 Feb. 25 Mar. 4 Mar. 11 Mar. 18 Mar. 25 Apr. 1 Apr. 8 Apr. 15 Topic No labs meet

More information

Figure 1.1 Mechatronic system components (p. 3)

Figure 1.1 Mechatronic system components (p. 3) Figure 1.1 Mechatronic system components (p. 3) Example 1.2 Measurement System Digital Thermometer (p. 5) Figure 2.2 Electric circuit terminology (p. 13) Table 2.2 Resistor color band codes (p. 18) Figure

More information

Summary 185. Chapter 4

Summary 185. Chapter 4 Summary This thesis describes the theory, design and realization of precision interface electronics for bridge transducers and thermocouples that require high accuracy, low noise, low drift and simultaneously,

More information

P. Moog Synthesizer I

P. Moog Synthesizer I P. Moog Synthesizer I The music synthesizer was invented in the early 1960s by Robert Moog. Moog came to live in Leicester, near Asheville, in 1978 (the same year the author started teaching at UNCA).

More information

MS8891A. Application Note. 1 General product description. 2 Introduction to capacitive sensing

MS8891A. Application Note. 1 General product description. 2 Introduction to capacitive sensing Application Note 1 General product description The integrated circuit MS8891A is an ultra-low power two channel capacitive sensor specially designed for human body detection. It offers two operating modes:

More information

Design of Pipeline Analog to Digital Converter

Design of Pipeline Analog to Digital Converter Design of Pipeline Analog to Digital Converter Vivek Tripathi, Chandrajit Debnath, Rakesh Malik STMicroelectronics The pipeline analog-to-digital converter (ADC) architecture is the most popular topology

More information

ODiSI 6000 Series Optical Distributed Sensor Interrogators

ODiSI 6000 Series Optical Distributed Sensor Interrogators KEY FEATURES Multichannel measurements of strain - multiplex over 300,000 measurement locations Flexible, lightweight and easy to install sensors reduce time to first measurement ODiSI 6000 Series Optical

More information

ni.com Sensor Measurement Fundamentals Series

ni.com Sensor Measurement Fundamentals Series Sensor Measurement Fundamentals Series Introduction to Data Acquisition Basics and Terminology Litkei Márton District Sales Manager National Instruments What Is Data Acquisition (DAQ)? 3 Why Measure? Engineers

More information

A two-wire pressure transmitter (current loop) for 4 20 ma AMS 4712

A two-wire pressure transmitter (current loop) for 4 20 ma AMS 4712 A two-wire pressure transmitter (current loop) for 4 20 ma Figure 1: pressure transmitter* AMS 4712 with a two-wire current output Although digital transmission has become standard in electronic devices,

More information

AGRON / E E / MTEOR 518 Laboratory

AGRON / E E / MTEOR 518 Laboratory AGRON / E E / MTEOR 518 Laboratory Brian Hornbuckle, Nolan Jessen, and John Basart April 5, 2018 1 Objectives In this laboratory you will: 1. identify the main components of a ground based microwave radiometer

More information

Load Cells, LVDTs and Thermocouples

Load Cells, LVDTs and Thermocouples Load Cells, LVDTs and Thermocouples Introduction Load cells are utilized in nearly every electronic weighing system while LVDTs are used to measure the displacement of a moving object. Thermocouples have

More information

Using Magnetic Sensors for Absolute Position Detection and Feedback. Kevin Claycomb University of Evansville

Using Magnetic Sensors for Absolute Position Detection and Feedback. Kevin Claycomb University of Evansville Using Magnetic Sensors for Absolute Position Detection and Feedback. Kevin Claycomb University of Evansville Using Magnetic Sensors for Absolute Position Detection and Feedback. Abstract Several types

More information

Review. Top view of ripples on a pond. The golden rule for waves. The golden rule for waves. L 23 Vibrations and Waves [3] ripples

Review. Top view of ripples on a pond. The golden rule for waves. The golden rule for waves. L 23 Vibrations and Waves [3] ripples L 23 Vibrations and Waves [3] resonance clocks pendulum springs harmonic motion mechanical waves sound waves golden rule for waves musical instruments The Doppler effect Doppler radar radar guns Review

More information

Analog Vs. Digital Weighing Systems

Analog Vs. Digital Weighing Systems Analog Vs. Digital Weighing Systems When sizing up a weighing application there are many options to choose from. With modern technology and the advancements in A/D converter technology the performance

More information

DATA GLOVES USING VIRTUAL REALITY

DATA GLOVES USING VIRTUAL REALITY DATA GLOVES USING VIRTUAL REALITY Raghavendra S.N 1 1 Assistant Professor, Information science and engineering, sri venkateshwara college of engineering, Bangalore, raghavendraewit@gmail.com ABSTRACT This

More information

A TECHNIQUE TO EVALUATE THE IMPACT OF FLEX CABLE PHASE INSTABILITY ON mm-wave PLANAR NEAR-FIELD MEASUREMENT ACCURACIES

A TECHNIQUE TO EVALUATE THE IMPACT OF FLEX CABLE PHASE INSTABILITY ON mm-wave PLANAR NEAR-FIELD MEASUREMENT ACCURACIES A TECHNIQUE TO EVALUATE THE IMPACT OF FLEX CABLE PHASE INSTABILITY ON mm-wave PLANAR NEAR-FIELD MEASUREMENT ACCURACIES Daniël Janse van Rensburg Nearfield Systems Inc., 133 E, 223rd Street, Bldg. 524,

More information

DavidsonSensors. Fiber Optic Sensing System Definitions. Davidson Fiber Optic Sensing System

DavidsonSensors. Fiber Optic Sensing System Definitions. Davidson Fiber Optic Sensing System DavidsonSensors October 2007 Fiber Optic Sensing System Davidson Fiber Optic Sensing System DavidsonSensors Measure Temperature, Pressure, Vacuum, Flow, Level, and Vibration DavidsonSensors Transmit Intrinsically

More information

TRANSDUCER INTERFACE APPLICATIONS

TRANSDUCER INTERFACE APPLICATIONS TRANSDUCER INTERFACE APPLICATIONS Instrumentation amplifiers have long been used as preamplifiers in transducer applications. High quality transducers typically provide a highly linear output, but at a

More information

Application description AN1014 AM 462: processor interface circuit for the conversion of PWM signals into 4 20mA (current loop interface)

Application description AN1014 AM 462: processor interface circuit for the conversion of PWM signals into 4 20mA (current loop interface) his article describes a simple interface circuit for the conversion of a PWM (pulse width modulation) signal into a standard current signal (4...0mA). It explains how a processor is connected up to the

More information

POWER LINE COMMUNICATION. A dissertation submitted. to Istanbul Arel University in partial. fulfillment of the requirements for the.

POWER LINE COMMUNICATION. A dissertation submitted. to Istanbul Arel University in partial. fulfillment of the requirements for the. POWER LINE COMMUNICATION A dissertation submitted to Istanbul Arel University in partial fulfillment of the requirements for the Bachelor's Degree Submitted by Egemen Recep Çalışkan 2013 Title in all caps

More information