-
MATLAB
说明: 这是一部不错的MATLAB教程,拿出啦与大家分享了(This is a good tutorial of MATLAB。)
- 2009-08-16 11:30:57下载
- 积分:1
-
KNN
K最邻近密度估计技术是一种分类方法,不是聚类方法。
不是最优方法,实践中比较流行。
通俗但不一定易懂的规则是:
1.计算待分类数据和不同类中每一个数据的距离(欧氏或马氏)。
2.选出最小的前K数据个距离,这里用到选择排序法。
3.对比这前K个距离,找出K个数据中包含最多的是那个类的数据,即为待分类数据所在的类。(K nearest neighbor density estimation is a classification method, not a clustering method.
It is not the best method, but it is popular in practice.
Popular but not necessarily understandable rule is:
1. calculate the distance between the data to be classified and the data in each other (Euclidean or Markov).
2. select the minimum distance from the previous K data, where the choice sorting method is used.
3. compare the previous K distances to find out which K data contains the most data of that class, that is, the class to which the data to be classified is located.)
- 2020-10-23 14:37:22下载
- 积分:1
-
Desktop
Simulink是MATLAB最重要的组件之一,它提供一个动态系统建模、仿真和综合分析的集成环境。在该环境中,无需大量书写程序,而只需要通过简单直观的鼠标操作,就可构造出复杂的系统。Simulink具有适应面广、结构和流程清晰及仿真精细、贴近实际、效率高、灵活等优点,并基于以上优点Simulink已被广泛应用于控制理论和数字信号处理的复杂仿真和设计。同时有大量的第三方软件和硬件可应用于或被要求应用于Simulink。(Abstract: In the development of communication technology, communication system simulation technology is a technical focus. This paper will focus on simulation of communication systems in the modem system and the basic principles of anti-noise performance and MATLAB simulation software platform to achieve some common analog modulation. The most important of the most commonly used analog modulation is the sine wave as a carrier perspective modulation and amplitude modulation. Common AM (AM), with bilateral (DSB), residual sideband (VSB) and single sideband (SSB) modulation, )
- 2012-04-18 00:30:31下载
- 积分:1
-
leikezibo
在地震勘探中,利用matlab实现雷克子波及其振幅的输出,用于合成地震记录。。(In seismic exploration, using matlab Ricker waves and the amplitude of the output for the synthetic seismogram. .)
- 2013-04-08 15:21:41下载
- 积分:1
-
gall
using gall function for measure the algorithm
- 2009-12-14 16:58:50下载
- 积分:1
-
aca_color
本程序为蚁群算法在图像分类中的应用的源程序。(图像的大小为30*30)(This procedure for the ant colony algorithm in the Image Classification of the source. (Image size is 30* 30))
- 2008-08-12 10:17:57下载
- 积分:1
-
PID--MATLAB
用MATLAB模擬PID控制器
用MATLAB模擬PID控制器(Analog PID controller using MATLAB simulation of PID controller using MATLAB)
- 2011-11-28 23:07:51下载
- 积分:1
-
optimization-toolbox-of-MATLAB
matlab 最优化处理的一些简单编程,以及附带若干个例子(Some simple matlab program optimization, and with some examples)
- 2014-02-21 16:00:18下载
- 积分:1
-
AntColonyAlgorithmforSolvingQoSRoutingProblem
在状态转移规则的基础上,局部更新规则和全局更新的蚁群算法的规则,我们提出一个IM证明蚂蚁的最低成本的服务质量蚁群算法(QoS)的路径用于解决网络路由问题与延迟以及背包约束中进行模拟。约52.33%蚂蚁找到成功的QoS路由。并收敛到最佳。(based on the state transition rule,the local updating rule and the global updating rule of ant colony algorithm ,we propose an im proved ant colony algorithm of the least cost quality of service(QoS)unicast routing.The algorithm is used for solving the routing problem with delay.delay jitter.bandwidth,and packet lOSS constrained. In the simulation,about 52.33 ants find the Successful QoS routing .and converge to the best. It is proved that the algorithm is efficient and effective.)
- 2010-10-06 10:13:17下载
- 积分:1
-
fuzzyPID
对一个对象进行模糊PID控制的程序,该控制方法结合了传统PID控制和模糊控制的优点,具有更好的性能,是一种智能PID控制(On an object, the fuzzy PID control procedures, the control method combines the advantages of traditional PID control and fuzzy control has better performance, is an intelligent PID control)
- 2012-05-20 18:02:05下载
- 积分:1