-
RBFNeuralNetwork
说明: RBF模拟神经网络(主要用于函数拟合与模式分类)Matlab的示例程序(RBF simulated neural network (the main function for the fitting and pattern classification) Matlab sample program)
- 2006-03-24 16:07:21下载
- 积分:1
-
Kalman
这是一篇关于自适应卡尔曼滤波在目标跟踪系统中应用的学习文章,对学习卡尔曼滤波有很大的帮助(This is an article on adaptive Kalman filter target tracking system applied in the study article, to learn the Kalman filter is very helpful)
- 2010-05-14 09:30:27下载
- 积分:1
-
GPS_Power_Budget
GPS信号的功率计算,应用于GPS导航卫星信号(GPS signal power calculation, used in GPS navigation satellite signals)
- 2010-05-18 20:11:18下载
- 积分:1
-
matlabsmith
基于smith圆图的matlab分析 在matlab上设计smith圆图 然后简介(Based design smith and Introduction of the circle diagram in matlab matlab smith chart' s analysis)
- 2012-06-17 22:50:46下载
- 积分:1
-
pcf-neff
计算光子晶体光纤的有效折射率程序,可以得到有效折射率随波长变化图(Calculate the effective refractive index of the photonic crystal fiber program, you can get change in the effective refractive index with wavelength)
- 2014-07-02 10:42:41下载
- 积分:1
-
DPSK
自己编的,利用MATLAB进行DPSK和PSK编码,可用于数字通信的课程学习中。(Own, and the use of MATLAB for DPSK and PSK encoding, digital communication can be used to study in the curriculum.)
- 2009-03-29 12:26:58下载
- 积分:1
-
chap3
在网上那个找到的系统辨识与自适应控制程序 大家分享(To share in the online that found in the system identification and adaptive control procedures)
- 2012-08-13 11:13:35下载
- 积分:1
-
Datasets
一些复杂网络的数据集,包括karate,dolphins,football等,分别为n*2和n*n矩阵形式,还有对数据集进行转换的代码(datasets of complex networks)
- 2015-11-11 20:59:22下载
- 积分:1
-
MATLABMfile
MATLAB M文件例子
最简单的精通MATLAB工具箱的函数之一提出了一个共同的问题。MATLAB函数gcf返回当前图形的句柄。但是,它有一个副作用。如果图形不存在,gcf就创建一个,并返回它的句柄。如果想寻找一个图形是否存在于头一个位置,要是没有,又不得不创建,怎么办?函数mmgcf正好实现由其内容所描述的工作。(MATLAB M file example of the simplest function of proficiency in one of MATLAB toolbox put forward a common problem. MATLAB function to return to the current GCF handle graphics. However, it has a side effect. If the graph does not exist, gcf on to create one and return its handle. If you want to find a graphic exist in the first position, if not, they have created, how should I do? Function mmgcf realize its content is described.)
- 2008-05-05 16:28:04下载
- 积分:1
-
06-02-2015_05-43-24
c++ lession
10 chapters
Implement a template class EnhancedSafeArray, which is a type of SafeArray. The class SafeArray implementation is given in safearray.h. Class SafeArray is a class that wraps a regular C++ array. It is considered a safe array class since it handles out of bounds array indexing through exception handling. Your class EnhancedSafeArray will augment the class SafeArray by supporting a copy constructor, a method to return the size of the array, an assignment operator, and an equality test operator.
- 2015-02-23 23:58:22下载
- 积分:1