-
softwareestimation
这是一篇关于软件估算技术的概述,挺全面的。(This is an article on software estimation techniques outlined, quite comprehensive.)
- 2009-01-09 09:34:50下载
- 积分:1
-
MIMO-final-WTF
Calculating SNR and BER to System MIMO using SVD and receiver shaping.
- 2013-07-28 06:24:12下载
- 积分:1
-
MST_Kruskal
matlab使用的图论中的最小生成树计算(minimum spanning tree)
- 2013-03-28 19:51:26下载
- 积分:1
-
Systemidentification
Systemidentification,系统辨识(Systemidentification)
- 2009-10-12 11:51:48下载
- 积分:1
-
matlab6.5Figurepatternprocesssourceprogram
matlab6.5 Figure pattern process source program, it s better to have the books to read consulting together (matlab6.5 Figure pattern p source process rogram. it's better to have the books to read consulting t ogether)
- 2007-05-06 16:23:00下载
- 积分:1
-
基础的地震波正演模拟程序 seismic-forward
地球物理勘探中,基础的地震波正演模拟程序,包括五个正演程序,(高阶中心差分,高阶交错网格差分,使用标准的PML边界的正演程序)在acou文件夹下附有运行的结果。(Geophysical exploration, based on the seismic forward modeling program, including the five forward procedure, (higher-order central difference, higher order differential staggered grid, using standard PML boundaries forward procedure) in a file folder with acou results of operations.)
- 2020-06-29 00:20:02下载
- 积分:1
-
navigation
navigation.rar包含5个有用的导航程序;
navigation.m为纯惯导解算程序;
integrated_navigation为组合导航程序;
KalmanAlign10.m为卡尔曼滤波对准程序;
create_data.m为原始数据创建程序;
ssm.m为结果显示程序(navigation.rar contains five useful navigation program
navigation.m pure INS solver KalmanAlign10.m for the Kalman filter alignment procedures create_data.m create a program for the original data integrated_navigation for integrated navigation procedures
ssm. m is the result display program)
- 2021-04-07 16:29:01下载
- 积分:1
-
quadrature-phase-shift-keying
This is the source code for various digital modulation schemes(QAM,MSK,DPSK,MFSK,QPSK)
- 2015-04-20 19:34:25下载
- 积分:1
-
quyang
运用matlab中的simulink创建的关于信源编码取样的模型,经测试,可使用!(The use of matlab in simulink created on the source coding sampling model, have been tested, you can use!)
- 2009-01-15 19:48:33下载
- 积分:1
-
1
说明: 在命令窗输入如下内容就得到图形了:
[t,x]=ode45( godhua ,[0,10],[0,0,0,1])
subplot(131) plot(t,x(:,4)) xlabel( t ) ylabel( y )
subplot(132) plot(t,x(:,1)) xlabel( t ) ylabel( v )
subplot(133) plot(t,x(:,2)) xlabel( t ) ylabel( \theta ) (At the command window type the following content to be the graphics: [t, x] = ode45 (godhua, [0,10], [0,0,0,1]) subplot (131) plot (t, x (:, 4 )) xlabel (t) ylabel (y) subplot (132) plot (t, x (:, 1)) xlabel (t) ylabel (v) subplot (133) plot (t, x (:, 2)) xlabel ( t) ylabel (heta))
- 2007-12-09 20:16:04下载
- 积分:1