-
bagoffeature
这是图像识别方法bag of feature 的matlab源代码(This is image recognition method bag of feature matlab source code)
- 2009-03-09 19:52:52下载
- 积分:1
-
pi4qpsk
this is matlab program for pi/4 qpsk modulation
- 2021-03-01 12:09:34下载
- 积分:1
-
BoundedDistortion_DISTRIBUTE
Bounded Distortion Mapping Spaces For Triangular Meshes 配套代码(Bounded Distortion Mapping Spaces For Triangular Meshes)
- 2013-12-07 05:28:15下载
- 积分:1
-
ieee14潮流计算程序
说明: 极坐标牛拉法和PQ分解法计算IEEE14节点(Calculation of IEEE14 nodes by polar coordinate niula method and PQ decomposition method)
- 2020-07-03 21:00:02下载
- 积分:1
-
matlab_code
基础教学,代码示例,适用于泛泛学习,
基本可以满足初学者的要求,很经典的例子(basic teaching for matlab,examples)
- 2009-03-19 10:08:37下载
- 积分:1
-
mode_calc_using_FDM
说明: 计算光纤模场分布和传播常数,输入模式的阶数,计算得到各类模式的模场分布。直接运行main,在其中修改参数,至少可以计算5层光纤结构。(Calculation of optical mode field distribution and propagation constant, the order input mode, calculated by various types of mode-mode field distribution. Direct run main, in which the modified parameters can be calculated for at least 5 layer fiber structure.)
- 2008-09-17 00:47:57下载
- 积分:1
-
Wedgelet_fusion
程序运行中要用到wedgelet工具包wavelet802工具包,在此文件中未包含此工具包,所以运行时候需要安装此包。
其中部分函数内有说明文档。">
- 2007-01-02 01:14:10下载
- 积分:1
-
lms
lms algorithm lms algorithmlms algorithm lms algorithm
- 2013-02-10 20:45:50下载
- 积分:1
-
ANSI_X9.24
ANSI X9.24 零售金融业务 -- 对称密钥管理标准(ANSI X9.24 retail financial services- symmetric key management standards)
- 2010-08-11 18:41:41下载
- 积分:1
-
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