-
ECG
该代码首先对ECG信号进行消噪过滤,并且对信号进行平方,加窗等处理,最后用于对QRS波形的检测,压缩文件内同时包含了2个心电数据信号,可直接用于测试(The code first ECG signal de-noising filter, and the square of the signal, such as window handle, and finally used for the detection of QRS waveform, at the same time compressed file contains two ECG data signals can be directly used to test)
- 2009-05-05 18:16:50下载
- 积分:1
-
Matlab_code
含有Matlab的各种程序和代码,包括图像分割、模式识别、文字识别等。并且含有初学者入门的代码。(Matlab contains the various procedures and code, including image segmentation, pattern recognition, text recognition. And contain the code entry for beginners.)
- 2008-06-09 11:58:52下载
- 积分:1
-
shishangbailicongshuexam100gui
解非线性方程组的gui程序,选自机械工业出版社出版的《时尚百例丛书》(solving nonlinear equations of gui procedures, industrial machinery from the publishing house "Fashion 100 cases Series")
- 2007-05-30 08:32:01下载
- 积分:1
-
DSP_RADAR_SYSTEM_DESIGN
主要用于实现雷达信号的处理,对四目标进行识别测速(Mainly used to implement the processing of radar signals for the four target recognition speed)
- 2014-12-23 09:53:46下载
- 积分:1
-
1
说明: matlab实现:
①用乘同余数法产生白噪声 ②遗忘因子递推最小二乘参数估计(FFRLS)③M序列及逆M序列的产生④批处理最小二乘参数估计(LS)⑤产生m序列(Use by remnant produce white noise with law
)
- 2011-12-05 19:03:23下载
- 积分:1
-
matlab
matlab演化博弈模型及程序,对研究生来说是很有用处的(matlab evolutionary game model and procedures, it is useful to graduate)
- 2014-01-16 20:07:20下载
- 积分:1
-
ahb_master_monitor
AHB master monitor for verification
- 2015-04-03 19:38:06下载
- 积分:1
-
STF
说明: 用matlab编写的强跟踪滤波器设计源码
用matlab编写的强跟踪滤波器设计源码(the source code of strong tracking filter based on matlab)
- 2010-03-19 22:20:19下载
- 积分:1
-
htni
function matrix=asciiRead(fileName)
asciiRead: Read an ascii file into a matrix
Usage: matrix=asciiRead(fileName)
Roger Jang, 20041021
if nargin<1, selfdemo return end
fid=fopen(fileName, rb )
content=fread(fid, inf, char )
fclose(fid)
file=tempname
copyfile(fileName, file
- 2010-04-04 20:41:47下载
- 积分:1
-
Wireless.coherent.OFDM.modem.simulation
说明: 这是一篇有关无线连接OFDM信道模型的文章,里面有仿真程序,我调过了,很好用!(This is one of the wireless connectivity OFDM channel model articles, there are simulation program, I emphasized that good use!)
- 2006-04-10 01:07:55下载
- 积分:1