-
geneticalgrithmprogram
BNB20 Finds the constrained minimum of a function of several possibly integer variables.
% Usage: [errmsg,Z,X,t,c,fail] =
% BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...)
%
% BNB solves problems of the form:
% Minimize F(x) subject to: xlb <= x0 <=xub
% A*x <= B Aeq*x=Beq
% C(x)<=0 Ceq(x)=0
% x(i) is continuous for xstatus(i)=0
% x(i) integer for xstatus(i)= 1
% x(i) fixed for xstatus(i)=2
%(BNB20 Finds the constrained minimum of a fu nction of several possibly integer variables. % Usage : [errmsg, Z, X, t, c, fail] =% BNB20 (fun, x0, xstatus, xlb, xub, A, B, Aeq, Beq, nonlcon. settings, options, P1, P2, ...)%% BNB solves problems of the form : Minimize% F (x) subject to : xlb)
- 2007-04-02 12:24:33下载
- 积分:1
-
MATLAB-QIU-JIE-XUEYE
利用MATLAB程序中的inline和nlinfit两个命令对血药浓度-时间数据进行非线性拟合,求解血管外给药的药动学参数。同时与3P97软件计算结果进行了比较,结果表明,基于MATLAB程序可方便快速地求解血管外给药的各个药动学参数,计算结果与3P97软件计算值相当,且本方法操作简便、界面直观、易于推广,可用于临床教学或实验中药动学参数的计算。 更多还原
(Using MATLAB program inline and nlinfit two commands to the plasma concentration- time data by nonlinear fitting, solving the pharmacokinetic parameters of extravascular administration. Simultaneously with the 3P97 software to calculate the results were compared, the results show that can quickly and easily solve extravascular administration of various pharmacokinetic parameters based on MATLAB, the results calculated with 3P97 software fairly, and that the method is simple, intuitive interface, easy to spread, can be used to calculate the clinical teaching or experimental medicine pharmacokinetic parameters. More Restore)
- 2013-12-16 09:39:39下载
- 积分:1
-
matlabexp
it contains a matlab file with extension of .m
- 2010-03-12 09:17:22下载
- 积分:1
-
chengxu1
说明: 用模拟退火算法解决tsp问题,适合初学者(With the simulated annealing algorithm to solve the problem tsp
)
- 2011-04-15 09:57:30下载
- 积分:1
-
BPSKEGC
BPSK EGC分集程序,仿真了分集带来的性能增益(EGC diversity gains)
- 2012-05-07 20:43:52下载
- 积分:1
-
Goldseq
用matlab语言实现Goldsequence产生(using Matlab language have Goldsequence)
- 2007-03-19 15:49:55下载
- 积分:1
-
Liru_1_DynamicAlignment_Coarse
我们卫星定位导航课中导航中双历元GNSS辅助SINS动态初始对准方法的m文件,只要有测量数据应该就可以实现,大家可以参考一下(Our lesson navigation satellite positioning and navigation double epoch dynamic GNSS assistance SINS initial alignment method m file, as long as the measurement data should be able to achieve, we can refer to)
- 2014-12-25 10:09:50下载
- 积分:1
-
dsp
matlab fft matlab fft hit (matlab fft hit matlab fft hit )
- 2010-11-26 15:26:09下载
- 积分:1
-
state-feedback-predictive-controll
详细的文档说明及完整的预测控制程序,一定会对你的学习大有帮助。(Detailed documentation and complete predictive control procedures will surely be helpful to your learning.)
- 2011-04-30 10:27:26下载
- 积分:1
-
vioce-signal-processing
录制自己的一段语音,时间控制在15秒到30秒左右;利用wavread函数对自己的语音进行采样,记住采样频率。
(1)画出原始语音信号的时域波形,而后以1秒为间隔,求出每秒数据的功率谱。
(2)根据语音信号特点,分别设计FIR及IIR滤波器,分别画出滤波器幅频和相频特性曲线。用设计的滤波器对信号滤波,画出滤波后时域波形。用sound函数回放语音信号。
(3)求出特征频段语音信号随时间变化的曲线(每间隔0.05秒求一次功率谱)。
(Record your own voice for some time (15 seconds to 30 seconds) use wavread function of the voice samples, remember the sampling frequency. (1) Draw the original speech signal in time domain waveform, and then to 1 second intervals, the data obtained power spectrum per second. (2) According to the voice signal characteristics, FIR and IIR filters were designed, namely to draw the amplitude and phase frequency characteristic curve. With the design of the filters on the signal filtering, to draw the filtered time-domain waveform. Playback with sound function of the speech signal. (3) Find the characteristic band speech signal curve over time (0.05 seconds intervals seeking a power spectrum.))
- 2011-06-01 22:29:27下载
- 积分:1