-
PSO_PID
免疫粒子群算法用于PID整定。采用线性惯性系数,自适应交叉变异方法(AI-pso for PID tune.Using a linear inertial coefficient, adaptive crossover and mutation methods)
- 2020-12-17 20:39:11下载
- 积分:1
-
wavelift
暂时只支持jpeg2000支持的 cdf97 和spline53
可以这样来测试:
x=imread( E:studyjpeg2000imageslena.tif )
% see the decomposition coefficients
y=wavelift(x, 1, spl53 ) using spline 5/3 wavelet
figure subplot(1,2,1) imshow(x) subplot(1,2,2) imshow(mat2gray(y))
% see the reconstruction precision
yy=wavelift(x, 5) using cdf 9/7 wavelet
ix=wavelift(yy,-5) inverse
sum(sum((double(x)-ix).^2))
(only temporary support jpeg2000 support cdf97 and spline53 this can be measured Examination : x = imread (E : study jpeg2000 images lena.tif)% see the d ecomposition coefficients wavelift y = (x, 1, spl53) using spline 5/3 wavelet figure subplot (1,2,1) imshow (x) subplot (1,2, 2) imshow (mat2gray (y))% see the reconstructi on precision wavelift yy = (x, 5) using cdf 9/7 wavelet ix = wavelift (yy.-5) inverse sum (sum ((double (x)- ix). ^ 2)
- 2006-08-08 23:51:30下载
- 积分:1
-
mfcdo-20120509
Demo for the Fractional-Order Chaotic Systems (FOChS) - functions
- 2013-08-19 04:59:42下载
- 积分:1
-
cum4est
通过输入关参数,求相得四阶累积量。方便的解决了求四阶累积量的计算复杂问题。(Through the input parameters, phase fourth order cumulants. Convenient to solve the fourth-order cumulant of calculating the complex problems.
)
- 2013-08-03 11:02:52下载
- 积分:1
-
matlab_n
几个Matlab编程示例,其中包括:单位抽样序列、复正弦序列、离散系统的差分方程、冲激响应和卷积分析、离散系统的频率响应分析和零、极点分布、基于Matlab的数字滤波器设计和FFT算法的应用等。(Some Matlab programming examples, including: random sequence of units, rehabilitation Sine sequences, discrete-time systems of differential equations, impulse response and convolution analysis of the frequency response of discrete-time systems analysis and zero pole distribution of the digital filter based on Matlab FFT algorithm design and applications.)
- 2009-03-11 10:36:07下载
- 积分:1
-
AlgorithmicAspectsOfBioinformatics
Algorithmic Aspects Of Bioinformatics book
- 2010-02-24 00:42:47下载
- 积分:1
-
AddWindowDFT
加窗快速傅里叶变换及MATLAB仿真实践(Windowed fast Fourier transform and the MATLAB simulation practice)
- 2015-07-22 16:59:57下载
- 积分:1
-
change
调用属性依赖度函数的程序。中间数据替换为自己要分析的数据即可。
- 2009-10-15 19:43:32下载
- 积分:1
-
lfm
线性调频信号的雷达回波信号仿真,仿真了10个脉冲发射信号的回波信号。(The radar echo signal simulation of the linear FM signal,Simulation of the echo signal of the 10 pulse transmit signal.
)
- 2012-05-12 11:28:40下载
- 积分:1
-
femmatlab
本子程序包含5个子程序,其主要功能是:
(1) 子程序CXCY(E,L,IE,JE)的功能
用于计算各单元的杆件的长度及在结构坐标系中的倾角α的三角函数cosα、sinα。
(2) 子程序ELEA(E,L,IE,JE,A)的功能
用于计算结构坐标系下各单元刚度矩阵中的刚度系数。
(3) 子程序TOTAL(E,LNODE,KE,KZ)的功能
用于形成半带宽的结构原始刚度矩阵。
(4) 子程序FIFX(NP,FXI,FXJ,FYI,FYJ,MMI,MMJ,WL,IE,JE)的功能
它是用来计算各单元的等效节点荷载。
(5) 子程序STIFF(E,KE)的功能
(Book program consists of five sub-programs, and its main functions are:
(1) subroutine CXCY (E, L, IE, JE) function
The unit used to calculate the length of the bar and in the structure coordinates of the angle α of the trigonometric functions cosα, sinα.
(2) subroutine ELEA (E, L, IE, JE, A) function
Coordinate system used to calculate the structure of the element stiffness matrix stiffness.
(3) subroutine TOTAL (E, LNODE, KE, KZ) function
Used to form the structure of semi-bandwidth of the original stiffness matrix.
(4) subroutine FIFX (NP, FXI, FXJ, FYI, FYJ, MMI, MMJ, WL, IE, JE) function
It is used to calculate the equivalent nodal load of each unit.
(5) subroutine STIFF (E, KE) function
)
- 2011-12-10 13:19:17下载
- 积分:1