-
MDwnn
多输入多输出的小波网络模型,需安装matlab神经网络工具箱用的是青岛海洋大学学报上那篇论文的模型,嵌入了开发的初始化算法,程序里有较为详细的说明,很好用(Multiple-input multiple-output wavelet network model, the need to install matlab neural network toolbox is used Qingdao Ocean University Journal article thesis model, embedded in the development of the initialization algorithm, the procedure has a more detailed explanation, very good use)
- 2008-01-03 21:27:06下载
- 积分:1
-
RAKE
在单一天线接收和发送的UWB中Rake接收机BER的性能的仿真(In a single antenna to receive and send the UWB in the BER performance of Rake Receiver Simulation)
- 2008-05-05 22:46:35下载
- 积分:1
-
03641487kernel_ofdma04.4.6
OFDMA系统上行链路频偏估计得仿真代码。(Frequency Offset Estimation for OFDMA uplink system simulation code was.)
- 2011-09-28 20:14:15下载
- 积分: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
-
多智能体编队matlab程序
说明: 利用matlab实现了多个无人机协同飞行编队(Using MATLAB to realize UAV flight formation)
- 2021-04-25 19:38:45下载
- 积分:1
-
work
信道的均衡匹配的源码,自己根据书编写的。根据不不同的输入参数,求信号的滚进系数,不同的对比(Channel balanced match source, their own book, prepared in accordance with. According to different input parameters, and rolled into coefficient signals in different contrast)
- 2009-03-14 10:03:08下载
- 积分:1
-
Program_lpgpca
Denoising can be done using this m files
- 2012-04-02 14:25:08下载
- 积分:1
-
code
毕业论文参考资料,从期刊网上下载的,如果有需要共大家参考(Thesis reference materials downloaded from the journal, if you need a total of reference)
- 2011-05-28 17:05:41下载
- 积分:1
-
3-Phase-Induction-Motor-Controlled-with
3 Phase Induction Motor Controlled with
9-Level Diode-Clamp Inverter
- 2015-03-01 20:08:35下载
- 积分:1
-
cic_coe_cut
CIC每级位宽计算,包括内插滤波器每一级位宽计算,抽取滤波器每一级位宽计算。(CIC Hogenaner bits calculation)
- 2013-12-24 10:05:02下载
- 积分:1