-
RealGA(TwoVaribles)
此代码是实数编码遗传算法的Matlab例程。用了精英保留策略选择和轮盘赌选择法,叉操作采用中间重组方式。(This code is a real-coded genetic algorithm Matlab routines. Retention policies with the elite selection and roulette wheel selection method, fork operation mode using the middle of restructuring.)
- 2020-06-28 21:20:01下载
- 积分:1
-
PQ-pf(matlab)
在matlab环境下,使用PQ分解法进行的电力系统潮流计算程序。(In the matlab environment, using PQ decomposition method for power flow calculation program.)
- 2013-11-26 15:48:09下载
- 积分:1
-
duobianliangmatlabcode
讨论了多变量灰色预测模型的算法,给出多变量灰色预测模型的Matlab程序.通过实例说明算法程序的应用和效果. 更多还原
(Algorithm discussed multivariable gray forecasting model, gives the Matlab program multivariable gray forecasting model by examples illustrate the application and effectiveness of the algorithm of the program. More reduction)
- 2013-12-14 15:46:32下载
- 积分:1
-
使用改进人工蜂群算法求解选址问题ABC
使用改进人工蜂群算法求解选址问题,相关论文已经发表(Artificial bee colony algorithm using the improved location problem)
- 2020-11-19 11:49:38下载
- 积分:1
-
demo_SquareRootNyquistFilterDesignSoftware
说明: 数字通信中的平方根Nyquist滤波器设计,含说明文件和matlab仿真代码(The square root Nyquist digital communication filter design, including documentation and matlab simulation code)
- 2010-04-25 13:55:11下载
- 积分:1
-
modulation
说明: 通信原理中的数字调制方式与解调,包括了最常用的ask,psk,fsk的调制以及多种解调方式(the modulation and demodulation demo of ask, fsk ,dpsk and psk)
- 2011-03-18 13:43:38下载
- 积分:1
-
MATLAB_SMULINK_PMSM_mdl
说明: 利用SVPWM实现了对于PMSM的仿真 For PMSM using SVPWM simulation achieved(For PMSM using SVPWM simulation achieved)
- 2010-04-25 23:42:25下载
- 积分:1
-
cepstrum-analysis-project-work
analysis of ecg using cepstrum technique.......contains analysis of a normal ecg and 3 abnormal ecg
- 2012-04-06 16:32:33下载
- 积分:1
-
gridding
Gridding is a method of interpolating data from an arbitrary 2D sampling pattern to a uniform grid. In MRI, this allows rapid image reconstruction. There are numerous publications on MR gridding reconstruction.
The tar file includes numerous .m scripts, and C code that can be compiled to a .mex function.
You will need to compile the MEX functions - in Matlab try "mex gridlut_mex.c" and "mex calcdcflut_mex.c" These should result in files gridlut_mex.mex??? and calcdcflut_mex.mex??? where ??? depends on your operating system.
Run the function spiralexample.m in Matlab. (Gridding is a method of interpolating data from an arbitrary 2D sampling pattern to a uniform grid. In MRI, this allows rapid image reconstruction. There are numerous publications on MR gridding reconstruction.
The tar file includes numerous .m scripts, and C code that can be compiled to a .mex function.
You will need to compile the MEX functions- in Matlab try "mex gridlut_mex.c" and "mex calcdcflut_mex.c" These should result in files gridlut_mex.mex??? and calcdcflut_mex.mex??? where ??? depends on your operating system.
Run the function spiralexample.m in Matlab. )
- 2010-05-23 14:20:54下载
- 积分:1
-
quiverc
在这个更新的代码,新功能,包括colorbar,samesize包括向量plottting...
%更新版本$日期:5月18日,2011年由梁枯盎斯蒂文斯技术学院
%更新1:更改int8到Int16的colormap的是,当电流超过64个大,这将导致错误
%更新2:加入 samesize 为使所有的向量samesize
%更新3:添加colorbar相应的开方的幅度(ü^2+ V键^ 2)
%更新4:错误修复,当你为h = quiverc,这是行不通的。
------------------------------------------------- -----------
(In this updated code,new features including colorbar, samesize vectors plottting are included
Updated version $Date: May 18th,2011 by Liang Kuang at Stevens Institute of Tech
Update 1: Change int8 to int16 when current colormap is bigger than 64,which will cause error
Update 2: Added samesize for making all the vectors the samesize
Update 3: Add colorbar corresponding the the magnitude of sqrt(u^2+v^2)
Update 4: bug fixed,when you do h=quiverc, it doesn t work.
------------------------------------------------------------)
- 2011-05-23 10:49:17下载
- 积分:1