-
coordinate
实现测量坐标转换,主要有三参数、四参数、六参数、七参数以及二维坐标与三维坐标的转换(Measuring coordinate conversion, there are three parameters, four parameters, six parameters, seven parameters, and the conversion of two-dimensional coordinates and 3D coordinates)
- 2020-07-03 09:40:02下载
- 积分:1
-
jigou
原创,平面连杆机构动力学方程及仿真程序,实用!(Original, planar linkage mechanism dynamics equation and simulation program, practical!)
- 2021-03-24 16:29:15下载
- 积分:1
-
MATLAB
MATLAB工具结合数字图像处理,完成实验,有图像彩色空间转换,傅里叶变换,余弦变换,直方图均衡等等,有需要的看一下。(Combination of MATLAB tools for digital image processing, the completion of the experiment, the image color space conversion, Fourier transform, cosine transform, histogram equalization and so on, there is a need to look at the.)
- 2009-06-07 11:46:24下载
- 积分:1
-
Rayleigh_Fading_Simulation
一个用MATLAB写的关于锐利信道仿真的例子,希望对通信开发的同志们有用(a MATLAB write on the sharp channel simulation examples, and I hope to the development of the communications useful comrades)
- 2007-04-25 18:09:31下载
- 积分:1
-
sep96
Source Code in Matlab implementing Source Separation as used in Bell and Sejnowski 1996.An information maximisation approach to blind separation and blind deconvolution.
- 2011-08-31 11:08:35下载
- 积分:1
-
memetic
memetic是一种高效的文化进化计算方法,该范例以Rosenbroek函数为例进行了演示,你也可以加入其它函数进行测试。(memetic cultural evolution is an efficient method of calculating the sample to Rosenbroek function as an example of the presentation, you can also add other functions to be tested.)
- 2011-11-12 02:03:36下载
- 积分:1
-
delay
网络平均时延的计算,通过两种算法互相验证结果(Average network delay calculation results in two mutual authentication algorithm)
- 2013-09-06 10:36:34下载
- 积分:1
-
model14
这是一个基于matlab应用于电力潮流计算的ieee14节点模型(This is a matlab in power flow calculation based on the ieee14 node model)
- 2021-01-29 15:58:34下载
- 积分:1
-
anti_windup-fuzzy_pid
基于anti-winp的模糊PID控制,将模糊控制用于解决饱和非线性系统的winduo问题。(Based on anti-winp fuzzy PID control, fuzzy control is used to solve the saturation problem of nonlinear systems windup.)
- 2011-09-25 19:27:26下载
- 积分:1
-
k_medoids
聚类算法:k—medoids 方法。这儿选取一个对象叫做mediod来代替上面的中心 的作用,这样的一个medoid就标识了这个类。步骤: 1,任意选取K个对象作为medoids(O1,O2,…Oi…Ok)。 以下是循环的: 2,将余下的对象分到各个类中去(根据与medoid最相近的原则); 3,对于每个类(Oi)中,顺序选取一个Or,计算用Or代替Oi后的消耗—E(Or)。选择E最小的那个Or来代替Oi。这样K个medoids就改变了,下面就再转到2。 4,这样循环直到K个medoids固定下来。 这种算法对于脏数据和异常数据不敏感,但计算量显然要比K均值要大,一般只适合小数据量。 这里是MAtlab源代码。(err)
- 2008-08-06 22:03:55下载
- 积分:1