-
lab2.2
prgramm that calculates the greatest common factor of two numbers
- 2013-11-11 07:02:59下载
- 积分:1
-
mc
说明: MATLAB编写的蒲丰氏问题的蒙特卡洛仿真(MATLAB prepared by Buffon s the problem of Monte Carlo Simulation)
- 2009-11-18 00:19:25下载
- 积分:1
-
buckPWM
BUCK---PWM电路仿真,包含仿真源程序和仿真搭建的模块,对研究仿真电路的大有裨益。(BUCK-PWM circuit simulation, including simulation source code and simulation structures of the modules, the study of great benefit to the circuit simulation.)
- 2008-05-01 01:18:00下载
- 积分:1
-
946
快速傅里叶变换 它的主要功能是用fft变换然后识别文字(FFT ,it is used to fft and recogonize chinese )
- 2005-05-23 17:08:15下载
- 积分:1
-
Matlab-classical-algorithm
数学建模或者去解决实际问题的其他的用处的一些用matlab工具使用的经典的算法(Mathematical modeling to solve practical problems of other useful some of the classic algorithm using matlab tools)
- 2012-05-09 10:40:25下载
- 积分:1
-
Monte_Carlo
蒙特卡洛(Monte Carlo)方法,是一种基于计算机“随机数”的计算方法。(Monte Carlo (Monte Carlo) method, is a computer-based " random" is calculated.)
- 2011-07-06 17:05:15下载
- 积分:1
-
NiBianQi
模型预测电流控制其控制思想基于以下原理:首先,功率变换器产生的开关状态个数有限,且通过建立模型可以预测每一个开关状态下被控变量的对应变化特性;其次,定义价值函数评价被控变量的预测值,为判别最优有限开关状态提供依据;最后,计算出每一种开关状态下的价值函数值,以此评价每一种开关状态下被控变量预测值的优劣,选择出最优的开关状态并应用。(The control idea of model predictive current control is based on the following principles: firstly, the number of switching states produced by power converter is limited, and the strain characteristics of controlled variables under each switching state can be predicted by establishing a model; secondly, the value function is defined to evaluate the predicted values of controlled variables, which provides a basis for judging the optimal finite switching state; lastly, the optimal finite switching state is calculated. The value function value under switching state is used to evaluate the predicted value of controlled variables under each switching state, and the optimal switching state is selected and applied.)
- 2019-01-30 10:28:38下载
- 积分:1
-
MATLAB
介绍了matlab的入门,可以使你先简单的了解一下matlab,并对它产生兴趣。(matlab )
- 2012-04-28 13:06:45下载
- 积分:1
-
shipinfenxi
很有用的时频分析工具,内附各个函数的说明,方便调用。(Very useful tool for time-frequency analysis, containing a description of each function, easy call.)
- 2013-08-28 00:23:54下载
- 积分:1
-
bisection
Step 1: Set i=1 FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2 FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP.
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p FA=FP else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,No=’, No) STOP.
- 2011-11-23 09:46:51下载
- 积分:1