https://github.com/haranrk/hodgkin-huxley-model
Functions to plot various parameters of the HH neuron model
https://github.com/haranrk/hodgkin-huxley-model
computational-neuroscience hodgkin-huxley-model
Last synced: 3 months ago
JSON representation
Functions to plot various parameters of the HH neuron model
- Host: GitHub
- URL: https://github.com/haranrk/hodgkin-huxley-model
- Owner: haranrk
- Created: 2017-08-30T04:00:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T14:22:49.000Z (almost 7 years ago)
- Last Synced: 2025-02-05T04:49:14.013Z (4 months ago)
- Topics: computational-neuroscience, hodgkin-huxley-model
- Language: Matlab
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hodgkin Huxley Model Simulation
===
The [Hodgkin Huxley model](https://en.wikipedia.org/wiki/Hodgkin%E2%80%93Huxley_model) is a mathematical model that characterises the action potential propagation of a neuron. The repository contains a simulation of the Hodgkin Huxley model. Done as a part of an assignment for a course on computational neuroscience.### Functions
1. `freqvscurrent` - plots the firing rate of Action potentials vs the current. Calculates three current thresholds that mark a dyanmic change in behaviour and plots them on to the graph.2. `hhcell` - plots voltage, gating variables and conductances against time for a specified current input.
#
_Done as a part of the course [Computational Neuroscience](https://nptel.ac.in/courses/102106023/)_