-
Several-nonlinear-control-methods
基于多变量PID调节锅炉汽机单元的几种非线性控制方法(Several nonlinear control methods based on multivariate PID regulator boiler turbine unit)
- 2013-04-19 20:18:20下载
- 积分:1
-
repetition_test2
正弦信号 重复控制器 简单的matlab重现(Repeat simple sinusoidal signal controller matlab reproduce)
- 2014-09-09 14:30:23下载
- 积分:1
-
RS
说明: 通过RS分析计算hurst指数,可以直接计算整个时间序列,或者小波分解后各阶的H值。(Hurst index calculated by the RS analysis. It can calculate the H value of the time series directly , or after wavelet decomposition .)
- 2011-10-28 10:37:02下载
- 积分:1
-
dtw2
语音识别的dtw改善算法 语音处理 识别(Speech recognition speech processing algorithms to improve recognition dtw)
- 2011-05-19 09:29:10下载
- 积分:1
-
ch3
Statistical Analysis Practice problems
- 2015-01-26 02:49:30下载
- 积分:1
-
EOF-analysis
EOF分析的一个基础,里面有matlab基础的程序(EOF analysis based on matlab program)
- 2012-11-27 15:48:29下载
- 积分: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
-
16QAM
this is simulation 16QAM modulation in additive white gaussian noise channel
- 2009-12-18 01:45:26下载
- 积分:1
-
Matlab-Classic-tutorial
matlab经典教程,从入门到精通,包括基础知识、界面、GUI、编程等(Matlab classic tutorial, entry to the master, including basic knowledge of GUI programming, interface,, etc.)
- 2015-04-01 14:58:10下载
- 积分:1
-
gating
实现均匀光栅反射谱仿真~~~~~~~~~~~~~~~~~(Achieve uniform grating reflection spectrum simulation)
- 2010-06-05 14:36:30下载
- 积分:1