Duy Dang, Robert Kern, Esteban Kleckner

Slides:



Advertisements
Similar presentations
ECE 8443 – Pattern Recognition EE 3512 – Signals: Continuous and Discrete Objectives: Response to a Sinusoidal Input Frequency Analysis of an RC Circuit.
Advertisements

GCSE Computing#BristolMet Session Objectives#10 MUST define the term sample rate COULD explain how sound can be sampled and stored in digital form SHOULD.
January 6. January 7 January 8 January 9 January 10.
ENEL 583/589 Electrical, Computer, and Software Engineering In modern society, machinery is frequently used to make our lives simpler, and to help us carry.
SOUND with MATLAB. SOUND INPUT [a, fa, na]= wavread(’mim wav') Sound data Sampling Frequency #bit representation.
Speech Compression. Introduction Use of multimedia in personal computers Requirement of more disk space Also telephone system requires compression Topics.
Chapter-3-1CS331- Fakhry Khellah Term 081 Chapter 3 Data and Signals.
SIMS-201 Characteristics of Audio Signals Sampling of Audio Signals Introduction to Audio Information.
IT-101 Section 001 Lecture #8 Introduction to Information Technology.
Dr. Holbert Dr. Holbert April 23, 2008
Digital Voice Communication Link EE 413 – TEAM 2 April 21 st, 2005.
1 The Mathematics of Signal Processing - an Innovative Approach Peter Driessen Faculty of Engineering University of Victoria.
1 New Technique for Improving Speech Intelligibility for the Hearing Impaired Miriam Furst-Yust School of Electrical Engineering Tel Aviv University.
Leo Lam © Signals and Systems EE235. Transformers Leo Lam ©
Use of FOS for Airborne Radar Target Detection of other Aircraft Example PDS Presentation for EEE 455 / 457 Preliminary Design Specification Presentation.
Use of FOS to Improve Airborne Radar Target Detection of other Aircraft Example PDS Presentation for EEE 455 / 457 Preliminary Design Specification Presentation.
Inputs to Signal Generation.vi: -Initial Distance (m) -Velocity (m/s) -Chirp Duration (s) -Sampling Info (Sampling Frequency, Window Size) -Original Signal.
Graphic Equalizer Table By Jose Lerma. Main Idea The main idea of this table is to display the frequencies of any sound or audio input, either by microphone.
Frequency Domain Representation of Sinusoids: Continuous Time Consider a sinusoid in continuous time: Frequency Domain Representation: magnitude phase.
LE 460 L Acoustics and Experimental Phonetics L-13
GCT731 Fall 2014 Topics in Music Technology - Music Information Retrieval Overview of MIR Systems Audio and Music Representations (Part 1) 1.
Knowledge Base approach for spoken digit recognition Vijetha Periyavaram.
Artificial Intelligence 2004 Speech & Natural Language Processing Natural Language Processing written text as input sentences (well-formed) Speech.
Fourier Concepts ES3 © 2001 KEDMI Scientific Computing. All Rights Reserved. Square wave example: V(t)= 4/  sin(t) + 4/3  sin(3t) + 4/5  sin(5t) +
Basics of Digital Audio Outline  Introduction  Digitization of Sound  MIDI: Musical Instrument Digital Interface.
Fourier series. The frequency domain It is sometimes preferable to work in the frequency domain rather than time –Some mathematical operations are easier.
Introduction to Audio. What is "Audio"? Audio means "of sound" or "of the reproduction of sound“. Specifically, it refers to the range of frequencies.
Motivation for Today’s Session MS-PS4 Waves and their Applications in Technologies for Information Transfer Students who demonstrate understanding can:
EE 113D Fall 2008 Patrick Lundquist Ryan Wong
Leo Lam © Signals and Systems EE235 Leo Lam.
Math – What is a Function? 1. 2 input output function.
Sound and Digital Sound v © Allan C. Milne Abertay University.
Marwan Al-Namari 1 Digital Representations. Bits and Bytes Devices can only be in one of two states 0 or 1, yes or no, on or off, … Bit: a unit of data.
Auto-tuning for Electric Guitars using Digital Signal Processing Pat Hurney, 4ECE 22 nd January 2009.
Automatic Equalization for Live Venue Sound Systems Damien Dooley, Final Year ECE Progress To Date, Monday 21 st January 2008.
SunSatFriThursWedTuesMon January
COMP135/COMP535 Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 2 Lecture 2 – Digital Representations.
Time Compression/Expansion Independent of Pitch. Listening Dies Irae from Requiem, by Michel Chion (1973)
Physics 434 Module 4 - T. Burnett 1 Physics 434 Module 4 Acoustic excitation of a physical system: time domain.
Design of a Guitar Tab Player in MATLAB Summary Lecture Module 1: Modeling a Guitar Signal.
Fourier Analysis Patrice Koehl Department of Biological Sciences National University of Singapore
Data Representation: Sound
3.3 Fundamentals of data representation
SOUND 24.1.
Big Data is a Big Deal!.
Academic year: 2017/18 – winter semester
Ch. 2 : Preprocessing of audio signals in time and frequency domain
Voice Manipulator Department of Electrical & Computer Engineering
COMPUTER NETWORKS and INTERNETS
Chapter 2 Data and Signals
The Unit Planner 5 – Microphones & Sound Radio Broadcasting 4
A presentation on Basics of Speech Recognition Systems
Duy dang, Robert kern, esteban kleckner
Overview Communication is the transfer of information from one place to another. This should be done - as efficiently as possible - with as much fidelity/reliability.
Communication Technology
Communication Technology
Inaudible Voice Commands Ultrasound Modulation
CODAN NGT Voice Encryptor Option
Transverse/Longitudinal waves
CS 4594 Data Communications
Data Representation Keywords Sound
Intro to Fourier Series
Modeling in the Time Domain
Representing Sound 2.6 – Data Representation.
LECTURE 18: FOURIER ANALYSIS OF CT SYSTEMS
Lecture 7: Signal Processing
Digital Signal Processing
♪ Embedded System Design: Synthesizing Music Using Programmable Logic
Therapeutic equipment I
Practical Hidden Voice Attacks against Speech and Speaker Recognition Systems NDSS 2019 Hadi Abdullah, Washington Garcia, Christian Peeters, Patrick.
Presentation transcript:

Duy Dang, Robert Kern, Esteban Kleckner

Summary of Topics Sound Project background Project requirements Algorithm System architecture diagram Next semester Robert

Sound and pitch Sound is just a series of frequencies and pitches The ear recognizes these sounds and converts them into signals that we can recognize Robert

Digital Representation of a sound wave Time (sec) Amplitude of Wave @ Time (0/16) (1/16) 1 (2/16) (3/16) -1 (4/16) ……………………………………………… (16/16) Duy This wave can be represented by the matrix above. Example: sampling rate= (1/16)sec

Fourier transforms and frequency Mathematical process to change from one domain to another From the time domain to the frequency domain An Inverse Fourier transform is the same thing From the frequency domain to the time domain Duy

Project background Hearing aids Mobile devices Aim to process and modify sounds into desirable ranges However, they are expensive Only 20% of people in the U.S. need a hearing aid that have one Mobile devices Recent advances have made smartphones more powerful There is an opportunity to fill this gap Duy

General requirements User must have access to an iPhone Read in prescription via a QR code Microphone must support a sampling rate of at least 44.1 kHz Playback latency must be less than 50ms User information must be secured to HIPAA requirements Duy

Algorithm (50,000 foot view) Play sound Process sound Record sound Duy

Algorithm (10,000 foot view) Phone gets sound Finds the fundamental frequency If change is needed, modify the sound by pitch shifting Play sound regardless if change is needed Esteban

System architecture (50,000 foot view) Output Signal Input Sound Output Sound Esteban

System architecture (10,000 foot view) Esteban

Schedule Task Completion Date Iteration 2: Completed Algorithm January 31, 2016 Faculty Presentation February 2, 2016 User Manual February 11, 2016 Iteration 3: Clinical Testing March 11, 2016 SRS Poster Submission March 31, 2016 Iteration 4: Final Tweaks April 1, 2016 Developers Manual April 5, 2016 SRS April 8, 2016 NTASC Wichita Falls April 16, 2016 Complete All Documentation April 24, 2016 Final Presentation April 28, 2016 Esteban

What’s to come Updating the algorithm Prescription model Human trials Esteban

Screenshots of the application Robert

Screenshots of the application Robert

demonstration Robert