-
music
音乐和的设计,硬件语言描叙,书上的源代码哦(Music and design, hardware language describes, the book s source code Oh)
- 2008-12-13 21:40:09下载
- 积分:1
-
MatLab-daima-daquan
基于图像处理的matlab基本原代码,对初学有很大的帮助,还有很多事例供参考和练习(Based image processing matlab source code, a great help for beginners, there are a lot of examples for reference and practice)
- 2013-01-10 12:42:04下载
- 积分:1
-
untmee_conv_implicit
solving 1d transport (advection + diffusion)problem implicit method: dQ/dt+U dQ/dx=0
- 2012-04-30 00:15:22下载
- 积分:1
-
ToolboxAndApplicationOfGeneticAlgo
这是一份matlab的遗传算法实现案例,是南京大学软件学院算法课程的高级实践课题,具有一定的指导意义(This is the case of a matlab genetic algorithm, Nanjing University School of Software Algorithms course practical issues, has a certain significance)
- 2013-03-09 14:29:00下载
- 积分:1
-
fwdtopicnamelightfidelity
communication technology using Li-Fi method
- 2015-03-31 01:14:36下载
- 积分:1
-
滤波程序
滤掉低频段和高频段频率,分波段滤波,过滤掉噪声干扰,绘制功率谱密度曲线(Filter out the low and high frequency bands, filter in different bands, filter out the noise interference, and draw the power spectral density curve.)
- 2020-06-25 02:20:02下载
- 积分:1
-
AutoCorrelation
根据给定时间序列求混沌特征参数的相关算法。(Chaotic Parameters given time series seeking algorithm.)
- 2012-10-06 14:53:37下载
- 积分:1
-
buck_matlab
buck环路建模,主要用于buck的建模仿真,可以用于Buck的环路稳定性建模仿真。(Buck loop modeling, mainly for Buck modeling and simulation, can be used for Buck loop stability modeling and simulation.)
- 2017-08-30 17:36:35下载
- 积分:1
-
Population-forecast
考虑出生率、死亡率、迁移率及居民年龄分布的人口预测程序(Population forecast program considering several factors including fertility, mortality, migration rates and age structure)
- 2015-01-03 22:53:27下载
- 积分: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