-
Storage-tanks-program
MATLAB软件编写的程序,此程序是用来解决数学建模中的储油罐问题。(Programs written in MATLAB software, this program is used to solve the problem of storage tanks in mathematical modeling)
- 2014-08-29 16:24:12下载
- 积分:1
-
aksfskpsk
主要完成ask fsk psk 的matlab调制 还有图形仿真(Main completed the ask fsk psk modulation also graphical simulation matlab)
- 2009-05-26 12:05:55下载
- 积分:1
-
chap5_04_PID
增量式PID控制,控制规律,MATLAB演示。(Incremental PID control, control law, MATLAB Demonstration)
- 2010-12-14 22:17:27下载
- 积分:1
-
SISO_cpm
连续相位调制CPM的软输入软输出SISO解调(Continuous phase modulation CPM soft input soft output SISO demodulator)
- 2008-12-26 15:22:19下载
- 积分:1
-
Zfit
ZFIT is a function which can PLOT, SIMULATE and FIT impedance data
- 2010-05-20 01:07:22下载
- 积分:1
-
PLL
PLL锁相环的搭建,通过坐标变换实现锁相(PLL Phase-Locked Loop)
- 2013-12-07 15:14:23下载
- 积分:1
-
Linear-Frequency-Modulation
分数复利叶变换 用于测量距离和信号压缩 使用广泛(Calculation of the Fractional Fourier Transform)
- 2015-04-21 19:32:24下载
- 积分:1
-
MomentsTchebichef
moment s tchebichef algorithm
- 2013-05-27 04:46:29下载
- 积分:1
-
Analysis_and_Applications_of_Artificial_Neural_Ne
Analysis and Applications of Artificial Neural Networks
- 2010-08-31 22:18:37下载
- 积分: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