-
CyclicCellulaAutomata
A matlab simulation of Cyclic Cellula Automata
- 2010-10-08 16:33:14下载
- 积分:1
-
exam8_1
本程序:采用平面梁单元计算两铰抛物线拱的自由振动特性
输入参数: 无
输出结果: 前3阶振动频率及其相应的振型 (failed to translate)
- 2013-05-08 23:29:54下载
- 积分:1
-
High-Resolution-Radar-Target-Modeling-Using-A-Mod
a paper about prony in radar
- 2012-11-19 15:09:33下载
- 积分:1
-
costas--m
本程序是用matlab程序语言编写的costas环仿真程序,并对于模拟的costas环的性能进行了分析,costas环主要用于载波同步,本设计实现了对于载波频率跟踪的实现,并且给出图形对比(The program is written in matlab program costas loop simulation program, and the simulated performance of costas loop analysis, costas loop is mainly used for carrier synchronization, the design achieved the realization of the carrier frequency tracking, and gives graphic correlation)
- 2011-05-12 16:21:36下载
- 积分:1
-
[FarutoUltimate3.0Mcode]
SVM faruto version,在libsvm的基础上添加函数而成(SVM faruto version, based on the libsvm )
- 2011-11-15 15:35:38下载
- 积分:1
-
source
说明: 《matlab7.0 从入门到精通》源码(source of the book <<matlab7.0>> ,has many examples)
- 2009-09-01 20:10:10下载
- 积分:1
-
ga
说明: 遗传算法实现的阈值分割图像的代码,内附图片,可直接运行(Genetic algorithm for image segmentation code, containing pictures, can be directly run)
- 2011-05-08 16:07:17下载
- 积分:1
-
beamforming
利用lms自适应滤波器原理,实现波束形成。
波束形成器的零干扰容量随着迭代次数和干扰目标信号比的增大而改善。(Lms adaptive filter using the principle to achieve beamforming. Beamformer with the zero-interference capacity of the number of iterations and the target signal interference ratio increased to improve.)
- 2011-08-03 22:38:28下载
- 积分:1
-
海浪模拟
用matlab 实现海浪的二维和三维模拟(Two and three dimensional simulation of sea waves by MATLAB)
- 2018-02-10 09:23:15下载
- 积分: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