goddess-min's Stars
GCY/Continuous-Non-Invasive-Blood-Pressure-Research-Platform---ECG-and-PPG-Pulse-Arrival-Time-Based-
This project is cuffless cNIBP research platform with ECG(two-electrode) and PPG
gaoxiang12/slambook2
edition 2 of the slambook
xiaohuieddie/Flying-Car-Estimation
Akil313/RNN_Merger
A Neural Network design to accept data from an accelerometer and a magnetometer to replicate an orientation vector.
TKJElectronics/KalmanFilter
This is a Kalman filter used to calculate the angle, rate and bias from from the input of an accelerometer/magnetometer and a gyroscope.
aakashvenky/ECG-signal-processing-using-ModelSim
ECG signals acquired using a sensor has a lot of noise due to lung sounds and EMG. The noise due to lung sounds, EMG can be removed by using Notch/Peak filter of order greater than 10. Implementation of FPGA in signal processors will make them drastically fast. ECG signal is generated by MATLAB in the form of 8-bit data. The filter coefficients are generated using MATLAB. Discrete Time FIR filter is designed using Verilog code to remove the noise.
fengdu78/Data-Science-Notes
数据科学的笔记以及资料搜集
JavisPeng/ecg_pytorch
ecg classfication
arasdar/DL
Deep learning
meagmohit/EEG-Datasets
A list of all public EEG-datasets
Crespo-dong/learnopencv
https://github.com/spmallick/learnopencv
hustcxl/SP_Lib
Signal processing method and algorithm library
chuckyee/cardiac-segmentation
Right Ventricle Cardiac MRI Segmentation
wsdjeg/vim-galore-zh_cn
Vim 从入门到精通
mondejar/ecg-classification
Code for training and test machine learning classifiers on MIT-BIH Arrhyhtmia database
ankur219/ECG-Arrhythmia-classification
ECG arrhythmia classification using a 2-D convolutional neural network
debikadutt/Classification-Algorithms
Implemented three classification algorithms: Nearest Neighbor, Decision Tree and Naïve Bayes. Adopted ten-fold cross validation to evaluate the performance of all methods in terms of accuracy, precision, recall and f-1 measure
c-labpl/qrs_detector
Python Online and Offline ECG QRS Detector based on the Pan-Tomkins algorithm
estimand/ga-data-science
Teaching materials for the part-time Data Science course at General Assembly London
longpeng2008/yousan.ai
Awesome resources of yousan.ai(closely related to deep learning).
hoya012/deep_learning_object_detection
A paper list of object detection using deep learning.
paulvangentcom/heartrate_analysis_python
Python Heart Rate Analysis Package, for both PPG and ECG signals
federicohyo/lstm-ecg
Real Time Electrocardiogram Annotation with a Long Short Term Memory Neural Network
rivasd/eeglstm
LSTM-based neural network system to predict EEG signals
MachineLP/CodeFun
DataStructure(SwordOffer、LeetCode)、Deep Learning(Tensorflow、Keras、Pytorch)、Machine Learning(sklearn、spark)、AutoML、AutoDL、ModelDeploying、SQL
datawhalechina/daily-interview
Datawhale成员整理的面经,内容包括机器学习,CV,NLP,推荐,开发等,欢迎大家star
guillaume-chevalier/filtering-stft-and-laplace-transform
Simple demo of filtering signal with an LPF and plotting its Short-Time Fourier Transform (STFT) and Laplace transform, in Python.