-
fractal
分形计算的几个程序原码,可用于康托集,求解非线性方程,分形树,分形维计算,庞加莱截面描述等功能,共19个程序或函数(Fractal several procedures for calculating the original code, can be used for Cantor sets, solving nonlinear equations, fractal tree, the fractal dimension, the Poincare cross-section describes the functions, a total of 19 procedures or functions)
- 2009-01-09 15:08:58下载
- 积分:1
-
ICA
说明: 一种新的盲源分离方法
Injecting noise for analysing the stability of ICA components
(Injecting noise for analysing the stability of ICA components)
- 2009-08-14 14:19:31下载
- 积分:1
-
data-statistical--and-analyse
数据统计与分析,基于matlab的函数实现,(some data statistical and data analyse in matlab ,)
- 2013-08-15 18:40:16下载
- 积分:1
-
Scattering-of-Electromagnetic-Waves
MATLAB programs related to electromagnetic wave scattering with special emphasis on wave scattering by random rough surfaces and discrete random media.(Detailed descriptions of the theories and formulations behind these codes can be found in the three-volume book Scattering of Electromagnetic Waves published by John Wiley & Sons:
Volume I: Theories and Applications (2000)by L. Tsang, J.A. Kong, and K.H. Ding
Volume II: Numerical Simulations (2001) by L. Tsang, J.A. Kong, K.H. Ding, and C.O. Ao
Volume III: Advanced Topics (2001) by L. Tsang and J.A. Kong
)
- 2012-08-30 20:50:47下载
- 积分:1
-
BloqComFila
MatLab code engset for calculing of the code example
- 2013-04-26 21:25:48下载
- 积分:1
-
adkbhhih
快速扩展随机生成树算法,LCMV优化设计阵列处理信号,大学数值分析算法,Relief计算分类权重,DC-DC部分采用定功率单环控制。(Rapid expansion of random spanning tree algorithm, LCMV optimization design array signal processing, University of numerical analysis algorithms, Relief computing classification weight, DC-DC power single-part set-loop control.)
- 2016-03-24 21:11:26下载
- 积分: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
-
Radio_resource_managment
Matlab based Radio Resource Management for Wireless Networks. Normalized enteries calculated in matrix.
- 2009-10-20 22:16:50下载
- 积分:1
-
64-QAM-Rayleigh
this is simmulation 64-qam modulation in rayleigh channel
- 2009-12-18 01:49:47下载
- 积分:1
-
MATLAB-code-of-DS_CDMA-system
Simulink通信系统建模一书中的DS_CDMA仿真MATLAB源程序,包括word文档介绍,是非常好的通信系统仿真的学习参考资料(The book Communication Systems Simulink model simulation of DS_CDMA MATLAB source, including word document describes, is a very good communication system simulation study reference)
- 2011-08-20 10:39:05下载
- 积分:1