-
SystemIdentify
利用神经网络对输入的M序列进行线性离散系统辨识,及其改进算法(The use of neural network input M-sequence of linear discrete-time system identification, and its improved algorithm)
- 2009-11-13 19:24:06下载
- 积分:1
-
EITHT
mATLAB教程第六章案例,时间变动序列(mATLAB Tutorial Chapter VI case, the time sequence changes)
- 2013-07-20 10:01:58下载
- 积分:1
-
Rayleigh_fading
依据《Autoregressive modeling for fading channel simulation》一文,基于P阶AR模型仿真瑞利衰落(Program to simulate Rayleigh fading using a p-th order autoregressive model AR(p) according to Baddour s work: Autoregressive modeling for fading channel simulation .)
- 2014-10-10 00:22:48下载
- 积分:1
-
NLMS
语音回声消除的NLMS算法,空间传递函数自己模拟(echo cancellation NLMS algorithm)
- 2013-04-06 01:08:30下载
- 积分:1
-
lack-of-samples
说明: 在缺乏样本是的雷达信号处理方法,广泛用于自适应系统中(In the absence of the sample is radar signal processing method, widely used in adaptive systems)
- 2011-03-18 13:21:34下载
- 积分:1
-
Simulation
工业机器人的课程设计仿真程序,主要包括拉格朗日方程法,Jacobian方法等(Industrial robot course design simulation program
Mainly includes Lagrange equation method, Jacobian method, etc
)
- 2011-06-30 17:29:58下载
- 积分:1
-
LEACH_PROTOCOL_NS2.tcl
Leach Protocol Script
- 2015-02-15 16:18:22下载
- 积分: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
-
BT_Fitler
Matlab代码用Bilinear Transformation方法实现低通,带通,高通,带阻滤波器设计。(Using MATLAB m-file to design LP, BP, HP, BS fitlers by Bilinear Transformation method.)
- 2010-06-27 03:36:20下载
- 积分:1
-
PowerMatlab
matlab学习的很好的资料,上传给大家,供大家使用,是ppt的形式,有类型题(matlab reference)
- 2013-01-29 21:09:41下载
- 积分:1