-
Copy-of-progamtoaddimpulsenoise
matlab code for convolution
- 2013-09-13 18:46:17下载
- 积分:1
-
MATLAB-tutorial
MATLAB 的应用范围非常广,包括信号和图像处理、通讯、控制系统设计、测试和测量、财务建模和分析以及计算生物学等众多应用领域。附加的工具箱(单独提供的专用 MATLAB 函数集)扩展了 MATLAB 环境,以解决这些应用领域内特定类型的问题。(MATLAB very wide range of applications, including signal and image processing, communications, control system design, test and measurement, financial modeling and analysis, and computational biology and many other applications. Additional kit (available separately dedicated set of MATLAB functions) extend the MATLAB environment to solve these application areas certain types of problems.)
- 2011-06-26 11:40:56下载
- 积分: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
-
acsman
controller design using matlab
- 2009-11-08 23:21:18下载
- 积分:1
-
pso_basic_code
this is a basic pso algorithm in matlab platform,which will help
beginer.(pso algorithm is very popular in recent
years , hope this example will help you)
- 2009-07-03 15:22:08下载
- 积分:1
-
LS-SVM
基于LS-SVM的一个预测代码。对实际数值进行预测得到图像(LS-SVM based on a prediction code. Predicted value for the actual image)
- 2011-09-27 15:29:45下载
- 积分:1
-
Flow-calculation
简单经典的潮流计算程序 适合初学者理清潮流计算的编程思路(Simple classic flow calculation procedures, suitable for beginners to sort out programming ideas flow calculation)
- 2013-08-22 22:03:14下载
- 积分:1
-
SimscapeProbes
These probes are for use with the Simscape multi-domain physical modeling tools (Simscape, SimHydraulics and SimElectronics). The ssc_Probes.slx library file contains probes for viewing the through and across variable for each domain. The ssc_dc_motor.slx model file is an example of how to use. See Help block for additional usage notes.
- 2013-12-20 14:36:22下载
- 积分:1
-
vgg
多视点几何学中从P中提取出K,R例如P = K*R*[eye(3) -t]以及从两个相机矩阵得到单应矩阵(Multiview geometry extracted from the P K, R such as P = K* R* [eye (3)-t])
- 2010-07-12 16:16:53下载
- 积分:1
-
sar
sar图像处理,合成孔径雷达成像及处理,有matlab程序(sar image processing, synthetic aperture radar imaging and processing, there are matlab program)
- 2021-04-20 00:18:51下载
- 积分:1