-
matlab_dsp_building
matlab dsp building
fpga(matlab dsp building
)
- 2009-12-30 09:23:38下载
- 积分:1
-
picture
此软件的基本功能主要分为2大模块:一个是数字图像处理模块,另一个是数字图像匹配模块。在数字图像处理模块中,用户可以对数字图像进行简单的处理,可以对图像进行放大,缩小,翻转,灰度处理。在数字图像匹配模块中,用户可以对两张图像进行匹配并显示匹配结果。(The basic function of this software is divided into two major modules: one is the digital image processing module, and the other is the digital image matching module. In digital image processing module, users can conduct a simple digital image processing, the right image to enlarge, reduce, flip, gray scale processing. In the digital image matching module, the user can match two images and displays matching results.)
- 2010-01-08 10:42:07下载
- 积分:1
-
EMD
经验模式分解EMD是将任意信号分解为本征模式函数组成的新方法,建立了以瞬时频率表征信号交变的基本量(The new method is empirical mode decomposition EMD any signal decomposition intrinsic mode functions that establish the basic amount to characterize the instantaneous frequency of the alternating signal)
- 2015-01-14 11:02:36下载
- 积分:1
-
zhuchengxu1-2
功率控制在CDMA移动通信系统中的作用
(The role of power control in a CDMA mobile communication system)
- 2013-04-27 23:14:58下载
- 积分:1
-
VCMATLAB
关于VC与matlab混合编程的代码,包含众多例子,可以直接使用。(Matlab on the VC and mixed programming code, including many examples can be used directly.)
- 2010-11-16 11:41:50下载
- 积分:1
-
Image-processing
说明: 用matlab进行图像处理,包括图像灰度,频谱,恢复等(Image processing using matlab, including gray, spectrum, restoration)
- 2011-03-16 06:44:49下载
- 积分:1
-
matlab-program-example
matlab高编程书籍,实用性强,属于提高类书籍(High matlab programming books, practical)
- 2013-08-19 23:51:54下载
- 积分:1
-
matlab-calculation
本资源中包含了在matlab环境中常用的基本算法程序,其中也有大量的例子进行说明。(This resource contains the environment in matlab basic algorithm commonly used procedures, which also has a large number of examples will be described.)
- 2013-11-18 21:59:29下载
- 积分:1
-
ContemporaryCommunicationSystemsUsingMATLAB
通信中MATLAB的应用
现代通信系统使用说明
(Contemporary Communication Systems Using MATLAB)
- 2010-05-15 23:16:47下载
- 积分:1
-
gafmax
% [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation)
% Finds a maximum of a function of several variables.
% fmaxga solves problems of the form:
% max F(X) subject to: LB <= X <= UB
% BestPop--------最优的群体即为最优的染色体群
% Trace----------最佳染色体所对应的目标函数值
% FUN------------目标函数
% LB-------------自变量下限
% UB-------------自变量上限
% eranum---------种群的代数,取100--1000(默认1000)
% popsize--------每一代种群的规模;此可取50--100(默认50)
% pcross---------交叉的概率,此概率一般取0.5--0.85之间较好(默认0.8)
% pmutation------变异的概率,该概率一般取0.05-0.2左右较好(默认0.1)
% options--------1×2矩阵,options(1)=0二进制编码(默认0),option(1)~=0十进制编码,option(2)设定求解精度(默认1e-4)( [BestPop, Trace] = fmaxga (FUN, LB, UB, eranum, popsize, pcross, pmutation) Finds a maximum of a function of several variables. Fmaxga solves problems of the form: max F (X) subject to : LB <= X <= UB BestPop-------- optimal chromosome groups is the best group Trace---------- chromosome corresponding to the best objective function value FUN------------ objective function LB------------- variable lower limit since the UB------------- variable upper limit eranum--------- populations algebra, take 100- 1000 (default 1000) popsize-------- population size of each generation this desirable 50- 100 (default 50) pcross--------- crossover probability, the probability of a general check 0.5- 0.85 between the better (default 0.8) pmutation------ mutation probability, the probability of 0.05 general admission better about-0.2 (default 0.1) options-------- 1 × 2 matrix, options (1) = 0 binary code (default 0), option (1) ~ = 0 decimal coding, option (2 ) set accuracy (default 1e-4))
- 2006-10-18 16:07:48下载
- 积分:1