├── images ├── AGC1.png ├── AGC2.png ├── CAR.png ├── Gain.png ├── IHC.png ├── BM-OHC.png ├── CARFAC.png ├── Cochlea.png └── filter.png ├── .gitignore ├── README.md └── Cochlea.ipynb /images/AGC1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vschaik/CARFAC/master/images/AGC1.png -------------------------------------------------------------------------------- /images/AGC2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vschaik/CARFAC/master/images/AGC2.png -------------------------------------------------------------------------------- /images/CAR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vschaik/CARFAC/master/images/CAR.png -------------------------------------------------------------------------------- /images/Gain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vschaik/CARFAC/master/images/Gain.png -------------------------------------------------------------------------------- /images/IHC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vschaik/CARFAC/master/images/IHC.png -------------------------------------------------------------------------------- /images/BM-OHC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vschaik/CARFAC/master/images/BM-OHC.png -------------------------------------------------------------------------------- /images/CARFAC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vschaik/CARFAC/master/images/CARFAC.png -------------------------------------------------------------------------------- /images/Cochlea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vschaik/CARFAC/master/images/Cochlea.png -------------------------------------------------------------------------------- /images/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vschaik/CARFAC/master/images/filter.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .ipynb_checkpoints/CARFAC-checkpoint.ipynb 3 | .ipynb_checkpoints/CARFACAGC-checkpoint.ipynb 4 | images/.DS_Store 5 | .DS_Store 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | CARFAC 2 | ====== 3 | 4 | Cochlear Modelling Jupyter Notebooks 5 | 6 | These are developed by [Andre van Schaik](https://westernsydney.edu.au/bens) based on Dick Lyons' book [Human and Machine Hearing](http://www.machinehearing.org). 7 | 8 | Start with Cochlea.ipynb, then CAR.ipynb, followed by CARFAC.ipynb and IHC.ipynb, and finally CARFACAGC.ipynb. 9 | -------------------------------------------------------------------------------- /Cochlea.ipynb: -------------------------------------------------------------------------------- 1 | { 2 | "cells": [ 3 | { 4 | "cell_type": "markdown", 5 | "metadata": {}, 6 | "source": [ 7 | "The Cochlea\n", 8 | "===\n", 9 | "\n", 10 | "This part is based on Chapter 15 of the book [Human and Machine Hearing](http://www.machinehearing.org) by Dick Lyon, which you can download for free from the author [here](https://dicklyon.com/hmh/). \n", 11 | "\n", 12 | "Notebook by André van Schaik, [International Centre for Neuromorphic Systems](https://www.westernsydney.edu.au/icns)." 13 | ] 14 | }, 15 | { 16 | "cell_type": "markdown", 17 | "metadata": {}, 18 | "source": [ 19 | "The model of the cochlea we will implement is based on the following structure:\n", 20 | "\n", 21 | "

