-
matlab_Z_transform
用matlab实现Z变换,希望对大家有帮助(using matlab to realize Z transform.hope it is useful.)
- 2009-09-15 19:43:14下载
- 积分:1
-
Matlab_Introduction
This file contains MATLAB introduction.
- 2011-06-14 04:42:28下载
- 积分:1
-
leap_frog
leap frog algorithm for solving metaheuristic problems and shortening the path to find the most optimized path.
- 2013-12-16 16:18:07下载
- 积分:1
-
15jing
仿真的是电力线通信中的多径效应,此处是15径。仿真是正确的(Power Line Communication multipath effects, the simulation is 15 trails)
- 2015-06-25 17:02:35下载
- 积分:1
-
95302928sndr
可以用来求ADC的SNDR的m文件,需要ADC的输出作为txt文件输入(M files for SNDR that can be used for ADC)
- 2018-01-24 22:59:58下载
- 积分: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
-
2
说明: Extract frames from AVI into arrMy MATLAB
- 2009-12-11 19:10:07下载
- 积分:1
-
pso
蚁群算法的最基本算法matlab实现。适合初学者学习。(Matlab basic ant colony algorithm implementation. Suitable for beginners to learn.)
- 2011-05-21 18:37:36下载
- 积分:1
-
ofdm_bpsk_fading
OFDM with BPSK in Fading Channel.
- 2009-12-03 08:22:32下载
- 积分:1
-
LFM_MF
雷达LFM信号匹配滤波程序,压缩带宽,列出了匹配滤波器的系统函数(Radar LFM signal matched filtering process, compression, bandwidth)
- 2012-04-18 16:30:50下载
- 积分:1