-
IsomapR1
流形学习 matlab开发的图形界面 集成了八个算法和十几个例子(Manifold learning matlab integrated graphical interface developed eight algorithms and more than a dozen examples)
- 2008-03-13 14:22:23下载
- 积分:1
-
IIR_cheb1ap
本代码设计的切比雪夫1型滤波器,与MATLAB中的切比雪夫滤波器不同的是输出为未归一化的零极点,输入只要是通带频率,通带波动,截止频率,阻带衰减即可,更便于抄做(The code design of Chebyshev Type 1 filter, and MATLAB in the Chebyshev filter output is not different is that the poles and zeros of the normalized input as long as the pass-band frequency, pass-band fluctuations, cutoff frequency, stopband attenuation can be more easily copied to do)
- 2010-11-13 20:06:38下载
- 积分:1
-
Genetic-Algorithm-matlab
使用matlab实现遗传算法,内容正确,方法简单(Genetic algorithm matlab code)
- 2013-12-31 21:43:29下载
- 积分:1
-
ex2
it is a code for image processing in matlab
- 2011-07-05 13:42:26下载
- 积分:1
-
canny-edge-effect
opencv的canny函数检测边缘的效果和matlab的不同 matlab的边缘更为细腻
(opencv canny edge effect and matlab function testing different- the edges of the matlab is more exquisite
)
- 2014-11-19 05:49:58下载
- 积分:1
-
MATLAB-SIMULINK
matlab中关于通信模块simulink的具体介绍以及使用(about communication module simulink matlab introduction and use)
- 2013-04-14 09:51:18下载
- 积分:1
-
matlabandVC01
精通matlab与c+c++混合程序设计+第2版_,PDF格式,还算清晰,刘维编著,有兴趣的朋友可以下载下来看看 共三卷 (Proficient in matlab and c+ c++ mixed programming+ version 2 _, PDF format, fairly clear, Liu Wei, ed, interested to see if friends can download down)
- 2010-09-06 20:59:37下载
- 积分:1
-
Wilson_optimization
基于wilson算法的风力机叶片翼型的优化和三维坐标转换(Wind turbines airfoil optimization and three-dimensional transformation based on wilson algorithm)
- 2021-04-28 12:28:44下载
- 积分:1
-
ga_tsp
This paper is the result of a literature study carried out by the authors. It is a review of the dierent attempts made to solve the Travelling Salesman Problem with Genetic Algorithms. We present crossover and mutation operators, developed to tackle the Travelling Salesman Problem with Genetic Algorithms with dierent representations such as: binary representation, path representation, adjacency representation, ordinal representation and matrix representation. Likewise, we show the experimental results obtained with dierent standard examples using combination of crossover and mutation operators in relation with path representation. Keywords: Travelling Salesman Problem Genetic Algorithms Binary representation Path representation Adjacency representation Ordinal representation Matrix representation Hybridation. 1 1 Introduction In nature, there exist many processes which seek a stable state. These processes can be seen as natural optimization processes. Over the last...
- 2013-04-09 22:15:26下载
- 积分:1
-
perceptron
% 单层感知器 与、或、以及其他逻辑功能的实现
% 采用step逐步逐行运行方式,了解学习过程的细节
% 尝试重新定义程序中的T,观察感知器实现异或运算(T=1 0 1 0]的可能性。(% Implementation of Single Layer Perceptron and, or, and Other Logic Functions
% Use step-by-step operation to understand the details of the learning process
% Trying to redefine T in the program, observing the possibility of XOR operation (T = 1010) implemented by the perceptron.)
- 2020-06-20 03:40:01下载
- 积分:1