-
fuzzysuanfa
fuzzy算法的MATLAB源代码,找了很久,希望对大家有点用(fuzzy algorithm MATLAB source code, looking for a long time and I hope all of you a bit with)
- 2009-01-02 10:56:24下载
- 积分:1
-
sigSPWM
本例程功能是实现SPWM单极性调制。本例程搭建了完整的模型,能够对单极性SPWM进行研究。(The routine SPWM unipolar modulation. The routines to build a complete model, Unipolar SPWM research.)
- 2013-01-12 15:42:28下载
- 积分:1
-
Ttail
T型尾翼颤振进计算。结合了nastran生成的模态坐标f06文件及气弹计算软件ZAERO。片条法计算非定常气动力里面的定常附加部分。(T-tail flutter ansys, composite of f06 and ZAERO.)
- 2013-12-19 18:07:34下载
- 积分:1
-
saf
基于MATLAB的非线性薛定谔方程求解,文献资料(matlab to solve NLSE)
- 2013-12-20 16:32:18下载
- 积分:1
-
mpsk
this will generate the mpsk modulated signals
- 2010-09-16 19:12:46下载
- 积分:1
-
zibian
基于lms的噪声消除仿真试验
使用环境 matlab(LMS-based simulation of the noise cancellation using matlab environment)
- 2008-04-13 20:31:02下载
- 积分:1
-
duojingruili
多径瑞林信道仿真,可以应用于通信领域以及诸多信号处理方面(Multipath Ruilin channel simulation, can be applied to the communication field and many signal processing.)
- 2013-01-20 11:38:30下载
- 积分:1
-
manand
本程序是现代谱导航分析中的惯性导航误差分析matlab程序,经过仿真验证,获得较为准确的结果。(The navigation program is modern spectral analysis of inertial navigation error analysis matlab program, through simulation, to obtain more accurate results.)
- 2021-04-17 20:08:52下载
- 积分:1
-
DHMM
dhmm识别的matlab程序,使用matlab工具箱,有参考价值。(DHMM identification of Matlab procedures, the use of Matlab toolbox, a reference value.)
- 2021-04-12 10:28:58下载
- 积分: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