-
jingtongmatlab7.0
本书全面阐述了Matlab的所有关键特性和功能,提供了精通Matlab所需要的所有方法和手段,通过实例向读者展示如何编写高效的Matlab代码。(Matlab book comprehensively expounded all the key features and functionality, providing all the required proficiency in Matlab ways and means, an example to show the reader how to write efficient Matlab code.)
- 2010-08-23 14:07:27下载
- 积分:1
-
ofdmchengxu
在MATLAB仿真环境下,该程序是对整个OFDM系统的模拟仿真实现。(In the MATLAB simulation environment, the program is the OFDM system simulation experiment.)
- 2010-08-26 16:00:44下载
- 积分:1
-
4-potenital-method
this matlab function displaye four potential field plots showin reaction and attraction force to obstacle and goal locations repectively .
- 2012-12-03 00:35:22下载
- 积分:1
-
Mechanical-FMF-LPG
机械式少模光纤光栅实现模式转换,产生轨道角动量模式(Mechanical few-mode fiber long period grating to generate orbital angular mode)
- 2016-09-01 08:53:44下载
- 积分:1
-
The_C_Programming_Language
The C Programming Language
- 2010-09-09 08:09:40下载
- 积分:1
-
hufumanMATLAB
用MATLAB仿真,实现哈夫曼编码的MATLAB仿真研究。(Using MATLAB simulation, Huffman coding to achieve simulation of MATLAB.)
- 2010-11-29 11:11:36下载
- 积分:1
-
seg
Plate number recognition using Matlab program.It is segmentation process.
- 2010-05-16 13:08:51下载
- 积分:1
-
tupianchulisucai
一些关于matlab的学习资料,图像处理的一些常用图片(Matlab learning materials, some commonly used image processing Image)
- 2012-05-27 17:34:03下载
- 积分:1
-
RBF
redial bases function RBF in neural network
- 2013-05-14 16:13:06下载
- 积分: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