-
cdma
说明: cdma的扩频通信的matlab的仿真,用程序编写的(cdma spread spectrum communication matlab simulation, using procedures for the preparation of the)
- 2008-11-24 14:22:49下载
- 积分:1
-
mov0
mov background subtraction
- 2011-04-29 11:37:48下载
- 积分:1
-
Media_Aritmetica
A very simple code to help you to calculate the aritmetic average on the IDL interface.Works in all the IDL versions
- 2012-03-23 09:59:30下载
- 积分:1
-
Multi-objective-particle-swarm
利用matlab编写的多目标粒子群算法可以很快得到最优值。(Use matlab write multi-objective particle swarm algorithm can quickly obtain optimal value.)
- 2015-05-05 22:26:31下载
- 积分:1
-
Se6hMtM9
Matlab做的俄罗斯方块。做了点修改,解决了有时会不消方块的bug,补全了前面留的功能(键盘自定义设置、储存和载入游戏、高分记录),并在主要代码中加入了注释,便于大家读代码
(Matlab to do the Russian box. Make a point of modification to resolve the sometimes less box bug, complete the front of the remaining functions (keyboard custom settings, storage and loading games, high score record), and in the main code is added to the Notes for U.S. Reading code)
- 2008-04-10 00:04:20下载
- 积分:1
-
Matlab_GUI_EXAMPLE
Matlab图形界面例程,适合Matlab初学者学习图形界面编程。(An example of Matlab GUI programming.)
- 2015-04-21 22:52:58下载
- 积分:1
-
os-elm
主要是基于extreme learning machine的改进算法,结合了增量学习(It’s mainly based on the extreme learning machine improvement algorithm, unified the increase study )
- 2010-09-07 16:51:35下载
- 积分:1
-
rayleign
瑞利信道下四节点单中继网络中采用分层调制的误码率(the BER of hierarchical modulation in four node one rayleign networks in ralyleign fading channel )
- 2014-12-02 16:09:43下载
- 积分:1
-
zhuizong
已知点A、B,两者皆运动,计算B追上A的速度 matlab。(B zhui zong A, matlab.B zhui zong A, matlab.B zhui zong A, matlab.)
- 2010-06-03 15:31:38下载
- 积分:1
-
ols
正交最小二乘辨识算法
该算法除了实现最小二乘辨识功能之外而且能按照各项重要性将其逐一选出并且估计相应系数(OLS Orthogonal Least Quares.
[x, ind] = OLS(A,b,r) gives the solution to the least squares problem
using only the best r regressors chosen from the ones present in matrix A.
This function also returns in the vector ind the indexes of the
best r regressors (i.e., the best columns of A to use).
If r is equal to n, the solution x given by OLS is the same as the solution
given by A, but in ind we still have the regressors sorted by their
importance. This means that one can perform a feature selection by taking
the first k entries in ind (k<r).)
- 2010-01-06 20:18:56下载
- 积分:1