-
utttx
一个计算用的matlab小程序,希望大家喜欢,谢谢(A calculation of the matlab small program I hope you like it, thank you)
- 2009-11-07 11:09:58下载
- 积分:1
-
Matlab-numerical-analysis
Matlab数值编程电子书籍,提供各种数值分析的源程序,并且有举例说明。(Matlab numerical programming e-books, offers a variety of numerical analysis of the source and example.)
- 2013-04-17 17:36:17下载
- 积分:1
-
chengxu
三容水箱模糊控制实验程序,智能控制程序,非常有用的,经过仿真调试好了的(Experimental three-tank fuzzy control procedures, intelligent control procedures, very useful, good debugging through simulation)
- 2014-01-01 15:15:59下载
- 积分:1
-
matlab-waveletprocess
讲解了 MATLAB语言环境下
图像压缩和图像融合方面的基本方法和基于小波变换的图像分解与重构。(Explained the MATLAB language environment, image compression and image integration of the basic methods and wavelet-based image decomposition and reconstruction.)
- 2009-11-07 18:56:03下载
- 积分:1
-
robust_st2
very useful robust control codes in matlab.
- 2012-05-23 22:21:08下载
- 积分: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
-
30statcom
该文件是PQ分解法,可以更有效地解决IEEE30节点系统的潮流,希望可以给广大朋友一定的帮助。(The file is PQ decomposition, can more effectively address the trend IEEE30 bus system, hoping to be helpful to the general friend.)
- 2020-12-17 20:59:12下载
- 积分:1
-
KalmanAll
matlab中关于卡尔曼滤波的一些常用子函数及工具(One kinds of the Kalman filter can estimate the position of the ball.)
- 2013-10-24 10:16:51下载
- 积分:1
-
RLStest
RLS algorithm test on simulink
- 2016-03-30 07:06:56下载
- 积分:1
-
DAEdalon_v2.00
基于matlab开发的通用有限元软件的源程序部分,最新版本(Matlab-based general-purpose finite element software development source part, the latest version)
- 2013-10-19 10:41:34下载
- 积分:1