-
Cooperative_MIMO_AFDF
Cooperative MIMO matlab file to simulate Cooperative MIMO relaying system
- 2010-10-11 13:55:00下载
- 积分:1
-
yichuan
利用遗传优化算法设计磁体线圈的程序包,matlab环境编写(The use of genetic optimization algorithm design magnet coil package, matlab environment for the preparation of)
- 2020-06-29 15:20:01下载
- 积分:1
-
Neural-network-case
采用MATLAB编写的神经网络案例程序源码(Program source code written in MATLAB neural network case)
- 2013-05-16 18:48:27下载
- 积分:1
-
RS
说明: RS粗糙集利用,用于特征属性的约减,用matlab实现的。(RS rough set utilized for feature attributes about subtraction, using matlab to achieve.)
- 2013-09-16 22:32:21下载
- 积分: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
-
FFT
基于FFT的图像匹配,用傅立叶变换对图像进行匹配!分别对模板和匹配图进行傅立叶变换(image Regsiter
use FFT )
- 2020-11-19 23:49:37下载
- 积分:1
-
image-fit
多帧图像数据拟合,可以对多幅图片数据进行数据拟合。(Fitting multi-frame image data, image data can be multiple data fitting.)
- 2011-10-08 15:56:10下载
- 积分:1
-
GuideViewDemo
[安卓开源]GuideViewDemo(超炫丽用户引导)(
[Android Open Source] GuideViewDemo (SuperFine user guide))
- 2015-03-14 22:10:08下载
- 积分:1
-
bisection
bisection , Bi-section
- 2014-01-05 23:24:14下载
- 积分:1
-
subspace-IAA
Approximate subspace-based iterative adaptive approach for fast two-dimensional spectral estimation
- 2021-05-13 08:30:02下载
- 积分:1