-
RLEencoding
A simple (de)compression program using Run Length Encoding.
Compression is done that easy:
compressedData = rle(originalData)
Decompression:
originalData = rle(compressedData) (A simple (de) compression program using Run Length Encoding.Compression is done that easy: compressedData = rle (originalData) Decompression: originalData = rle (compressedData))
- 2007-09-09 15:44:59下载
- 积分:1
-
Real_option_pricing-homogenous_case
MatLab source code for real option pricing. These real options are based on exponential mean reverting process and we assume that the price is only a function of asset, i.e. we consider only homogenous case.
- 2010-08-25 16:14:36下载
- 积分:1
-
vqsplit
This function is for training a codebook for vector quantization. The data set is split to two clusters, first, and the mean of each cluster is found (centroids). The disttance of each vector from these centroids is found and each vector is associated with a cluster. The mean of vectors of each cluster replaces the centroid first. If the total distance is not improved substantially, The centroids are each split to two. This goes on untill the required number of clusters is reached and the improvement is not substantial.
- 2011-02-03 23:01:09下载
- 积分:1
-
DFIG2PWM2
风力发电系统仿真,变速恒频,svpwm。(Wind power generation system simulation, variable speed constant frequency, SVPWM.)
- 2018-05-16 16:58:54下载
- 积分:1
-
pid_smith
smith预估器添加到PID的控制器当中,解决了控制对象有延迟的影响(Smith predictor is added to the PID controller, solves the influence of time delay control object)
- 2015-01-09 15:14:53下载
- 积分:1
-
matlab-dc-control
收藏的matlab直流电机的控制工具箱与应用,希望对大家有用,如果发重了,请管理员删掉(Matlab collections DC motor control and application of the toolbox, useful for all of us hope that, if re-issued, please delete administrator)
- 2008-12-17 14:55:56下载
- 积分:1
-
normpdf
改进后的高斯信号发生函数,可用于字符运算。(Improved Gaussian signal, can be used for computing characters.)
- 2009-04-13 12:22:54下载
- 积分:1
-
fresneldifferaction
快速计算菲涅尔衍射光场,将菲涅尔衍射公式转换为快速傅里叶变换FFT,可以直接嵌入程序中使用,对菲涅尔计算全息很有用!(Fast calculation of Fresnel diffraction field, Fresnel diffraction formula will convert the fast Fourier transform FFT, can be directly embedded program using the Fresnel CGH is useful! ! !)
- 2013-11-01 19:41:47下载
- 积分:1
-
gfloydS
聚类小生境遗传分类算法Cluster niche genetic classification algorithm(Cluster niche genetic classification algorithm)
- 2013-12-05 19:13:34下载
- 积分:1
-
7.MvDA_Code
多视图鉴别分析的matlab代码,该代码对应的论文为:2015年PAMI上发表的《Multi-view Discriminant Analysis》(This is the matlab code of the Multi-view Discriminant Analysis (MvDA) algorithm)
- 2018-04-20 15:34:15下载
- 积分:1