-
data-statistical--and-analyse
数据统计与分析,基于matlab的函数实现,(some data statistical and data analyse in matlab ,)
- 2013-08-15 18:40:16下载
- 积分:1
-
生成正弦信号加噪声
生成正弦信号加噪声,进行频谱分析,适合初学者进行学习(Generate sinusoidal signal plus noise, spectrum analysis, suitable for beginners to learn)
- 2017-02-22 18:54:31下载
- 积分:1
-
16QAM
16QAM +AWGN added+BER(16QAM+AWGN added+BER)
- 2009-04-16 02:56:11下载
- 积分: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 遗传算法代码 附详细步骤 超详细超详细(matlab gentic)
- 2013-12-10 19:28:23下载
- 积分:1
-
PermanentMagnetSynchronousMachine
PermanentMagnetSynchronousMachine,model and simulaltion
- 2012-01-19 10:07:37下载
- 积分:1
-
Matlab
实现了零速修正的卡尔曼滤波算法,可实现个人室内导航。为读数据格式(Zero speed correction Kalman filter algorithm can achieve personal indoor navigation. Read data format)
- 2021-03-24 14:19:15下载
- 积分:1
-
ijca
Spread spectrum techniques can be very useful to overcome the communication problems like security and efficient usage of power. In this technique, the information signal to be transmitted is multiplied by the PN code (This is the general case and it can be any kind of sequence.),called spreading code signal. The signal which is obtained after the multiplication of PN code is called spread signal which is then transmitted.
- 2015-04-22 20:16:33下载
- 积分:1
-
57578861simulink_labs
说明: 一个关于调制的MATLAB小程序,此程序的调制方式是幅度调制。(on modulation of a small MATLAB procedures, this procedure is the modulation amplitude modulation.)
- 2006-05-15 22:18:51下载
- 积分:1
-
TREENL
takagi sugeno model for inverted pendulum
- 2016-03-03 03:46:51下载
- 积分:1