-
msdesim
a detilled model and simulation of the double star induction machine
- 2010-07-28 23:39:42下载
- 积分:1
-
complexFIR
说明: 复系数FIR滤波器,基带信号滤波,任意频率响应(complex FIR filter)
- 2011-04-07 10:21:52下载
- 积分:1
-
EM-agorithm
em算法的代码,以及K-means算法代码(em algorithm code, and the K-means algorithm code)
- 2011-11-09 18:13:10下载
- 积分:1
-
PVandbatery
这是一个光伏发电装置与蓄电池构成的新能源发电系统。光伏发电采用典型二级升压结构,并采用最大功率点追踪(MPPT)以获取最大功率(This is a new energy generation system consisting of photovoltaic devices and batteries. Photovoltaic power generation uses a typical two-stage boost structure and uses maximum power point tracking (MPPT) to obtain maximum power.)
- 2018-09-13 18:53:02下载
- 积分:1
-
HMMtoolbox
隐马尔可夫模型工具箱(hmmtolbox)的用法说明,及实例。(Hidden Markov Model Toolkit instructions.)
- 2009-12-11 14:44:34下载
- 积分:1
-
fmsys
simulation modulate & demod FM
- 2011-05-10 12:41:45下载
- 积分:1
-
MATLABzaidandaofangzhendeyingyong
分析了弹道仿真数学模型的特点、并以滑翔增程弹为例,详细研究了在M文件、simulink工具箱以及两者交互使用环境下建立外弹道质心运动系统仿真模型的方法和优缺点。
(Analysis of the ballistic characteristics of the mathematical model simulation and Gliding Range shells as an example, a detailed study of the M paper, simulink toolbox and use both interactive environment to establish external ballistics center of mass movement system simulation model and the advantages and disadvantages.)
- 2008-05-22 19:16:21下载
- 积分:1
-
40-statistical-analysis-case
MATLAB统计分析与应用 40个案例分析(The 40 case analysis of the the MATLAB statistical analysis and application)
- 2012-11-08 23:33:03下载
- 积分:1
-
MATLABProgramSourceCode
这是科学运算语言MATLAB程序设计有关的函数代码(This is a scientific computing language of MATLAB programming code related to the function)
- 2010-07-08 10:00:24下载
- 积分:1
-
Rombegrg
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数f(x)的代码如下:
Romberg算法¨
function z=f(x)
if (x~=0)
z=sin(x)/x
else
z=1
end
备注:在实验代码中,首先输入必要的变量的值如下:
a=0
b=1
tol=1e-8
待查询检查通过,开始输入执行代码
设置格式format short g查看u的值和sin(u)的值:
(Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:)
- 2009-12-28 22:03:42下载
- 积分:1