Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.
/ BME602_hw5 Public archive

Exploration of basic speech processing for cochlear implants

Notifications You must be signed in to change notification settings

josephh2o/BME602_hw5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BME 602 - Homework 5

Joseph Ho, Karina Buttram

Answers

A. The speech recordings are located here, which consist of a reading of the alphabet, and the sounds /f/ and /k/ for comparison.

B. The code for the speech analysis is located here.

C. In the code for the speech analysis, there are 10 speech features that are extracted from the speech recordings. These features include average amplitude of a frequency range determined by 10 fifth-order Butter bandpass filters from 0 to 8000 Hz. Every 5 ms, the Fast Fourier Transform (FFT) function is performed on the speech signal, and the average amplitude of the frequency range is calculated.

Shown below are the spectrogram, average amplitude of individual frequency ranges, and average amplitude of combined frequency ranges for the alphabet.

spectrogram_alpha

avgAmpIndiv_alpha

avgAmpComb_alpha

D. /f/ and /k/ sounds have major differences in their frequencies and amplitudes.

For the /f/ sound, the highest average amplitudes occur in the range of 7200-8000 Hz, 6400-7200 Hz and 5600-6400 Hz. In these signals, the peak of the average amplitude is in the middle of the /f/ sound. Comparatively, the /k/ sound has the highest average amplitudes in the range of 120-800 Hz, 800-1600 Hz, and 4000-4800 Hz. The peak of the average amplitude occurs near the beginning of the /k/ sound.

/f/ sound spectrogram, average amplitude of individual frequency ranges, and average amplitude of combined frequency ranges.

spectrogram_f

avgAmpIndiv_f

avgAmpComb_f

/k/ sound spectrogram, average amplitude of individual frequency ranges, and average amplitude of combined frequency ranges.

spectrogram_k

avgAmpIndiv_k

avgAmpComb_k

E. Conceptual Algorithm for a Cochlear Implant

BME602_Homework5Figure1_JosephHo.png

About

Exploration of basic speech processing for cochlear implants

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages