-
DEA
This file consists of matlab codes for a DEA optimization problem using fast algorithms of cplex
- 2014-12-26 07:50:10下载
- 积分:1
-
hmm-details
its full of explains the concept of hmm model used in speech recognition system.
- 2015-02-04 05:29:33下载
- 积分:1
-
MATLABchengxusheji
阐述了粒子群算法的基本原理,探讨了在MATLAB环境中实现粒子群算法的编程方法,构建粒子群算法工具箱函数,通过仿真示例验证了该方法的有效性,表明它能够对函数进行全局优化。(Expounded the basic principles of particle swarm optimization to explore particle swarm algorithm in MATLAB programming method to construct the particle swarm optimization toolbox function, an illustrative example to verify the effectiveness of the method, indicating that it can function for global optimization .)
- 2013-05-17 18:31:29下载
- 积分:1
-
1
This is a code for tsp transporter seller programming with matlab, enjoy!
- 2013-07-29 21:31:43下载
- 积分:1
-
6_freqDomainFiltering
frequency domain filtering codes for matlab
- creating the test signal
-creating frequency domain filter
- applieying the filter and computes a filtered signal
- plotting both in time domain and frequency domain
- 2013-11-26 05:12:36下载
- 积分:1
-
fourieranalysisPWMsignal
基于MATLAB平台的PWM调制正弦波的快速傅里叶分析(his model simulates and computes Fourier analysis of PWM based sinusoidal waveform. Fundamental frequency can be changed in model properties. Amplitude modulation index and frequency modulation index can be adjusted in Simulink model directly.)
- 2013-11-12 14:19:21下载
- 积分:1
-
ofdm
OFDM channel Using a large number of parallel narrow-band subcarriers instead of a single wide-band carrier to transport information
l Advantages
» Very easy and efficient in dealing with multi-path
» Robust again narrow-band interference
- 2015-04-10 17:09:57下载
- 积分:1
-
DigitalImagesAndMatlab
Figital Imagin process And Matlab E-book
- 2010-08-05 20:50:28下载
- 积分:1
-
pca
本程序描述了pca在人脸识别上的应用。并带有输入输出,可在人脸库上进行试验。(This procedure describes the pca in face recognition applications. And with the input and output can be tested on the face database.)
- 2010-01-08 21:24:42下载
- 积分:1
-
Dijkstra
说明: 最短路径的Dijkstra算法程序。Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。
Dijkstra算法是很有代表性的最短路算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。
(The Dijkstra shortest path algorithm for the procedure. Dijkstra algorithm is a typical shortest path algorithm, used to calculate a node to all other nodes of the shortest path. The main characteristics is the starting point as the center outward expansion layers, until the end date be extended to. Dijkstra shortest path algorithm can arrive at the optimal solution, but because of its calculation of the node traversal, so inefficient. Dijkstra algorithm is very representative of the shortest path algorithm, in many professional courses in the basic content as described in detail, such as data structures, graph theory, operational research and so on.)
- 2008-11-26 22:27:45下载
- 积分:1