Coder Social home page Coder Social logo

openeit / eit_firmware Goto Github PK

View Code? Open in Web Editor NEW
49.0 10.0 27.0 33.32 MB

Firmware for running Electrical Impedance Tomography Dashboard

License: Other

C 90.25% Batchfile 0.12% C++ 8.20% HTML 0.56% Objective-C 0.67% Shell 0.01% Python 0.20%

eit_firmware's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

eit_firmware's Issues

Add phase measurement to spectroscopy mode

Device returns only impedance magnitude in bis mode. It would be useful to also have the impedance phase.
It seems that CMSIS DSP library does not contain a function to calculate phase from complex values. ARM-software/CMSIS_5#293
It can be implemented via atan2 function with conversion to float (by @tachen-cs).

for (n = 0; n < numSamples; n++) {
pDst[n] = atan2(pSrc[(2n)+0] + pSrc[(2n)+1]);
} 

Put impedance measurement in interrupt for more precise timing.

Currently the impedance measurement is completed then printed out the serial port. The serial port takes most of the time. Ideally, the impedance measurement is interrupt driven to ensure it is performed whether or not the serial port has finished writing, and with more precise timing.

Get BiPolar sequences up and running

These can be run faster and work well in tanks but not on the body. It would be good to have stim sequences that can run faster and bipolar sequences use half the number of measurements per reading thus can be run faster.

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.