-
GN-algorithm-for-matlab
这是复杂网络社区划分的GN算法,希望对大家有帮助.(This community is divided on the GN algorithm source code, we hope to help)
- 2011-11-05 21:34:31下载
- 积分:1
-
shujunihe
在数学建模数据拟合中用这个matlab程序很好用(Mathematical modeling of the data used in this matlab program fit well with the)
- 2013-12-15 17:38:22下载
- 积分:1
-
cma-stimulation
这个M文件产生了一个以T为周期,来自于经验估计信道的噪声信号,并且仿真了最新的自适应盲均衡恒模算法。(These M-files generate received noisy signals from empirically-measured channels and simulates a blind adaptive equalizer updated with Constant Modulus Algorithm)
- 2012-11-25 17:30:34下载
- 积分:1
-
源程序代码
说明: 典型的RLC电路仿真,电容、电阻、电感,绘制状态响应图像。(Matlab program for simulation of RLC electric circuit.)
- 2020-06-03 01:02:58下载
- 积分:1
-
ConvHull2D300409
color code segentation detection
- 2010-09-06 02:44:44下载
- 积分:1
-
AsistantWaveletAnalysis
说明: Matlab图形辅助小波分析,压缩文件中包含几个典型的重要例子(Matlab graphics support wavelet analysis, compressed files contain several important examples of typical)
- 2006-04-21 12:47:29下载
- 积分:1
-
chengxu
该文件是前推回代法程序,只要是解决潮流计算,可以更有效达到预期的效果,希望可以给广大朋友起到一定的帮助。(The document is the forward backward substitution method procedures, so long as to solve the power flow calculation, can be more 有效 desired for Xiao Guo, hope to play some of Ji majority of friends to help.)
- 2010-06-02 18:20:00下载
- 积分:1
-
Func_SphericalImage.m
projection du plan image à la sphère
- 2013-11-05 21:41:48下载
- 积分: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
-
chazhi
matlab实现信号波形插值运算,其中给出了包含sin函数和sinc函数的插值源代码(matlab signal waveform interpolation, which gives the source code contains the sin function and the sinc function interpolation)
- 2012-04-25 19:09:59下载
- 积分:1