-
Alamouti_2x1_ant_selection
在MIMO 2x1天线选择系统中,利用Alamouti编码,计算系统的BER(In the 2x1 antenna selection, the use of Alamouti coding, computing system BER)
- 2010-11-01 17:33:49下载
- 积分:1
-
MATLAB
说明: 这是MATLAB编程第二版Stephen J. Chapman 著,英文经典教材的中文版。学习MATLAB的经典教材!绝对经典! (This is the second edition of MATLAB programming with Stephen J. Chapman, the Chinese version of the English classic textbook. Learning MATLAB classic textbook! Absolute classic!)
- 2011-02-25 14:04:14下载
- 积分:1
-
huixing
彗星返回地球动态过程的matlab小程序
(matlab)
- 2010-05-11 12:05:32下载
- 积分:1
-
MSE分析和BER分析-MSEandSNR
OFDM系统中,基于LS信道估计算法和MMSE信道估计算法的MSE分析和BER分析。(OFDM systems, channel estimation algorithm based on LS and MMSE channel estimation algorithms MSE analysis and BER analysis.)
- 2020-07-01 11:20:02下载
- 积分:1
-
112
this book introduces some basic theories about radar and uses matlab simulating some of them.
- 2013-09-13 22:02:42下载
- 积分: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
-
slcppid
倒立摆和PID控制一起使用时对于倒立摆的仿真,可以有效地改善对于倒立摆的模糊控制作用(For the inverted pendulum simulation, can effectively improve the role of fuzzy control for inverted pendulum pendulum and PID control when used in conjunction)
- 2013-12-10 20:37:58下载
- 积分:1
-
Compute
说明: An Antenna is a transducer, which converts electrical power into electromagnetic waves and vice versa.
- 2020-06-24 23:31:07下载
- 积分:1
-
annotation_corel
Plant Classification is the placing of known plants into groups or categories to show some relationship. They use features that can be used to group plants into a known hierarchy.
This research focuses on the mobile based application for plant identification through leaf recognition. Apart using the whole plant, the automation of plant identification can be performed using various parts of a plant anatomy like stem, flower, petal, seed and leaf.
This study uses the leaf part of the plant to identify a plant. The ease of creating digital images increased the need for processing power of computers and inexpensive methods. In order to gather the information, plant identification using computers has become an interesting subject of research. Global shortage of expert has further increased the demand for semi automated tools that would allow non-botanical persons to carry out valuable field work of identifying and characterizing plants.
- 2015-03-16 15:59:18下载
- 积分:1
-
FFT_using_Matlab
是对fft进行分析的电子书,利用matlab.(this book is a introduction for FFT with matlab)
- 2009-05-12 16:09:37下载
- 积分:1