登录
首页 » matlab » offline-sEMG-recognition

offline-sEMG-recognition

于 2021-04-15 发布 文件大小:229KB
0 240
下载积分: 1 下载次数: 144

代码说明:

  提取人体手臂肌电信号,手势识别,包括肌电信号的预处理,端点检测,特征提取,特征降维,SVM分类识别(sEMG based hand movements recognition using SVM)

文件列表:

test
....\endpoint_detection.m,3027,2016-06-20
....\f.m,53,2016-06-20
....\feature_extraction.m,2560,2016-06-20
....\feature_reduction_PCA.m,837,2016-06-21
....\SVM_Train.m,507,2016-06-18
....\test.m,32059,2016-06-20
....\test_waveleft1.mat,264352,2016-06-13
....\test_waveleft2.mat,264352,2016-06-13
....\test_waveleft3.mat,264352,2016-06-13
....\test_waveleft4.mat,198816,2016-06-13
....\test_waveleft5.mat,264352,2016-06-13
....\test_waveright1.mat,264352,2016-06-13
....\test_waveright2.mat,264352,2016-06-13
....\test_waveright3.mat,264352,2016-06-13
....\test_waveright4.mat,264352,2016-06-13
....\test_waveright5.mat,264352,2016-06-13
....\waveleft10.mat,264352,2016-06-18
....\waveleft6.mat,264352,2016-06-18
....\waveleft7.mat,264352,2016-06-18
....\waveleft8.mat,198816,2016-06-18
....\waveleft9.mat,264352,2016-06-18
....\waveright10.mat,264352,2016-06-18
....\waveright6.mat,198816,2016-06-18
....\waveright7.mat,264352,2016-06-18
....\waveright8.mat,264352,2016-06-18
....\waveright9.mat,264352,2016-06-18

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Demo_PS_Analysis_EEG00
    说明:  eeg计算,用于EEG的demo计算,生物医学工程信号处理(EEG calculation, demo calculation of EEG, signal processing of Biomedical Engineering)
    2019-11-07 14:35:47下载
    积分:1
  • ECGprocessing
    在介绍非线性动力学现代理论中的混沌理论的基础上 综述了混沌理论及其方法在脑 电 心电及肌电等医学信号处理中的应用 并展望了它们的发展趋势 旨在推进非线性分析方法在生物医学中的研究和应用(In introducing the modern theory of nonlinear dynamics of chaos theory, based on an overview of chaos theory and its method in EEG and EMG and other ECG medical signal processing applications and prospects of their development trends aimed at promoting non-linear Analysis Method in Biology and Medicine Research and Application)
    2010-03-04 14:39:52下载
    积分:1
  • poes_design
    卡布列克常数:题目中给出的处理过程很清楚,算法不需要特殊设计,(Cablek constant: the process given in the title is clear, the algorithm does not require a special design,)
    2018-11-10 12:23:47下载
    积分:1
  • mendelHMM
    孟德尔隐马尔科夫的源程序,对于孟德尔隐马尔科夫的研究者有帮助
    2020-12-19 17:49:09下载
    积分:1
  • brain_singal
    说明:  作者使用matlab程序开发了脑电图信号接口程序,并利用小波分解对脑电信号节律提取。(By using the matlab program development of EEG signal interface program, and the use of wavelet decomposition of the EEG rhythm extraction.)
    2010-03-27 21:43:27下载
    积分:1
  • FFVSDK
    Fingerprint Verification SDK 包涵: 指纹特征提取和识别算法 指纹扫描仪支持模块 编程例子 SDK 文档 (Fingerprint Verification SDK contains: * Fingerprint feature extraction and matching algorithm * Support modules for fingerprint scanners * Programming samples * SDK documentation Programming samples Fingerprint Verification SDK allows developers to use a wide range of programming languages in a development environment of their choice to create applications. The SDK includes programming samples in different languages for guiding the developers of biometric applications: * C++ * C# * Visual Basic .NET * Visual Basic 6 * Sun Java 2 * Delphi 7 )
    2009-12-30 03:13:00下载
    积分:1
  • SIS
    传染病的SI SIS SIR 三种数学建模模型。文件内包含程序以及仿真结果图。是初学者学习的好材料!(Infectious diseases SI SIS SIR three kinds of mathematical modeling model. The file contains the procedures and simulation results Figure. It is a good material for beginners to learn!)
    2013-04-18 14:31:10下载
    积分:1
  • 飞机控制检测系统
    说明:  滑翔机控制与检测系统。观测位姿、俯仰角、偏差等参数进行实效检测。(Glidercontrol and detection system. The parameters such as position and attitude, pitch angle and deviation are observed to detect effectively.)
    2019-07-11 20:39:30下载
    积分:1
  • Fftfile-of-EEG
    可以用FFT频谱对脑电信号进行提取。我们可以利用提取出的各个波段脑电信号,来诊断一些脑部疾病或者对大脑组织的电活动及大脑的功能状态进行分析。 1.将实验测得的脑电数据文件转换为文本文件(已经过50Hz陷波), 获得在Matlab 平台上可直接使用的脑电信号数据,即0661.txt。 2.在Matlab中导入数据,并提取Fp1通道的脑电信号,通过FFT变换对α,β,θ,δ波段进行提取,并做FFT逆变换变到时域。 3.计算各个波段的功率谱。(FFT spectrum can be extracted on EEG. We can use the extracted EEG each band to diagnose some brain disorders or brain tissue on the brain' s electrical activity and functional status were analyzed. One would experimentally measured EEG data file into a text file (has been 50Hz notch), obtained in Matlab platform can be used directly EEG data, that 0661.txt. (2) import data in Matlab and extract Fp1 channel EEG by FFT transform α, β, θ, δ bands were extracted, and do FFT inverse transform variable to the time domain. 3 calculate the power spectrum of each band.)
    2020-11-21 11:19:35下载
    积分:1
  • ww234
    说明:  基于几何统计特征的印鉴自动识别算法 ---文章(Based on the geometric characteristics of each automatic identification algorithm is based on the geometric characteristics of each algorithm for automatic identification article )
    2006-03-19 21:56:42下载
    积分:1
  • 696518资源总数
  • 104287会员总数
  • 49今日下载