-
asymppdc
这是第一版的AsymPDC工具包。用来处理PDC,gPDC和iPDC有关内容。运行环境为Matlab,并且要求至少Matlab中预装了3个工具箱:控制系统,信号处理和统计工具箱。(This is the first public release of AsympPDC package. It deals with the asymptotic statistics for PDC, gPDC and iPDC.
AsympPDC runs under Matlab and is a practically self-contained except for requires routines from three Matlab toolboxes: Control System, Signal Processing, and Statistical.
It is not extensively tested yet. It was partially tested under Windows, Macintosh and Linux environments with Matlab version 7.0 and higher.
Please report any incompatibility to ksameshi[at]usp.br or baccala[at]lcs.poli.usp.br.
Additionally for cosmetic purposes, the pdc_xplot routine uses several Matlab users contributed codes: subplot2.m (modified old version of supbplot to control spacing between subplots), shadedplot.m (developed by Dave Van Tol), suplabel.m (for label and title plotting in subplot figures, by Ben Barrowes), suptitle.m (contributed by Drea Thomas, for adding title above all subplots), and tilefigs.m (for tiling figures for simultaneous visualization, by Charles Plum))
- 2011-05-31 16:42:28下载
- 积分:1
-
An-Introduction-to-Programming-and-Numerical-Meth
Introduction to matlab
- 2013-04-07 13:21:20下载
- 积分:1
-
Tem_c
一个用于建立温度模型的线性回归的温度模型算法(a temperature model for the establishment of the linear regression model algorithm temperature)
- 2007-05-22 22:39:31下载
- 积分:1
-
polynomial_synthesis
Code to obtain the filtering function polynomials F(s), E(s) and P(s), and the constants eps and eps_r from transmission zeros, with Cameron s method.
- 2013-07-15 18:45:31下载
- 积分:1
-
AM
说明: AM调制,利用载波查表,基带信号,C语言实现功能(AM using table for carrier and baseband signals)
- 2011-09-06 16:25:00下载
- 积分:1
-
bat_algorithm
Bat-inspired algorithm is a metaheuristic optimization algorithm developed by Xin-She Yang in 2010.
this is the demo of bat algorithm
- 2014-11-24 06:39:25下载
- 积分:1
-
pso
粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法((Evolu2tionary Algorithm - EA)。PSO 算法属于进化算法的一种,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。(Particle swarm optimization, also known as particle swarm optimization (Particle Swarm Optimization), abbreviated as PSO, is a new evolutionary algorithm developed in recent years ((Evolu2tionary Algorithm- EA) .PSO algorithm is an evolutionary algorithm, and similar genetic algorithm, it is also starting random solutions, through iterative search for the optimal solution, which is also uated by the quality of the fitness solution, but it is much simpler than genetic algorithms rule, it does not have the genetic algorithm cross (Crossover) and variant (Mutation) operation, which by following the current search to find the optimal value to the global optimum. the algorithm for its easy implementation, high accuracy, and fast convergence advantages attracted academic attention, and in solving practical problems demonstrated its superiority.)
- 2014-11-10 10:45:51下载
- 积分:1
-
Untitled2
heat transfer basics
- 2014-12-12 06:51:31下载
- 积分:1
-
pls
最小二乘回归法(PLSR:partial least squares regression):是一种新型的多元统计数据分析方法,它主要研究的是多因变量对多自变量的回归建模,特别当各变量内部高度线性相关时,用偏最小二乘回归法更有效。另外,偏最小二乘回归较好地解决了样本个数少于变量个数等问题。(Least squares regression (PLSR: partial least squares regression): a new type of multivariate statistical data analysis methods, the main research is more dependent variable regression modeling of multi-argument, especially when highly linear within each variable When using partial least squares regression method is more effective. In addition, partial least squares regression better solution to the problem of the number of samples is less than the number of variables.)
- 2013-05-12 13:00:21下载
- 积分:1
-
数字图像处理Matlab编程
要实现相应功能的操作,需要在输入框内输入正确的表达式。举例如下: 画直线:x1=20,y1=15,x2=150,y2=100 画圆:x=100,y=100,r=20 画椭圆:x=100,y=100,r=20,a=16,b=9 旋转:x=30(度数),ax=100,ay=90 锐化:x=80">
- 2005-06-04 09:16:56下载
- 积分:1