-
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
-
chap2_01_WhiteNoise_series
说明: 利用matlab产生白噪声,是建模与辨识的基础程序(White noise generated by matlab is the basis for modeling and identification procedures)
- 2011-03-04 09:13:09下载
- 积分:1
-
Mvdr_Original
相控阵雷达处理MVDR 自适应算法 没有考虑宽带问题(MVDR adaptive algorithm)
- 2012-09-06 23:33:21下载
- 积分:1
-
PAPER3
距离扩展目标的双门限恒虚警检测器及性能分析.pdf(Double Threshold CFAR Detector of Range-spread Target and Its Performance Analysis)
- 2012-09-16 12:24:24下载
- 积分:1
-
median_filtering
用median 滤波除去图像中的pepper and salt 噪声,并且给给出了lena图像和coin图像的示例(use median filtering to remove the noise of pepper and salt, give examples of lena andcoin)
- 2013-05-04 21:16:40下载
- 积分:1
-
durbin
这是个用Durbin递归求预测误差滤波器和他的输出,是电子所邹谋炎老师给出的例程。(This is a demand by Durbin recursive prediction error filter, and his output is of Electronics Zou Mou-Yan teachers given routine.)
- 2007-07-20 11:07:05下载
- 积分:1
-
zxj
cs编码及小波编码汉明编码和其他一些组合(cs coding and wavelet coding, Hamming code, and other combinations)
- 2010-09-02 10:25:07下载
- 积分:1
-
PLS1_sina
说明: 用于单变量的偏最小二乘回归,直接给出回归系数。 X0是自变量矩阵,Y0是因变量向量,PRESS是去除其中某一个样本而回归出的方程对
缺失样本的误差估计,SS则是使用全部样本回归出的方程对同一个样本的误差估计。
在h个成分时,计算PRESS_h与SS_h-1,若1-PRESS/SS大于0.0975时,应增加成份。
[row,col]=size(pz) (For single-variable partial least squares regression, regression coefficients are given directly. X0 is the independent variable matrix, Y0 is the dependent variable vector, PRESS is to remove one of them out of the sample and the regression equation for missing samples error estimates, SS is the use of all of the sample regression equation out of a sample of the same error estimates. In h constituent, the calculation PRESS_h and SS_h-1, if the 1-PRESS/SS greater than 0.0975, to increase the ingredients. [Row, col] = size (pz) )
- 2010-03-22 10:46:31下载
- 积分:1
-
bisp3cum
人们熟知的双谱(bispectrum),也就是三阶谱估计。具有一定的参考价值。(known as the bispectrum (bispectrum), which is third-order spectrum estimation. With some reference value.)
- 2021-03-21 12:29:17下载
- 积分:1
-
OFDM-UWB
使用matlab编写的信道估计与误码率测试程序,可以作为OFDM学习的参考,(Prepared using matlab channel estimation and bit error rate testing procedures, can be used as a reference OFDM learning,)
- 2012-08-12 22:02:20下载
- 积分:1