Git Product home page Git Product logo

aspa's Introduction

aspa

Analyse des séquences de potentiels d'action / Spike train analysis

Analyse des séquences de potentiels d'action (de façon élémentaire)

L'idée de base est de mettre en œuvre la « philosophie » Unix/Linux -- telle qu'elle est par exemple exposée de façon spécifique dans l'article d'Arnold Robbins What's GNU et de façon plus générale dans l'article wikipédia -- pour l'analyse des séquences de potentiels d'action. Comme les dites séquences ne sont jamais trop gourmandes en mémoire, elles peuvent être stockées sous forme de fichier texte (ASCII) et le gros des opérations sur les séquences peuvent être conçues comme des « filtres » ; comprenez des programmes (en général mais pas forcément écris en C) qui lisent une entrée au format texte depuis « l'entrée standard » (stdin) et envoient leur résultat au format texte à « la sortie standard » (stdout). Pour les graphiques, gnuplot va être utilisé.

Spike train analysis (in an elementary way)

The idea here is to implement the Unix/Linux "philosophy"--as exposed for instance in the article of Arnold Robbins What's GNU--to the analysis of neuronal spike trains. Since spike trains make not too voluminous data, they can be stored as text files (ASCII) and most operations on them can be designed as "filters", that is programs (usually but not always written in C) that read their input in text format from the "standard input" (stdin) and send their result in text format to the "standard output" (stdout). For graphical displays, we are going to use gnuplot.

aspa's People

Contributors

christophe-pouzat avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.