-
jiaozhi
说明: OFDM通信系统中的交织编码、解码程序,使用matlab语言(Interleaving OFDM communication system encoding and decoding procedures, the use of matlab language)
- 2011-04-14 20:15:23下载
- 积分:1
-
doc
ineed you very much 123
- 2013-03-16 06:01:03下载
- 积分:1
-
Project
网上最好的project书籍,对你学习使用project这个软件有很大的帮助。(The best project books online, you learn how to use the software project of great help.)
- 2009-11-09 00:09:19下载
- 积分:1
-
Gauss-Seidel-Method
此文档是基于matlab的Gauss-Seidel Method的实验报告,没有matlab代码,可供大家参考。(This document is based on the Gauss-Seidel Method matlab experimental report, no matlab code, for your reference.)
- 2011-05-29 12:04:49下载
- 积分:1
-
source_code_lmp4us
成功实现计算ZZRuTF算法的程序,本人测试已经通过,性能已基本达到ZZRuTF算法的性能,需要MATLAB 2009b环境运行,如有问题,欢迎讨论
(The successful implementation of the program to calculate ZZRuTF algorithm, I have passed the test, need MATLAB2009b operating environment, any questions, please contact me
)
- 2015-12-09 10:03:58下载
- 积分:1
-
fun
在MATLAB下,利用阻尼递推最小二阶乘原理,对一个控制系统进行参数辨识。(In MATLAB using the smallest damping recursive factorial two principles, of a control system parameter identification.)
- 2009-03-25 21:50:59下载
- 积分:1
-
corrperccc
code that can count Correlation Percentiles
- 2010-12-16 19:34:16下载
- 积分:1
-
SVPWM
电力电子仿真,电压空间矢量PWM的matlab实现,simulink仿真文件。(Power electronic simulation, voltage space vector PWM matlab, simulink simulation files.)
- 2012-11-05 22:07:06下载
- 积分: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
-
pfjumpsyx123
An estimation procedure for many types of data
- 2011-01-16 01:51:00下载
- 积分:1