-
some_beamforming_method
多种波束形成源代码,有很好的可扩展性
包括:直接相移波束形成,MVDR波束形成,music波束形成的源程序(A variety of beamforming source code, has very good scalability, including: direct phase-shift beamforming, MVDR beamforming, music source beamforming)
- 2008-05-15 00:32:06下载
- 积分:1
-
PID-GAs
PID控制算法和遗传算法混合编程,算出最优解,智能控制部分(PID control algorithm and genetic algorithm hybrid programming, calculate the optimum solution, part of intelligent control)
- 2010-05-06 15:16:36下载
- 积分:1
-
modul-matlab
modul pelatiah matlab berbahasa indonesia
- 2014-02-11 11:05:01下载
- 积分: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
-
svpwm_sim
空间矢量matlab仿真,是一份很不错的资料,对于理解算法(Space Vector matlab simulation)
- 2013-12-02 23:07:58下载
- 积分:1
-
LassoShooting
Shooting algorithm implemented in Matlab for solving the Lasso [1] and group Lasso [2] problems in the penalized form.
- 2021-03-15 15:59:22下载
- 积分:1
-
MATLAB7.0
是关于学习MATLAB所有的基本小程序,里面包含所有关于MATLAB工具箱的程序实例(ABOUT MATLAB program,you use it to study matlab)
- 2010-06-20 12:40:10下载
- 积分:1
-
Matlab
此文件包括 了所有的MATLAB统计常用命令,可以作为编程者的一个很好的参考(This file includes all of the MATLAB statistics commonly used commands can be used as a good programmers reference)
- 2010-01-06 10:21:36下载
- 积分:1
-
小车舵机控制,PID,单神经元PID等三种控制算法
小车舵机控制,PID,单神经元PID等三种控制算法。毕业论文程序,绝对可以运行。(Three car steering control, PID, single neuron PID control algorithm. Thesis program can definitely run.)
- 2014-12-12 15:19:29下载
- 积分:1
-
Rafal_Majorczyk_Sharp8_AssignmentA
Goal of the project was to implement numerical methods for solving systems of linear algebraic equations using MATLAB software. First of all I had to learn the structures of programming in MATLAB, later on I was able to implement and test numerical algorithms for solving given problems. All results, comments and conclusion are placed in this report. At the end of the report one can find my MATLAB programs, and sources which were used as a help for me during evaluation. Each task is presented under separated heading, with its full description, problem discussion, my approach for solving it and explanation.
- 2011-05-11 20:56:58下载
- 积分:1