M-TOOL
M-TOOL技术资料下载专区,收录1,401份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
1,401
M-TOOL 全部资料 1,401 份
This Program is an M-file to implement a low-pass filter and notch filter (50Hz) on EEG channels.
This Program is an M-file to implement a low-pass filter and notch filter (50Hz) on EEG channels.
2014-01-18
76
this file is leverage algorithm written in matlab as m-file and tested in matlab.so anyone can ue th
this file is leverage algorithm written in matlab as m-file and tested in matlab.so anyone can ue this algorithm and any...
2017-09-28
25
MBUS协议 The bus communication system of EN1434-3 is commonly called M-Bus. Its application layer des
MBUS协议 The bus communication system of EN1434-3 is commonly called M-Bus. Its application layer describes a standard e...
2017-08-10
141
此Tool-play程序为Linux平台下基于alsa声音驱动的硬件设备的测试程序
此Tool-play程序为Linux平台下基于alsa声音驱动的硬件设备的测试程序,可以播放mp3,测试声卡工作状态
2017-05-10
24
排列问题 M个1,N个0的排列(高效率版) 排列数为:c(m+n,n) 对n个0,m个1,我的想法是这样的: 每个排列可以分三段: 全0列,全1列, 子问题列 设各段长:r,s,t .子问
排列问题 M个1,N个0的排列(高效率版) 排列数为:c(m+n,n) 对n个0,m个1,我的想法是这样的: 每个排列可以分三段: 全0列,全1列, 子问题列 设各段长:r,s,t .子问题列就是 (n,m) = (n-r,m-...
2015-11-11
43