-
slmpapr251
slm method for papr ofdm.10000,working.for d=2,3,N=512 256 1024.slm method for papr ofdm.10000,working.
- 2010-06-05 04:50:19下载
- 积分:1
-
addmusic
在matlab的环境下,运行此程序可将两段音频信号进行叠加(In the matlab environment, run this program can be two audio signals are superimposed)
- 2009-12-16 14:40:49下载
- 积分:1
-
Newton-Raphson
newton raphson load flow
- 2012-05-01 23:51:36下载
- 积分: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
-
hough
hough变换识别直线,识别圆,提取圆心半径(hough transform line identification, identification circle, the radius of the center extraction)
- 2011-01-07 21:23:40下载
- 积分:1
-
FaceRecognitionUsingKernelDirectDiscriminantAnalys
Face Recognition Using Kernel Direct Discriminant Analysis Algorithms
and Matlab source codes for the kernel direct discriminant analysis (KDDA) (Face Recognition Using Kernel Direct Disc riminant Analysis Algorithms and Matlab sourc e codes for the kernel direct discriminant anal ysis (KDDA))
- 2007-06-11 21:26:03下载
- 积分:1
-
project1
SPEECH RECOGNITION USINF MATLAB
- 2012-01-22 01:22:26下载
- 积分:1
-
LMS520
模式识别分类器的设计,此为LMS法源码,经调试通过。所用数据为标准IRIS。(Pattern recognition classifier design, the source for the LMS method, adopted by the debugger. Data used as the standard IRIS.)
- 2008-08-12 09:45:41下载
- 积分:1
-
work
说明: simulink仿真 包括AM、FM、等的调制(simulink fm、am)
- 2010-04-23 22:41:44下载
- 积分:1
-
OFDM-ook
matlab很强大应用——pca的应用,希望对你有用,很好,很强大(Matlab is strong applications-the application of pca, hope to be useful to you, very good, very strong)
- 2011-12-09 15:31:57下载
- 积分:1