-
VBLASTdetectors
一种常用空分复用的MIMO系统,v-blast系统的各种检测算法:ML,MMSE,ZF,以及采用迫零的连续干扰消除检测算法(A common space division multiplexing in MIMO systems, v-blast system, the various detection algorithms: ML, MMSE, ZF, and the introduction of zero-forcing successive interference cancellation detection algorithm)
- 2021-04-26 21:08:45下载
- 积分:1
-
MATLAB航天姿态控制仿真程序
说明: 航天器姿态控制仿真程序,利用simulink中sfunction方法建立航天器姿态动力学模型和运动学模型,利用linmod对非线性模型线性化。(The simulation program of spacecraft attitude control uses the sfunction method of Simulink to establish the dynamic model and kinematic model of spacecraft attitude, and uses limod to linearize the nonlinear model.)
- 2021-03-15 16:59:23下载
- 积分:1
-
print
matlab的一些插值和拟合算法,
包括最小二乘法等(matlab some interpolation and fitting algorithm, including the least squares, etc.)
- 2008-12-10 22:31:28下载
- 积分:1
-
kuanpindaixitong
将宽频带系统的输出仿真到窄频带输出的方法。(Broad-band system will be output to a narrow band output simulation approach.)
- 2009-02-04 18:33:49下载
- 积分:1
-
yidongxiaoqiu
用matlab编写的一个沿曲线移动的小球的程序。给大家分享一下!(Using matlab to prepare a movement along the curve ball procedure. To share with you!)
- 2008-01-16 12:16:59下载
- 积分:1
-
ScriptforcomputingtheSNRimprovementi1
Script for computing the SNR improvement in
Rayleigh fading channel with selection diversity
- 2010-07-11 20:21:40下载
- 积分:1
-
movediqiu
用matlab编写得一个小程序,一个会变大变小得地球(Matlab was used to prepare a small procedure, a small Earth will change)
- 2008-01-01 21:09:42下载
- 积分:1
-
model5
model simulation in matlab
- 2011-01-25 06:30:52下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
逻辑回归模型预测 Logistic
预测未来几年的人口,采用逻辑回归模型预测,用的数据是87-20年的数据(Forecasting the population of the next few years)
- 2019-05-27 09:20:29下载
- 积分:1