Skip to content

ftsts/ftsts-ol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo FTSTS - Forced Temporal Spike-Time Stimulation

Open-Loop Deep-Brain Stimulation for Controlling Synchronization of Spiking Neurons.

Example Usage

python3.10 -m venv venv # create virtual env
source venv/bin/activate
pip install -r requirements.txt # install dependencies

gcc -shared -o libkuramoto.so -fPIC src/kop.c -lm # (opetional)
python src/main.py

note: computing the Kuramoto Synchrony Parameter is computationally intensive. Using the optional command above to compile the C implementation of kuramoto_syn permits the program to use a faster implementation.

Resources

  • ftsts-code - source code to generate weight profiles for the original open-loop regime.
  • ftsts-paper - original work on open-loop stimulation regime.

About

Open Loop Deep Brain Stimulation via Forced Temporal Spike-Time Stimulation (FTSTS).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published