-
MATLAB-study
matlab基础学习资料,利于初学者进行matlab学习(matlab basic learning materials)
- 2013-03-22 15:55:23下载
- 积分:1
-
simulink
学习simulink仿真的基础材料,适合初学者学习(Simulink simulation based learning materials, suitable for beginners to learn)
- 2013-10-12 10:52:44下载
- 积分:1
-
vfh1
VFH+ 机器人matlab改进测试代码(VFH+ improved testing robot matlab code)
- 2020-09-17 16:07:56下载
- 积分:1
-
Channel_Estimation_Module
信道估计仿真,采用了多种方法:线性插值,MMSE,1惟MMSE,2维MMSE等(Channel Estimation
1 for non-block-wise linear interpolation,
2 for block-wise 1-D MMSE,
3 for non-block-wise 1-D MMSE,
4 for block-wise 2-D MMSE,
5 for non-block-wise 2-D MMSE,
6 for ideal channel estimator,
7 for random pilots map case using 2-D MMSE.)
- 2010-09-01 21:42:38下载
- 积分:1
-
base
1.分别在两个图中画出δ(n)和δ(n-2),其中-10≤n≤10,画出U(n)其中-10≤n≤10。
2.分别在两个图中画出x1(n)=cos(2π×20×0.01×n),0≤n≤10和x2(n)=(0.8)n,1≤n≤6。
3.由上一题,计算y(n)=x1(n)+x2(n),并画图。(1. Draw the figure at two δ (n) and δ (n-2), where-10 ≤ n ≤ 10, draw the U (n) where-10 ≤ n ≤ 10. 2. Respectively in the two Draw the figure x1 (n) = cos (2π × 20 × 0.01 × n), 0 ≤ n ≤ 10 and x2 (n) = (0.8) n, 1 ≤ n ≤ 6. 3. from the previous question, calculate y (n) = x1 (n)+ x2 (n), and drawing.)
- 2010-11-26 16:34:06下载
- 积分:1
-
xitongzuiyou
一个系统最优控制20维数变量的matlab优化(Optimal control of a variable number of 20-dimensional optimization matlab)
- 2011-07-07 10:32:36下载
- 积分:1
-
helicopter-MFCS
直升机显模型跟踪控制系统仿真实例(MFCS)控制仿真,具有实用性的控制方法!(helicopter MFCS control system simulation。)
- 2013-10-20 10:43:52下载
- 积分:1
-
GMSK-Viterbi
全数字GMSK,Viterbi译码,代码完整清晰(all digital GMSK,Viterbi)
- 2021-04-19 17:18:51下载
- 积分:1
-
MATLAB
用MATLAB绘制低阶的平板波导的色散曲线图(MATLAB drawn by low-level slab waveguide dispersion curves)
- 2009-04-02 13:35:11下载
- 积分:1
-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1