-
DEFINEV
%DEFINEV Scaling vector and derivative
%
% [v,dv]= DEFINEV(g,x,l,u) returns v, distances to the
% bounds corresponding to the sign of the gradient g, where
% l is the vector of lower bounds, u is the vector of upper
% bounds. Vector dv is 0-1 sign vector (See ?? for more detail.)
%
% Copyright (c) 1990-98 by The MathWorks, Inc.
% $Revision: 1.2 $ $Date: 1998/03/21 16:29:10 $( DEFINEV Scaling vector and derivative [v, dv] = DEFINEV (g, x, l, u) returns v, distances to the bounds corresponding to the sign of the gradient g, where l is the vector of lower bounds , u is the vector of upper bounds. Vector dv is 0-1 sign vector (See?? for more detail.) Copyright (c) 1990-98 by The MathWorks, Inc. $ Revision: 1.2 $ $ Date : 1998/03/21 16:29:10 $)
- 2007-05-31 11:39:15下载
- 积分:1
-
ZSI_MBC_Openloop
this file is a simulation of maximum boost control in z_zource inverter
- 2013-12-10 02:02:49下载
- 积分:1
-
CANG
用两种方法在SIMULINK下将线性系统由下面的常微分方程表示出来(Two methods in SIMULINK by following the linear system of ordinary differential equations that out)
- 2015-02-14 23:14:47下载
- 积分:1
-
GUI_2
MATLAB经典GUI源程序,适合初学者入门学习(MATLAB classic GUI source code, suitable for beginners learning portal)
- 2008-01-18 16:53:38下载
- 积分:1
-
Laplace-Gaussian-Pyramid
这包括代码为“扩展”和“减少”程序,对高斯图像金字塔,探讨了作为一个紧凑的拉普拉斯金字塔图像编码”-伯特和Adelson,1983年。
重要的应用同样的包括运动估计精度等。(This contains the code for the Expand and Reduce routines for Gaussian image pyramids, as discussed in the Paper- "
The Laplacian Pyramid as a Compact Image Code"- Burt and Adelson, 1983.
Important applications of the same include motion estimation etc.)
- 2010-09-09 14:54:58下载
- 积分:1
-
Cognitiveradio
it is about cognitive radio
- 2010-12-06 06:35:15下载
- 积分:1
-
xiaobo
小波分次谐波分解 用来解决傅里叶分解难以处理的分数次谐波(Harmonic decomposition wavelet decomposition is used to solve difficult to deal with fractional Fourier harmonics)
- 2013-11-30 18:38:02下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
ofdm_sig
this matlab code simulate about signal in wimax
- 2009-11-30 23:23:00下载
- 积分:1
-
Practical-Multi-Fading-Two-Stage-Fault-Tolerant-F
Practical Multi-Fading Two-Stage Fault-Tolerant Federated Filter for Multi-Sensor Information Fusion
- 2015-03-10 02:40:19下载
- 积分:1