-
chap11
syms x
g=exp(x*sin(x))
t=taylor(g,12,2)
xd = 1:0.05:3 yd = subs(g,x,xd)
ezplot(t, [1,3]) hold on
plot(xd, yd, r-. )
title( Taylor approximation vs. actual function )
legend( Taylor , Function )(syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' ))
- 2011-07-27 18:12:56下载
- 积分:1
-
EXAMPL_3
用matlab语言仿真升余弦滚降系统,并且绘制功率谱图。(Matlab simulation language used raised cosine roll-off system, and drawing power spectrum.)
- 2008-04-10 11:40:31下载
- 积分:1
-
EOQ
此文件包含了在需求不确定的情况下给定客户服务水平或缺货率的EOQ经济订货批量模型的MATLAB源代码(This file contains the case of uncertainty in the demand for a given level of customer service or out of stock rate EOQ economic order quantity model for MATLAB source code)
- 2010-07-05 16:06:12下载
- 积分:1
-
fade_fs
服从频率选择性衰落并且也服从瑞利衰落的信道。(Subject to frequency selective fading and also subject to Rayleigh fading channel.)
- 2009-05-23 00:37:12下载
- 积分:1
-
skin_Color_detection
code to detect the skin color in an well illuminated image
- 2009-07-03 21:27:30下载
- 积分:1
-
PRMA
Packet reservation multiple access with poisson traffic generation,throughput figure result.
- 2011-12-28 20:53:01下载
- 积分:1
-
1.1
标准grove算法与pi/2相移算法的成功概率对比程序
标准grove算法与三种改进算法的成功概率对比程序(Standard grove algorithm and pi/2 phase shift algorithm is the probability of success compared with the three process standards grove algorithm improved algorithm compared the probability of program success)
- 2010-11-01 19:30:48下载
- 积分:1
-
IMC111
indice de massa corporal em c
- 2010-01-05 05:23:05下载
- 积分:1
-
50Hz_FIR_Frequency-filtering
该文件使用FIR滤波器滤除采集的心电信号中的工频干扰,实测滤波效果不错,不过并不能处理基线漂移。文件中提供了滤波器的定点系数。(The file uses the FIR filter to remove the collected ECG frequency interference, measured the filtering effect is good, but does not deal with the baseline drift. Document provides a fixed filter coefficients.)
- 2014-09-11 22:55:56下载
- 积分:1
-
Newton
采用MATLAB编写的牛顿法插值程序,在《数值计算》测试算例中调试通过。(An interpolation program using Newton method in MATLAB, the validity of which has been verified in the standard numerical test.)
- 2015-01-03 22:59:41下载
- 积分:1