-
fsk
说明: 用与matlab的fsk调制的信号的波形的代码,可以实现仿真(it is fsk)
- 2011-04-08 19:18:18下载
- 积分:1
-
MATLAB-Notebook
matlab说明书,对于matlab编程工作者及其有用,是一本有用的工具书(matlab manuals for workers and their useful matlab programming is a useful tool)
- 2007-09-18 00:31:12下载
- 积分:1
-
EM-algorithm
期望最大化算法的ppt,很不错,个人用了,很受益啊。。。(EM algorithm)
- 2013-01-10 11:53:28下载
- 积分:1
-
maincommand
matlab各类命令,随取随用,希望有帮助(matlab various commands, acquired and used, hope that helps)
- 2010-05-24 00:46:34下载
- 积分:1
-
optfilter
最优化FIR数字带通滤波器的设计,用来对加速度信号进行带通滤波,提取运动信息。(the design of an optimal FIR digital band-pass filter.)
- 2012-05-24 20:21:38下载
- 积分:1
-
fdv54
matlab code for Face Detection System
- 2015-02-03 14:10:36下载
- 积分:1
-
particle-swarm-optimization
这个是详细的粒子群算法代码。大家可以借鉴参考。(This is the detailed particle swarm optimization code. We can learn from the reference.)
- 2013-05-14 17:15:08下载
- 积分:1
-
matlab动力学分析程序详解
duffing方程相关程序,方程求解,时间历程绘制,相图及庞加莱映射图(duffing, Poincare,phase diagram)
- 2019-01-16 15:31:01下载
- 积分:1
-
ofdm
OFDM系统仿真,简单的OFDM基本框架的一个仿真,matlab环境下实现的(it is good!)
- 2012-06-03 22:39:17下载
- 积分: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