-
M
说明: 《现代通信系统第二版》书中例子的MATLAB 源代码(" Modern Communication Systems 2nd Edition" book MATLAB source code for the example)
- 2009-11-07 13:43:31下载
- 积分:1
-
ObjectDetectionBasedOnSSD
This is a code to Object detection based on SSD
- 2009-11-29 11:03:12下载
- 积分:1
-
Band
计算光子晶体能带结构图的MATLAB源码文件,使用的方法为平面波展开。各物理参数均有注释,光子晶体结构可任意调整。(Calculation of photonic band structure of the MATLAB source code files, the methods used for the plane wave expansion. The physical parameters have comments, photonic crystal structure can be adjusted.)
- 2021-03-16 17:49:21下载
- 积分:1
-
ch8
说明: 动态模糊神经网络的例程,实际运行过,可以。(Dynamic fuzzy neural network routines, the actual run-off, you can.)
- 2021-03-17 13:39:20下载
- 积分:1
-
MATLABDSP
提出结合MATLAB来开发DSP系统的思想,阐述了实现该思想的两种工具,并详细介绍了使用MATLAB Link for Code
Composer Studio辅助DSP设计的相关内容,包括其功能特点、实现方式、工作原理等(Proposed DSP systems with MATLAB to develop the idea, expounded the idea of two kinds of tools to achieve that, and details the use of MATLAB Link for Code Composer Studio auxiliary DSP design-related content, including its features, realization, working principle, etc.)
- 2009-12-11 20:54:10下载
- 积分:1
-
music
空间谱估计均匀线阵music算法matlab程序(ULA program music algorithm matlab)
- 2009-03-08 17:38:06下载
- 积分:1
-
Cspline
这是一个三次样条插值的.m程序
输入的是一个二维数组A(Nx2)
插值方法为:
S(x) = A(J) + B(J)*( x - x(J) ) + C(J)*( x - x(J) )**2 +D(J) * ( x - x(J) )**3 for x(J) <= x < x(J + 1) (This is a cubic spline interpolation. M program input is a two-dimensional array A (Nx2) interpolation method: S (x) = A (J)+ B (J)* (x- x (J ))+ C (J)* (x- x (J))** 2+ D (J)* (x- x (J))** 3 for x (J) )
- 2008-07-21 11:53:17下载
- 积分:1
-
Kalm
雷达系统中的Kalman滤波算法的应用,很全。值得一看(Radar system application of Kalman filtering algorithm, it is full. Worth seeing)
- 2011-05-10 19:32:10下载
- 积分:1
-
HMM
用matlab来解决隐马尔科夫的概率问题(HMM in matlab)
- 2012-09-06 15:18:50下载
- 积分:1
-
TSP(GA)
遗传算法求tsp问题及其matlab代码实现
主程序中有一rand( seed ,n) n 为某一整数, 这是设置随机数发生器的种子,这样实际上规定了随机数发生的方式,因此后面的随机数其实都是定下来的,这样所有人就可以看到同一结果, 可注释掉此行,那么每次的结果就不一定再相同了. (Genetic algorithm to solve the TSP problem and the matlab code to achieve
A Rand main program ( seed , n) n as an integer, which is the setting of the random number generator seed, this actually provides a random number generating means, so the random number behind actually are determined, so that everyone can see the same results, can comment out this line, then each time the results do not necessarily the same.
)
- 2015-01-27 19:23:01下载
- 积分:1