-
PlotZoomandFFT
matlab example code 工具包(matlab example code toolkit)
- 2009-12-23 14:36:11下载
- 积分:1
-
sort
HEap Sort Implementation !!
- 2014-10-07 13:49:01下载
- 积分:1
-
fenxing
采用仿射变换通过反复循环分别绘制出植物生长模拟图和Sierpinsk三角形分形图案,是matlab的应用(Affine transformation by using repeated cycles of plant growth simulation were drawn map and Sierpinsk triangular fractal pattern, the application is matlab)
- 2011-10-26 10:37:33下载
- 积分:1
-
Crystal-Clear-SSI-for-Operational-Modal-Analysis
Crystal Clear SSI for Operational Modal Analysis
- 2015-03-05 21:03:46下载
- 积分:1
-
RCB
说明: 对对角加载算法进行了分析,基于 RCB算法提出了一种可以抑制运动干扰的稳健波束形成器。可根据干扰位置的统计模型进行零陷扩宽,从而有效的抑制运动干扰。(An implementation algorithm of Robust Capon Beamforming is presented. This algorithm is advanced and widely used in the field of signal processing and communication.)
- 2020-09-09 10:38:03下载
- 积分:1
-
MATLAB-simulink
直流电机调速的MATLAB仿真(开环闭环加矫正不加矫正)simulink模型,空载以及有负载的仿真实例。MATLAB simulation of DC motor speed control (open-loop closed-loop plus correction without correction) simulink model, simulation examples, and there are loads of load.(MATLAB simulation of DC motor speed control (open-loop closed-loop plus correction without correction) simulink model, simulation examples, and there are loads of load.)
- 2015-03-30 16:45:43下载
- 积分: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
-
ber_ldpc4_FFT_H
非二位元LDPC4 ber
非二位元LDPC4 ber(Non-two yuan LDPC4 ber of non-two yuan LDPC4 ber)
- 2014-01-21 04:04:41下载
- 积分:1
-
conv_matlab
convolution coding program using viterabi algorithm
- 2009-05-01 01:54:32下载
- 积分:1
-
root-locus
自动控制原理非常重要的内容之一:根轨迹法分析系统的性能(One of the very important principle of automatic control: root locus analysis system performance)
- 2013-02-20 21:13:08下载
- 积分:1