ECE Computer Engineering Design Project

Slides:



Advertisements
Similar presentations
By: Russ Butler ECE4220 Spring 2012 Dr. DeSouza May 2, 2012.
Advertisements

Electrical and Computer Engineering iLights Nick Wittemen, EE Chris Merola, EE José Figueroa, EE Matt Ryder, EE Comprehensive Design Review.
Wireless Data Acquisition for SAE Car Project by: J.P. Haberkorn & Jon Trainor Advised by: Mr. Steven Gutschlag.
Sound Chapter Types of Sound Waveforms MIDI Sound is related to many things in computers but only Wav and MIDI exist in PCs.
Microelectronic Systems--University of Tennessee 1 1 Music Synthesizer Design Christopher Boyd Ki Shin Electrical & Computer Engineering University of.
MIDI. A protocol that enables computers, synthesizers, keyboards, and other musical devices to communicate with each other. Instead of storing actual.
CSCI-235 Micro-Computers in Science Hardware Part II.
Module 8 Review Questions 1.VGA stands for A. Video Graphic Association B. Video Gradient Array C. Video Graphic Array D. Video Graphic Arrangement.
Analog Discovery Arbitrary Function Generator for Windows 7 by Mr
Chapter 15 Recording and Editing Sound. 2Practical PC 5 th Edition Chapter 15 Getting Started In this Chapter, you will learn: − How sound capability.
The Guts. CPU CPU Socket The CPU is generally a 2 inch ceramic square with a silicon chip located inside. The chip usually about the size of a thumbnail.
Parts of the Computer. Monitor A monitor is a screen that displays a computer’s output. It is the most common output device. A monitor looks like a TV.
Specialized Input and Output. Inputting Sound ● The microphone is the most basic device for inputting sounds into a computer ● Microphones capture sounds.
MULTIMEDIA INPUT / OUTPUT TECHNOLOGIES INTRODUCTION 6/1/ A.Aruna, Assistant Professor, Faculty of Information Technology.
MIDI Musical Instrument Digital Interface. MIDI A data communications protocol that describes a means for music systems and related equipment to exchange.
Sound Representation Digitizing Sound Sound waves through Air Different Voltages Voltage converted to numbers.
Theme: Multimedia Sound ProductionUFCFY Multimedia Sound Production.
Multimedia Devices Chapter 8. Multimedia Overview The term multimedia has different meanings for people because there are many types of multimedia devices.
Computer main parts HARDWARE It corresponds to all physical and tangible parts of a computer: your electrical, electronic, electromechanical and mechanical.
Project Presentation Eoin Culhane Multi Channel Music Recognition for an Electric Guitar.
Multi Channel Music Recognition for an Electric Guitar.
Final Year Project Eoin Culhane. MIDI Guitar Guitar with 6 outputs 1 output for each string Each individual string output will be converted to MIDI.
Ambulatory Foot Pressure Monitoring System David Nolan Electronic Engineering.
The Post-Moog Digitally Controlled Analog Synthesizer Group Members Logan Snow Robert Estelle Greg Hartl Toan Ho.
Garage Band For MAC. What is it? A digital audio workstation that can record and play back multiple tracks of audio. Is a software application for OS.
Arduino Week 3 Lab ECE 1020 Prof. Ahmadi. Objective Data acquisition (DAQ) is the process of measuring an electrical or physical phenomenon such as voltage,
MIDI Musical Instrument Digital Interface A digital communication protocol allowing devices to send and/or respond to instructions.
By Kyle Tatum.  MIDI (or Musical Instrumental Digital Interface) is an industry-standard protocol, first defined in 1982 by Gordon Hall, that enables.
Launchpad with MIDI TAHA SHASHTARI MAHMOUD AL-SHAKA’A.
CS 591 S1 – Computational Audio -- Spring, 2017
Chapter 15 Recording and Editing Sound
Augmented Reality Capture the Flag
Sound Card A sound card (also referred to as an audio card) is a peripheral device that attaches to the ISA or PCI slot on a motherboard to enable the.
Sound Card A sound card (also referred to as an audio card) is a peripheral device that attaches to the ISA or PCI slot on a motherboard to enable the.
Mapping Robot Department of Electrical & Computer Engineering
CS 591 S1 – Computational Audio
Near Field Communication Smart Door
Voice Manipulator Department of Electrical & Computer Engineering
ECE Computer Engineering Design Project
2D GPU Platform with Hardware-Accelerated Features
Piano Chord Builder Artem Kuligin CS 470 6/17/2018 3:08 AM
VIDEO ACTIVATED RELAY TO CONTROL
Fig. 4 Block diagram of system
Laser Harp MIDI Controller with Musical Articulations
Course Name: Computer Application Topic: Central Processing Unit (CPU)
Drill Translate the following message:
Laser Harp Team: Peter Crinklaw Qiushi Jiang Edwin Rodriguez.
CSC 320 – Music Instrument Digital Interface (MIDI) and Digital Audio, Spring 2017 April 2017 Dr. Dale Parson.
ECE Computer Engineering Design Project
Food Inventory Tracker
Fig. 3 Infrared Components
DT-Assessment Frame Work Term2
Laser Harp Picture retrieved from:
Digital Theremin with LED
ECE Computer Engineering Design Project
The MIDI Standard A.
Sound 12.1 Sound is one type of wave. 12.2
Depth Analysis With Stereo Camera
Network Controllable MP3 Player
Amplifier Project.
Device Fabrication & Components Conclusions and Future Advancements
Voice Manipulator Department of Electrical & Computer Engineering
Depth Analysis With Stereo Camera
ECE Computer Engineering Design Project
ECE Computer Engineering Design Project
Fig. 4 Block diagram of system
Ultrasonic Rangefinder
DRUM ANYWHERE ECE 492 Group 4 Jake Davidson - Justin Ferris - Kelvin Liang - Shivansh Singla.
ECE Computer Engineering Design Project
♪ Embedded System Design: Synthesizing Music Using Programmable Logic
Presentation transcript:

ECE 492 - Computer Engineering Design Project Laser Harp Qiushi Jiang, Edwin Rodriguez, Peter Crinklaw 2015 What is it? It’s a harp with lasers for strings. Block the lasers to play music. Synthesizer The synthesizer’s job is to take commands such as “Play F Sharp” from the MIDI Generator, and output an audio signal (as seen below). Since it can’t store an audio signal for every possible note it can play, it instead samples from a single audio signal at a particular rate corresponding to the pitch of the note. The faster the rate, the higher the pitch. The audio output is sent to the built-in line-out port which can be connected to standard 1/8” audio jack. Features Generates sound using a full-range synthesizer The laser harp has a MIDI output that can be connected to other synthesizers Supports multiple music scales Allows for key transpose Components DE2 x1 : The brain of the laser harp Laser diode x 8 : The laser “strings” Photo diode x 8 : Laser sensor MIDI Output x 1 : External MIDI interface MIDI Generator Software running on the DE2 board detects when a laser is blocked. It determines which laser is triggered and generates a MIDI signal according to the music scale inside the software driver. It sends this signal to two components: our own synthesizer, and the external MIDI output port. A MIDI signal only specifies the pitch of the note, not how it should sound. So external synthesizers plugged into the harp’s MIDI port can interpret the MIDI signal however they want, emulating any kind of instrument. Sine wave audio signal For colour ideas, University Visual Identity Guidelines can be found here: http://www.toolkit.ualberta.ca/VisualIdentityGuidelines.aspx Laser Harp in action MIDI Signal, saying “start playing C4” System Overview Department of Electrical & Computer Engineering