-
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
-
Caverage
c均值算法用vc实现。作为重要的算法,c均值有广泛的应用(c-means algorithm by vc realize. As an important algorithm, c the mean has a wide range of applications)
- 2008-06-01 13:05:25下载
- 积分:1
-
guidedfilter
kaiming he的guided image filtering的c++代码,利用VS2010+OPENCV2.4.4实现,效果和公布的MATLAB代码相同。(C++ code for KaiMing He s guided image filtering, the result as same as matlab code which publish in the web, project is code via VS2010+OPENCV2.4.4.)
- 2013-12-15 21:38:35下载
- 积分:1
-
LDPC_C
C语言实现LDPC码的译码功能,带有完整的工程文件。(C language to achieve the LDPC code decoding function, with a complete project file.)
- 2020-11-23 16:59:34下载
- 积分:1
-
kalman
采用kalman滤波算法对两自由度汽车的状态进行估计,对状态空间离散化处理后用kalman估计车辆状态。(The use of Kalman filter algorithm to estimate the state of vehicle.)
- 2013-04-22 16:14:49下载
- 积分:1
-
Program
虚拟工厂模式典型实例,通俗易懂,易学易仿(abstract factory example)
- 2009-11-25 19:45:07下载
- 积分:1
-
VisualC_
基于遗传算法的组卷设计,此为书籍版本。。。。(Design based on genetic algorithm test paper, this is the book version. . . .)
- 2011-01-01 17:13:33下载
- 积分:1
-
RLS_equalizer
自适应均衡算法中的RLS算法,,均方误差曲线和系统输出曲线(Adaptive equalization algorithm in the RLS algorithm, the mean square error curve and the curve of the system output)
- 2011-06-20 16:32:14下载
- 积分:1
-
basicforMusic
music算法运用于波达方向的测定,波达方向的测定先现广泛用于雷达等应用中.music算法是个很成熟的算法,如今学者们就计算量,精确度上的问题又提出了很多的改进算法.如下为
基本算法,可正确运行(music DOA algorithm applied to the determination of DOA in the first radar is widely used in such applications. music algorithm is a very mature algorithm, Now scholars on the calculation accuracy on the problem makes a lot of improved algorithm. following the basic algorithm, can be correctly operation)
- 2007-05-07 16:21:01下载
- 积分:1
-
Phased-array-radar
关于相控阵雷达的经典书籍,对学习雷达相当有帮助(On the phased array radar on the classic books, for learning radar quite helpful)
- 2011-12-15 19:24:07下载
- 积分:1