GitXplorerGitXplorer
t

capstone-final

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
6df52af2e99c9a7a761d90aaec677298c5b22a30

Final edits to the code, and added in all the compiled RPi code. Possible improvements are the addition of a better peak detector, and wavelet transforms

ttomsanbear committed 9 years ago
Unverified
86589ebeeaf29e854b3909ce6e7fb152b209eec9

Fine tuned, and added demo output

ttomsanbear committed 9 years ago
Unverified
f4fd4bb1b618a4fe25ec8881acbe9e317af431bc

fixed some bugs that popped up on the rpi compiler, otherwise it works! still havent fixed that one seg fault bug, will just avoid on the demo

ttomsanbear committed 9 years ago
Unverified
4afcf0dcdce729f0d10bcc3157e2cd06cf0f0c37

tested, still segfaults at some points, test further tonight, and refine the UI

ttomsanbear committed 9 years ago
Unverified
8a6743f814c5b426bad655a22eea1a94296f58c0

ayyyy lmao it works, segfaults when recalculating weights

ttomsanbear committed 9 years ago
Unverified
b5629d406910160e0fbda8e0a2088a155c40395b

added in dist call to main, need to test if caluclating properly

ttomsanbear committed 9 years ago

README

The README file for this repository.

Final compilation of code for the EKG fingerprint system.

Required libraries for running this code is the GoIO SDK and its dependencies, libusb, and build-essentials

To compile, make clean, then make all. Provided you are running on standard g++, no issues should arise!

The main components are as follows: -EKG Data Logger [done] -EKG Filtering System [done] -Flush data to file [done] -Autocorrelation component [done] -LDA algorithm [done] -Final compilation algorithm [done] -Scoring method [done] -UI [done]

This software could not have been completed without the AlgLib, DSPFilters, GoIO libraries.