-
MATLABdigitalsignalprocessing
一本比较有用的matlab辅助现代工程数字信号处理的书(A more useful matlab aid of modern digital signal processing book project)
- 2011-09-23 00:13:39下载
- 积分:1
-
geneticTSP
这是个用matlab实现的关于旅行商TSP的程序
里面做的很全,(This is achieved using matlab TSP TSP procedures on the inside to do very wide,)
- 2007-11-13 10:33:16下载
- 积分:1
-
ovadd
overlap addition for input sequence long
- 2009-04-21 21:33:28下载
- 积分:1
-
shortest-path
dijkstra计算最短路径,算法在优化、图像处理、网格处理等相关领域有非常广泛的应用,希望能借此机会了解其实质内容,并灵活应用其到所学领域中。(dijkstra calculate the shortest path algorithm optimization, image processing, mesh processing and other related fields have a very wide range of applications, hoping to take this opportunity to learn about its substance, and the flexibility to apply their learning to the field.)
- 2013-11-17 16:45:16下载
- 积分:1
-
mtalabdiyizhang
高等应用数学问题的matlab求解第一章的所有例子的源代码(advanced applied with matlab charpe one)
- 2011-12-22 17:44:31下载
- 积分: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
-
UWB_PPM_RECEIVER
说明: 这是一个超宽带PPM接收机的程序,用于接收超宽带信号,是用MATLAB编程的(This is an ultra-wideband PPM receiver procedures for receiving ultra-wideband signals,and it is programmed MATLAB )
- 2010-03-27 02:05:14下载
- 积分:1
-
MUSIC-y-MVDR
MVDR and MUSIC algorithm to coherent and non-coherent sources
- 2011-12-15 06:48:48下载
- 积分:1
-
39709603Huffman
通过MATLAB 仿真实现哈夫曼编码的图片压缩(MATLAB Simulation by Huffman coding of image compression)
- 2010-06-12 01:12:57下载
- 积分:1
-
LTE_Tail_Viterbi_Conv_DecodeM0.7(compare)
matlab(viterbi编码程序)程序,关于信道编码的(matlab(viterbi))
- 2021-03-25 12:59:14下载
- 积分:1