ECE Computer Engineering Design Project

Slides:



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

PH 105 Dr. Cecilia Vogel Lecture 24. OUTLINE  Electronic music  Theramin  Analog vs digital  components in electronic music.
Wireless Data Acquisition for SAE Car Project by: J.P. Haberkorn & Jon Trainor Advised by: Mr. Steven Gutschlag.
Chapter 14 Recording and Editing Sound. Getting Started FAQs: − How does audio capability enhance my PC? − How does your PC record, store, and play digital.
Introduction ‘Have you ever played video games before? Look at the joystick movement. When you move the joystick to the left, the plane on the TV screen.
Sound Chapter Types of Sound Waveforms MIDI Sound is related to many things in computers but only Wav and MIDI exist in PCs.
Seminar on Sound Card Presented by:- Guided by:-
 Chasis / System cabinet  A plastic enclosure that contains most of the components of a computer (usually excluding the display, keyboard and mouse)
MIDI. A protocol that enables computers, synthesizers, keyboards, and other musical devices to communicate with each other. Instead of storing actual.
Home entertainment. The hardware, software and techniques used for sound MP3 players: play music files stored digitally in MP3 file format are small and.
Computer Components Checklist There are many parts that work together to make a computer work.
Introduction to Audio. What is "Audio"? Audio means "of sound" or "of the reproduction of sound“. Specifically, it refers to the range of frequencies.
Module 8 Review Questions 1.VGA stands for A. Video Graphic Association B. Video Gradient Array C. Video Graphic Array D. Video Graphic Arrangement.
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.
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.
In computing, an input device is a piece of computer hardware equipment used to provide data and control signals to an information processing system such.
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.
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.
CS 591 S1 – Computational Audio -- Spring, 2017
Sound and music.
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
Near Field Communication Smart Door
Voice Manipulator Department of Electrical & Computer Engineering
The university of Lahore Department of computer Engineering Electric Network Analysis Project Tittle : Audio tone IR transmitter and receiver Group.
ECE Computer Engineering Design Project
2D GPU Platform with Hardware-Accelerated Features
ECE Computer Engineering Design Project
Piano Chord Builder Artem Kuligin CS 470 6/17/2018 3:08 AM
Fig. 4 Block diagram of system
Types of Computers & Computer Hardware
Laser Harp MIDI Controller with Musical Articulations
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
Portable Wi-Fi Speaker System
Depth Analysis With Stereo Camera
Network Controllable MP3 Player
Amplifier Project.
Electrical traditional Chinese Instrument - Xun
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 Rodrigez, Peter Crinklaw 2015 What is it? It’s a harp with lasers for strings. Block the lasers to play music through the speakers. 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. This signal is sent to the line-out port, which is the same kind of port you would plug your headphones into on your phone. Features Generates sound using a full-range polyphonic synthesizer The laser harp has a MIDI output that can be connected to your own synthesizer, allowing it to emulate the sound of any instrument 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