-
RMCode
说明: Reed Muller的编码解码和仿真代码,有完整的注释(The coding and decoding codes of Reed Muller coding method. Also simulation is added.)
- 2011-03-20 12:55:34下载
- 积分:1
-
YALMIP
一个matlab 工具包,可以解决非线性的优化问题,很好用(A matlab toolkit, you can solve the nonlinear optimization problem, and good use)
- 2013-01-23 19:28:02下载
- 积分:1
-
ants-colony-Ver2
蚂蚁群系统优化算法代码,适用于解决中国邮递员、路径优化等问题((solving tsp with ant colony system)ants colony 2.)
- 2013-11-07 23:53:38下载
- 积分:1
-
DCT_IDCT
to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression
for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution
now compare our special 8X8 functions with the internal general functions
use this code:
A = int32(100*rand(8,8))
tic for i = 1 : 1000 IDCT_8X8(DCT_8X8(A)) end toc
tic for i = 1 : 1000 idct2(dct2(A)) end toc
i had built the general functions too, but with low speed (to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expressionfor M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the executionnow compare our special 8X8 functions with the internal general functionsuse this code: A = int32 (100* rand (8,8)) tic for i = 1: 1000 IDCT_8X8 (DCT_8X8 (A)) end toc tic for i = 1: 1000 idct2 (dct2 (A)) end toc i had built the general functions too, but with low speed)
- 2007-12-05 18:28:42下载
- 积分:1
-
PUMA560
说明: PUMA560的matlab仿真程序,有工作空间路径规划。(PUMA560 of matlab simulation program, a work space path planning.)
- 2010-04-10 10:01:21下载
- 积分:1
-
pf
说明: 例子滤波源程序,利用粒子滤波模拟跟踪拟合曲线(partical filter)
- 2009-03-19 16:32:30下载
- 积分:1
-
som_gui
GUI basedforms buttons and actions to be developed in matlab.. In this file i can add some extra functionality of the user friendly functionality.
- 2010-01-20 14:29:41下载
- 积分:1
-
Nested array
嵌套阵列DOA估计matlab例程,基于Nested Arrays A Novel Approach to Array Processing With Enhanced Degrees of Freedom。(Matlab simulation for DOA estimation with nested array.)
- 2021-04-13 18:38:56下载
- 积分:1
-
C_mean
该代码是matlab编写的C均值聚类算法,具有速度快,聚类效果好的特点(The matlab code is written in C means clustering algorithm, a fast clustering and a good effect)
- 2010-08-26 10:04:14下载
- 积分:1
-
44
说明: BP算法是为了解决多层前向神经网络的权系数优化而提出来的;所以,BP算法也通常暗示着神经网络的拓扑结构是一种无反馈的多层前向网络(BP algorithm is to solve the multi-layer feedforward neural network weights optimization and put forward Therefore, BP algorithm usually implies that the topology of neural network is a multi-layer feedback-free network)
- 2008-11-10 20:55:07下载
- 积分:1