-
pam
基于matlab的pam仿真 附带源代码 (pam (using matlab)
基于matlab的pam仿真)
- 2009-03-30 21:49:33下载
- 积分:1
-
low-noise-CCD-
低噪声CCD信号采集与处理系统技术研究 (Research on low-noise CCD signal acquisition and processing system technology)
- 2013-12-13 13:06:36下载
- 积分:1
-
resp1
matlab计算地震动反应谱的EPA值,EPA的计算主要是根据美国ATC规范的规定,先计算反应谱,再求取0.1-0.5s的谱均值。(matlab to calculate EPA)
- 2014-04-06 22:48:58下载
- 积分:1
-
farSVDDOA1
说明: 实现了信号相位匹配原理奇异值分解的远场目标DOA估计,该算法指向性尖锐分辨率高(The arithmetic solved the estimate of far-filed signal s direction of arrival,based on the principle of signal macthed phase SVD.)
- 2011-03-26 09:33:57下载
- 积分:1
-
ColorSph
计算球谐函数图形,对球谐函数图形进行仿真(Graphic computing spherical harmonics, the spherical harmonic function graphics simulation)
- 2010-06-03 21:49:23下载
- 积分:1
-
07CUMCM
这是关于07年全国大学生数学建模B题,评委及出题者的评卷综述,具有很强的指导意义,很多参加了的同学,可以看一看是否领会了出题者的意图。(This is CUMUM B problem analysis.)
- 2013-07-31 09:43:51下载
- 积分:1
-
Caesar_Cipher
network security algorithm ceasar cipher codes, simple implementation
- 2013-11-30 07:39:32下载
- 积分:1
-
Odefun5
间歇反应釜的matlab建模,M文件,c可自由改变(Modeling of batch reactor)
- 2013-12-16 20:15:44下载
- 积分:1
-
getExStiff
已知一对外啮合传动的齿轮的几何参数,求其啮合刚度。(to get the meshing stiffness for one pair of gear.)
- 2020-07-03 11:40:02下载
- 积分: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