-
junji
计算一维和二维卷积,基本可以替代Matlab中的conv和conv2函数,程序很方便就可以移植成C语言..(Calculation of one-dimensional and two-dimensional convolution, the basic alternative to Matlab' s conv and conv2 function, the procedure can be easily transplanted into a C language ..)
- 2009-03-27 00:55:09下载
- 积分: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
-
S1236_3phasezhihuan_10a
matalab 三相逆变 滞环电流控制仿真建模( matalab 3phasezhihuan simulation)
- 2012-11-11 16:32:28下载
- 积分:1
-
UTF7StyleCharsetEncoder
UTF7StyleCharsetEncoder extends CharsetEncoder.
- 2014-02-18 14:07:02下载
- 积分:1
-
33270998ML_and_MAP
说明: 最大似然估计算法,适用于信号处理专业,比较好用,matlab平台(Maximum likelihood estimation algorithm, suitable for signal processing specialty, easy to use, Matlab platform)
- 2020-07-01 14:30:51下载
- 积分:1
-
XXDSSD
matlab仿真的,功能是实现相关峰值的提取。能够在低信噪比下得到效果较好的相关峰(matlab simulation, feature extraction is to achieve correlation peak. Able to get better low SNR correlation peak)
- 2013-07-28 01:48:02下载
- 积分:1
-
pls
用NIPALS算法实现的偏最小二乘法,包含测试文件,算法原理说明(With NIPALS algorithm of partial least squares)
- 2014-12-05 09:45:18下载
- 积分:1
-
Ct
说明: 三维重建,利用matlab实现ct影像重建(Three-dimensional reconstruction)
- 2013-12-10 12:17:26下载
- 积分:1
-
snake_algorithm
对william & shah论文中snake算法的matlab程序实现,附上完整的源程序和论文。具有很高的参考价值。(Of william )
- 2008-01-21 17:19:50下载
- 积分:1
-
pendulum1_model
倒立摆的模型,通过利用matlab中的simulink仿真模块构造出了一个完整的倒立摆系统(Inverted pendulum model, by using the simulink matlab simulation module to construct a complete system of inverted pendulum)
- 2011-04-27 15:22:21下载
- 积分:1