Skip to content

A Jupyter Notebook displaying an overview of different coding schemes for cochlear implants.

Notifications You must be signed in to change notification settings

stegsoph/cochlear-speech-coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sound Coding in Cochlear Implants

Overview of the following coding schemes:

  • Single Channel CI
  • Multi Channel CI
  • Feature Extraction Strategy F0-F2
  • Feature Extraction Strategy F0-F1-F2
  • Continuous Interleaved Sampling – CIS
  • Spectral-PEAK
  • Advanced Combination Encoder – ACE
  • Fine Structure Processing – FSP

Coding language and dependencies:

This project is written in Julia in the IJulia browser-based enviroment Jupyter Notebook. The notebook relies on the following packages

PyPlot
PyCall
WAV
DSP
FFTW

which can be installed in the Julia command line by typing:

using Pkg
Pkg.add("Package Name")

About

A Jupyter Notebook displaying an overview of different coding schemes for cochlear implants.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages