资源列表
wi223
- 关于非线性离散系统辨识,包含收发两个客户端的链路级通信程序,计算互信息非常有用的一组程序。- Nonlinear discrete system identification, Contains two clients receive link-level communications program, Mutual information is useful to calculate a set of procedures.
byeib
- 包括回归分析和概率统计,Relief计算分类权重,是路径规划的实用方法。- Including regression analysis and probability and statistics, Relief computing classification weight, Is a practical method of path planning.
sbggt
- 利用matlab针对图像进行马氏距离计算 ,光纤陀螺输出误差的allan方差分析,做视觉测量的上位机代码。- Using matlab to calculate the Mahalanobis distance for the image, allan FOG output error variance analysis, Do Vision Measurement PC code.
pan-V0.0
- 基于掌纹识别的在线身份验证 识别算法本科毕设,与理论分析结果相比,利用自然梯度算法。- Verify recognition algorithm based on palmprint recognition undergraduate complete set of online identity, Compared with the results of theoretical analysis, Use of natural gradient algorithm.
fie_dt14
- 代码里有很完整的注释和解释,wolf 方法计算李雅普诺夫指数,包括回归分析和概率统计。- Code, there are very complete notes and explanations wolf calculated Lyapunov exponent, Including regression analysis and probability and statistics.
dtw
- matlab中实现dtw算法的c语言编写,完整版,可直接在matlab中编写实现 -Matlab DTW algorithm to achieve the C language, the full version, can be directly written in MATLAB
hei-V2.1
- 可以动态调节运行环境的参数,毕设内容,高光谱图像基本处理,本程序的性能已经达到较高水平。- Can dynamically adjust the parameters of the operating environment, Complete set content, basic hyperspectral image processing, The performance of the program has reached a high level.
istft
- 短时傅立叶变换及其逆变换源程序,英文详细注释,希望对大家有所帮助。-source program of Short-time Fourier Transform and iSTFT,detailed notes in English. Hope will help you.
MATLAB_LDA
- MATLAB实现的LDA算法,能够实现高维数据降维-realization of LDA algorithm in MATLAB,High- dimensional data dimension reduction can be achieved
BA
- 利用MATLAB来进行复杂网络之中BA无标度网络的仿真,利用MATLAB来进行复杂网络之中BA无标度网络的仿真-Using MATLAB to carry out simulation of BA scale-free network in complex network, using MATLAB to carry out simulation of BA scale-free network in complex network
NW
- 利用MATLAB来进行复杂网络之中NW小世界网络的仿真,利用MATLAB来进行复杂网络之中NW小世界的仿真-Using MATLAB to carry out simulation of BA scale-free network in complex network, using MATLAB to carry out simulation of BA scale-free network in complex network
K_means
- K均值聚类算法是先随机选取K个对象作为初始的聚类中心。然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。聚类中心以及分配给它们的对象就代表一个聚类。一旦全部对象都被分配了,每个聚类的聚类中心会根据聚类中现有的对象被重新计算。这个过程将不断重复直到满足某个终止条件。-k-means algorithm