-
Multichannel-Blind-Deconvolution
Robust Multichannel Blind Deconvolution via Fast
Alternating Minimization
- 2012-09-20 04:12:52下载
- 积分:1
-
matlab
matlab程序,有关分岔图,主要是ode45(matlab procedures, the bifurcation diagram, mainly ode45)
- 2021-04-01 23:19:07下载
- 积分:1
-
UPFCsimulink1
说明: matlab用于电力系统的UPFC控制器仿真程序(matlab for power system simulation program UPFC controller)
- 2008-10-18 21:20:04下载
- 积分:1
-
AHP-MATLAB
说明: 层次分析法求解,这是个MATLAB中可以直接运行,输入判断矩阵,即可求解(AHP method, this is a MATLAB can be run directly, enter the matrix, can be solved)
- 2011-03-04 14:55:27下载
- 积分: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
-
kantz_lyapunov_m
kantz方法计算 Lyapunov 指数的 Matlab 程序的文件(kantz calculated Lyapunov index of Matlab procedures for the)
- 2009-11-21 12:03:09下载
- 积分:1
-
qudonggongkuang-esp
驱动工况汽车稳定性控制算法研究,很好的硕士论文(Driving conditions the vehicle stability control algorithm research, a good master s thesis)
- 2012-05-14 12:22:52下载
- 积分:1
-
reconstitution
相空间重构的关联积分算法程序,用于时间序列的分析等方面。(Correlation integral algorithm of phase space reconstruction)
- 2013-01-28 08:51:37下载
- 积分:1
-
MATLABmubiaodetect
matlab实现给定视频中的给定的坐标的目标跟踪。并二值化显示视频。(matlab to achieve given the coordinates given in the video target tracking. Binarization display video.)
- 2013-01-12 16:35:43下载
- 积分:1
-
单纯型法程序
说明: 单纯型法程序,很基础,很方便学习单纯型法(Simplex method procedure, very basic, very convenient to learn simplex method)
- 2019-06-18 13:05:48下载
- 积分:1