-
1
说明: 元胞自动机的例子,细胞生长法完成初始化,然后计算晶粒的生长,入门级别程序(Examples of cellular automata, cell growth method to initialize, and then calculate the grain growth, entry-level program)
- 2011-11-10 09:37:46下载
- 积分:1
-
steganography
steganography in wav files
- 2010-12-12 19:58:18下载
- 积分:1
-
pujianfa-M
谱减法,很好的,有不错的注释,这个是我们大作业的源程序,试验过的(Pujianfa,very good!)
- 2011-01-17 12:15:26下载
- 积分:1
-
MIMO-OFDM-channel-estiamtion
此程序是在MIMO-OFDM系统中,利用角度域进行信道估计,选用DFT的插值方法进行!希望对研究角度域信道估计的人有所帮助!(This procedure is in the MIMO-OFDM system, using the angle domain channel estimation, the selection of DFT interpolation method! I hope to study angle domain channel estimation of some help!)
- 2012-12-23 19:12:15下载
- 积分:1
-
23571316
利用matlab 创建用户界面 标准论文版(Using matlab to create a user interface standard paper version)
- 2009-11-09 09:57:07下载
- 积分:1
-
LombScargle
describe how to perform NDFT algorithm with the sequence
- 2009-11-18 15:13:59下载
- 积分:1
-
pcmcode
对单个采样点进行PCM编码的matlab源程序,是A律PCM。(code for A PCM)
- 2009-05-13 23:49:40下载
- 积分:1
-
pn_code
产生PN序列码的源代码,里面有详细的注释!希望对有需要的朋友有用!(PN code sequence generated source code, which has detailed notes! Wish to have a friend in need useful!)
- 2008-05-21 19:19:58下载
- 积分:1
-
dineof.tar
说明: DINEOF重构数据矩阵缺失点的值~~~(Reconstruction of missing data matrix DINEOF point value ~ ~ ~)
- 2011-04-13 22:43:25下载
- 积分:1
-
AMT
figure imagesc(Img,[0 255]) colormap(gray) hold on
bw = roipoly
phi = 2*(0.5-bw)
tic
for n = 1:200
phi = Evo_ILF_2D(phi,mu,lambda,epsilon,timestep,Img_lap)
pause(0.05)
imagesc(Img, [0, 255]) colormap(gray) hold on
[c,h] = contour(phi,[0 0], b )
iterNum=[num2str(n), iterations ]
title(iterNum)
hold off
- 2015-03-16 13:37:29下载
- 积分:1