Go to file
2023-04-14 20:53:16 +02:00
assets readme test 2023-01-22 13:48:12 +01:00
chirp_instantaneous_freq added notebook 2023-04-13 15:14:10 +02:00
code something changed! 2023-04-11 15:44:15 +02:00
poster/figs improved introplot 2023-03-29 12:57:02 +02:00
poster_printed cleaned up the root dir 2023-04-06 10:15:48 +02:00
protocol added final protocol version 2023-04-02 10:36:24 +02:00
.gitignore cleaned up the root dir 2023-04-06 10:15:48 +02:00
.python-version cleaned up the root dir 2023-04-06 10:15:48 +02:00
README.md Update README.md 2023-04-14 20:53:16 +02:00
requirements.txt added chirp inst freq exporation 2023-04-11 15:29:57 +02:00


Logo

chirpdetector

An algorithm to detect transient communication signals of weakly electric fish on multielectrode recordings.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap

About The Project

Chirps are transient communication singals of many wave-type electric fish. Because they are so fast, detecting them when the recorded signal includes multiple individuals is hard. But to understand if, and what kind of information they transmit in a natural setting, analyzing chirps in multiple freely interacting individual is nessecary. This repository documents an approach to detect these signals on electrode grid recordings with many freely behaving individuals.

The majority of the code and its tests were part of a lab rotation with the Neuroethology at the University of Tuebingen. It also contains a poster and a more thorough lab protocol.

(back to top)