-
Reboundball
反弹的小球程序主要用于模拟小球碰撞后产生反弹的情况。(Rebound ball program mainly used to simulate the small-ball collision resulting from a rebound situation.)
- 2010-02-11 20:01:45下载
- 积分:1
-
satsp
这是一个SA求解tsp旅行商的matlab源代码,由m文件构成,可方便大家学习模拟退火算法。(This is a traveling salesman tsp SA for the Matlab source code, document constitute m, can facilitate learning simulated annealing.)
- 2007-05-08 21:15:46下载
- 积分:1
-
sinusMatlab
the graphs where you can find how the function looks like - sinus
- 2013-11-30 17:37:59下载
- 积分:1
-
是一份电子图书,关于matlab的一些实例
是一份电子图书,关于matlab的一些实例-Is an electronic book, some examples of matlab
- 2022-10-14 05:50:03下载
- 积分:1
-
matlab
y3k=fft(u,(m+n-2)/4)
i=1:(m+n-2)/4
subplot(5,2,9) stem(i,u)
title( 滤波后上采样 )
k=1:(m+n-2)/4
subplot(5,2,10) stem(k,y3k)
title( 上采样频谱 )
xlabel( k ) ylabel( y3k ) (y3k = fft (u, (m+ n-2)/4) i = 1: (m+ n-2)/4 subplot (5,2,9) stem (i, u) title (after filtering the sample) k = 1: (m+ n-2)/4 subplot (5,2,10) stem (k, y3k) title (on the sample spectrum) xlabel (k) ylabel (y3k))
- 2009-01-06 13:09:09下载
- 积分:1
-
turbo_code
turbo coding is a powerfull successive iteration decoding algorithm
- 2011-06-02 03:54:24下载
- 积分:1
-
omap_hwmod_33xx_data
Hardware modules present on the AM33XX chips.
- 2014-08-09 11:46:09下载
- 积分:1
-
Understand-Over-voltage-Protection
Understand Over-voltage Protection and Its Applications by Agilent Technologies
- 2014-11-11 23:16:04下载
- 积分:1
-
Basic-Digital-Electrical-Circuit
Sourc code of basic digital electrical circuit with AND, OR, NOT, NAND, NOR, probes and sources.
- 2015-01-11 01:39:29下载
- 积分:1
-
ConstrainedOptimizationProblem
约束优化问题:
minRosen(Rosen梯度法求解约束多维函数的极值)(算法还有bug)
minPF(外点罚函数法解线性等式约束)
minGeneralPF(外点罚函数法解一般等式约束)
minNF(内点罚函数法)
minMixFun(混合罚函数法)
minJSMixFun(混合罚函数加速法)
minFactor(乘子法)
minconPS(坐标轮换法)(算法还有bug)
minconSimpSearch(复合形法)(Constrained optimization problem:
minRosen (Rosen gradient method for solving constrained multi-dimensional function of extremes) (algorithm also bug)
minPF (solving linear equations outside the penalty function method constraints)
minGeneralPF (outside the penalty function method for solving general equality constraints)
minNF (internal penalty function method)
minMixFun (mixed penalty function method)
minJSMixFun (mixed penalty function acceleration method)
minFactor (multiplier method)
minconPS (coordinate rotation method) (algorithm also bug)
minconSimpSearch (complex method))
- 2020-11-12 12:49:44下载
- 积分:1