-
ofdm系统matlab仿真源代码
说明: 正交频分复用(OFDM)技术matlab实现仿真源代码(orthogonal frequency division multiplexing (OFDM) technology to achieve Matlab simulation source code)
- 2006-01-04 11:41:41下载
- 积分:1
-
kkkkk
使用补偿法对电力系统进行静态安全分析的MATLAB编程语言(Static security analysis)
- 2010-05-31 09:20:19下载
- 积分:1
-
chaoyinsuyixing
该程序研究了攻角为2度的条件下超音速翼型的气动力特性。(This program studies the aerodynamic characteristics of of supersonic airfoils under an attack angle of 2 degrees .)
- 2015-03-10 08:51:50下载
- 积分:1
-
PID
PID仿真程序,只需要人工修改PID参数,及根据自身情况修改模型参数就可以轻松实现PID仿真。(PID code in matlab)
- 2010-09-30 09:55:21下载
- 积分:1
-
pid_edit
说明: pid在simulink上的图形表示,个人自制,希望有用(pid simulink on the graphical representation of the individual self, hope helpful)
- 2010-04-12 20:59:56下载
- 积分:1
-
M4816
Outpot of Simulation OFDM
- 2014-10-21 16:55:18下载
- 积分:1
-
FDTD-two-dimensional
基于时域有限差分法的电磁波二维传导方程,MATLAB编写,可作为二维正演模拟,也可作为MATLAB的教学演示。(FDTD method based on the electromagnetic two-dimensional conduction equation, MATLAB prepared, can be used as two-dimensional forward modeling, but also as a teaching demonstration of MATLAB.)
- 2021-04-26 22:28:45下载
- 积分:1
-
RLC
游程编码--二值图像的游程编码--matlab程序,(RLE- RLE binary image- matlab program,)
- 2013-12-02 10:48:29下载
- 积分:1
-
Seismic_NMO
叠前地震数据动校正和叠加的matlab模块,对于学习地震勘探的人十分有效(code for seismic NMO and Seismic stack)
- 2016-03-18 16:46:59下载
- 积分: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