Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.81 KB

2022-09-01-cochlear-simulation.md

File metadata and controls

25 lines (19 loc) · 1.81 KB
layout title subtitle thumbnail-img tags comments
post
Simulating the Firing of Cochlear Neurons
The intersection of neuroengineering and design
/assets/img/cochlea_render.png
neuroengineering
design
blender
3D modeling
true

A very interesting elective course I took delved into simulating the activation of cochlear neurons. This project really captured my interest because it was a direct collision of my two worlds: neuroengineering and design.

In this endeavor, I had the chance to work with incredibly accurate spatial information of cochlear neurons. We represented each neuron with compartments from the Hodgkin-Huxley model, and had access to simulated firing data of these compartments. The main goal? To simulate the propagation of the action potentials. Since I was getting acquainted with Blender at that time and it offered good Python integration, I decided to use it as my primary platform for this project.

Honestly, the best way to understand and appreciate the results is to watch the video of the simulated neurons in action.

While the simulation isn’t perfect, this project stands out as one of the most fulfilling applications of my neuroscientific and engineering knowledge. It's projects like these that truly embody the spirit of this website: a blend of neuroengineering and design. If you’re keen on learning more and diving into the details, feel free to check out my final report:

<iframe src="/assets/pdf/bioanaloge_informationsverarbeitung_report-Karahan_Yilmazer.pdf" width="100%" height="1000px" style="border-radius: 15px;"></iframe>