Cochlear implant simulation using vocoders
Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
Implementation of cochlear implant simulation, referred to as vocoder.
How to use:
vocoded_x = vocoder(x, rate, nchan, cutoff , vocoder_type, verbose)
The first argument is the signal.
The second argument is the sampling rate (preferred 16Khz)
The third argument is the number of spectral channels between 2 and 9.
The fourth argument is the cutoff frequency for envelope extraction. The higher the cutoff, the more fine structure will be available in the vocoded signal.
The fifth argument specifies the type of vocoder: either NOISE or TONE vocoder.
The sixth argument provides more details regarding the bandpass filters.
See the example file 'example.m' on how to use this code.
Refer to Shannon, Zeng, Kamath, Wygonski and Ekelid (1995). Speech Recognition with Primarily Temporal Cues, Science for more information about vocoders.
Vahid Montazeri, October 2018.
Citar como
Montazeri, Vahid (2018). cochlear-implant-simulation (https://www.github.com/vmontazeri/cochlear-implant-simulation), GitHub. Retrieved November 11, 2018.
Información general
- Versión 1.0.2 (119 KB)
-
Ver licencia en GitHub
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
No se pueden descargar versiones que utilicen la rama predeterminada de GitHub
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 1.0.2 | Title correction |
||
| 1.0.1 | Minor changes |
||
| 1.0.0 |
