-
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
-
wimax_system_simulink_model
wimax simulink. perfect reference. (wimax system simulink. )
- 2013-01-04 10:54:54下载
- 积分:1
-
fisher_v3
基于matlab环境下fisher分布算法的实现,利用矩向量法得到的(Matlab environment based on fisher distribution algorithm, obtained by using moment vector)
- 2010-05-16 09:45:04下载
- 积分:1
-
adaptive-beamforming-algorithm
自适应波束形成多种算法的matlab实现,算法类型:MVDR,LCEC,GSC,PCI,MWF,PCA-MVB,SC-MVB,EC-A (A variety of adaptive beamforming algorithm matlab implementation, algorithm type: MVDR, LCEC, GSC, PCI, MWF, PCA-MVB, SC-MVB, EC-A)
- 2011-06-16 10:17:35下载
- 积分:1
-
additivePnoisePchannel
高斯加性模拟信道,模拟仿真高斯白噪声情况下信号传输情况(additional noise channel)
- 2013-05-11 23:11:59下载
- 积分:1
-
pll
A Matlab script to simulate a Phase-Locked Loop (PLL). This is a type II PLL ie it has two integrators (one of these is the VCO itself).
It is simulated with an FM (frequency modulation) input. The output is the demodulated baseband signal
- 2009-07-12 09:54:51下载
- 积分:1
-
sensorless_MRAS
Model reference adaptive system (MRAS) based techniques are one of the best methods to estimate the rotor speed due to its performance and straightforward stability approach. These techniques use two different models (the reference model and the adjustable model) which have made the speed estimation a reliable scheme especially when the motor parameters are poorly known or having large variations.
- 2014-12-16 17:07:00下载
- 积分:1
-
fussyen
自己编写的求解模糊熵程序,eemd分解,并求模糊熵,简单易懂,可实现( solve the fuzzy entropy, easy to understand, can be realized)
- 2015-03-19 10:46:40下载
- 积分:1
-
ppoisson
Smooths scattered Poisson response data with a P-spline
- 2009-03-29 08:46:07下载
- 积分:1
-
work
matlab7.0的实用教程,共22章,里面详细介绍了matlab矩阵实验室的全部运用。(matlab program)
- 2013-02-19 14:24:03下载
- 积分:1