地址:https://github.com/PIA-Group/BioSPPy
可以解决的问题:
- 对多种生理信号的支持:BVP,ECG,EDA,EEG,EMG,呼吸信号(Respiration)
- 信号分析基本方法:滤波,频域分析
- 聚类
- 生理识别
小列子:
from biosppy import storage
from biosppy.signals import ecg
# load raw ECG signal
signal, mdata = storage.load_txt('./examples/ecg.txt')
# process it and plot
out = ecg.ecg(signal=signal, sampling_rate=1000., show=True)
所依赖的库:
- bidict
- h5py
- matplotlib
- numpy
- scikit-learn
- scipy
- shortuuid
- six
- joblib