-
test4_wavelet_DIPUM
用二维小波包分解得到水平垂直细节系数,据此组合合成图像的边缘,并与传统算子方法对比(Two-dimensional wavelet packet decomposition has been the level of vertical detail coefficient, which images the edge of combinatorial chemistry and operator with the traditional methods)
- 2009-05-15 13:18:07下载
- 积分:1
-
comp
The code classification of a benchmark to evaluate the accuracy of binary images
- 2012-12-29 17:14:17下载
- 积分:1
-
functionEnergyEfficiency
this code is related to Energy efficiency in massive mimo system
- 2014-10-13 12:59:34下载
- 积分:1
-
wave
波浪模拟环境,M文件+S函数+simulin仿真图.(Environmental wave simulation, M file +S functions +simulin simulation map.)
- 2021-04-02 21:29:07下载
- 积分:1
-
微分方程组参数优化
说明: 多元微分方程参数识别,对网友的问题进行编程,并求出了准确结果,使用最小二乘lsqcurvefit函数
(multiple variable differentical equtation parameter estimation using matlab lsqcurvefit function,the reslut is good)((multiple variable differentical equtation parameter estimation using matlab lsqcurvefit function,the reslut is good))
- 2020-06-07 02:44:50下载
- 积分:1
-
6f0a0e5dc9a6
EKF滤波器实现代码 有利于初学者了解非线性滤波变成(ekf filter)
- 2010-12-25 21:07:56下载
- 积分:1
-
matlab--hanshuku
matlab有些函数没有自带,需要手动添加,(matlab some functions do not own, you need to manually add,)
- 2014-10-19 21:26:53下载
- 积分: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
-
AHP(RI)
层次分析法(AHP)是进行评估的一种常用方法,其中层次分析法中求随机一致性指标是该方法的关键一步。本程序即实现的求解PI的程序(AHP is a common method of assessment, in which AHP seek random consistency index is a key step in the method. This procedure that is implemented procedures for solving PI)
- 2009-11-07 23:37:38下载
- 积分:1
-
lms
自适均衡滤波器应算法程序,基于lms算法的,固定步长。(adaptive filter on lms)
- 2009-05-25 07:48:52下载
- 积分:1