-
TriLeadReConstru
心电图导联重建(Frank导联系统)系数推导程序。采用Dower经典系数推导,结果已经验证。(Reconstruction Coefficients for ECG 12-Lead System. Data from Dower is employed as derivation and the results have been verified.)
- 2010-12-23 11:29:17下载
- 积分:1
-
Particleilter
国外网站上下载的例子滤波讲稿,帮助新手系统学习例子滤波知识(Foreign website and download the example filter script, learn examples of filtering system to help novice knowledge)
- 2010-09-18 17:49:44下载
- 积分:1
-
14
说明: 图象压缩方面的论文pdf格式
可用于毕业设计方面的工作(Image compression pdf format papers for school design work)
- 2010-05-26 20:37:45下载
- 积分:1
-
model_order_AIC
a matlab code about estimating model order with AIC criteria in modeling
- 2013-07-11 15:39:36下载
- 积分:1
-
15636
薛定宇编写的《控制系统仿真与计算机辅助设计》 书中的全部源码(code of book《control system and computer aid design》by xue ding yu)
- 2010-05-18 20:02:41下载
- 积分:1
-
hough_CircleDetect
《图像配准技术及其matlab编程实现 》电子工业出版社 圆检测算法(circle detection )
- 2010-05-21 09:40:43下载
- 积分:1
-
Kaisarwindow
It is a program to draw kaisar window
- 2014-09-08 03:26:27下载
- 积分:1
-
contour-movie
在完成matlab的基本文件读写功能基础上,绘制等值线以及动画等。共有两个代码,其一为从一文本文件(.txt)中读取数据 ,勾画平面等值线,另外一个从一个文本文件汇总读取数据,制作动画。(After completing the basic matlab file read and write functions, based on the contour map and animation. There are two codes, one from a text file (. Txt) to read data, outlined planar contours, another one from a text file to read data aggregated to produce animation.)
- 2013-06-10 14:27:41下载
- 积分:1
-
dsakf
% 文件名:randlsbget.m
% 程序员:余波
% 编写时间:2007.6.25
% 函数功能: 本函数将完成提取隐秘于上的秘密信息
% 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001)
% 参数说明:
% output是信息隐藏后的图象
% len_total是秘密信息的长度
% goalfile是提取出的秘密信息文件
% key是随机间隔函数的密钥
% result是提取的信息
function result=randlsbget(output,len_total,goalfile,key)
ste_cover=imread(output)
ste_cover=double(ste_cover)
% 判断嵌入信息量是否过大
[m,n]=size(ste_cover)
frr=fopen(goalfile, a )
% p作为信息嵌入位计数器将信息序列写回文本文件
p=1
% 调用随机间隔函数选取像素点
[row,col]=randinterval(ste_cover,len_toal,key)
for i=:len_toal
if bitand(ste_cover(row(i),col(i)),1)==1
fwrite(frr,1, bit1 )
result(p,1)
else
fwrite(frr,0, bit1 )
result(p,1)=0
end
if p==len_total
break
end
p=p+1
end
fclose(frr)
()
- 2007-06-28 16:08:04下载
- 积分:1
-
aed
自适应特征值的时延估计算法,matlab(Adaptive time delay estimation algorithm eigenvalue, matlab)
- 2010-07-19 23:56:29下载
- 积分:1