-
opticaltransmissionfibonacci
用MATLAB计算Fibonacci超晶格的光透射率(MATLAB computing Fibonacci superlattice with light transmission rate)
- 2010-08-09 17:33:48下载
- 积分:1
-
nbzh
说明: 将政务公开网上数据直接转换成日常工作中所需瓣台帐,(The open web-based data directly to the government to convert the daily work required in the accounting flap,)
- 2010-03-20 15:43:14下载
- 积分:1
-
fhss
FHSS-In this program, the detail about the Frequency Hopping is given. Noticing the fact that the spread spectrum is required for frequency hopping and is of concern
- 2012-06-05 18:43:41下载
- 积分:1
-
zishiy
自适应波束形成,对波束形成的初学者很有用。运行过绝对正确(Adaptive beamforming, useful beginner beamforming. Ran absolutely correct)
- 2012-07-19 22:01:40下载
- 积分:1
-
heart
Signal processing algorithms to extract heart beats in recordings of heart muscle activity
- 2015-04-22 22:30:20下载
- 积分:1
-
matlabSketleton
用matlab写的图像骨架提取,可以完整运行。。。。(extract skeleton based on Matlab.........................)
- 2014-06-30 09:33:06下载
- 积分:1
-
TinyOS-Programming
对学习tinyos的初学者很有帮助,有助于进一步地学习wsn(Useful for beginners learning tinyos help further learning wsn)
- 2010-08-10 20:36:01下载
- 积分:1
-
BP1_txt
利用BP分类器对烟雾图像进行识别,并将结果存储到TXT文档中。(BP classifier use smoke image recognition, and stores the result TXT document.)
- 2014-01-15 15:51:25下载
- 积分:1
-
suspmod
在设计悬架系统时,一个1/4模型(四个车轮中的一个)被用于使问题简化成为一个一维的多弹簧 – 阻尼系统。该系统的示意图如下所示。这种模式是一个主动悬挂系统,其中包括一个致动器,这个制动器能够产生控制力U以控制车体的运动。(suspension system
)
- 2016-08-01 21:46:12下载
- 积分: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