-
C_mat_mixpro
matlab和vc混合编程(Matlab and vc Mixed Programming)
- 2021-03-04 12:39:32下载
- 积分:1
-
QPSKfilter
this learn you about qpsk filter
- 2010-07-17 20:54:55下载
- 积分:1
-
x1
说明: 信道模型为带多普勒频移的瑞利衰落信道,关于线性插值的MATLAB仿真程序,并解调。(Channel model with Doppler frequency shift for the Rayleigh fading channel, on the linear interpolation of the MATLAB simulation procedures, and demodulator.)
- 2009-05-13 10:16:04下载
- 积分:1
-
canny_edge
canny_edge的源码 供朋友们参考(canny_edge friends as a reference source for)
- 2011-08-23 22:45:08下载
- 积分:1
-
DTMF_GEN_DEC
matlab 生成dtmf 进行双频合成(dual-frequency synthesizer for generating dtmf matlab)
- 2011-11-24 04:21:21下载
- 积分:1
-
TWOorderFLL
二阶锁频环Matlab代码,使用叉积鉴频器,内有仿真图(TwoOrderPLL Matlab)
- 2016-10-22 16:17:42下载
- 积分:1
-
mallat
改进的mallat算法,消除了频率的混叠,可以用于提取故障频率(Improved mallat algorithm, eliminating the frequency aliasing, the frequency can be used to extract the fault)
- 2009-11-24 18:12:14下载
- 积分: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
-
PID-control-of-PUMA560-robot
PID control of PUMA560 robot
a MATLAB code for a PID controller of 3 DOF PUMA560 robot
- 2013-04-30 21:20:07下载
- 积分:1
-
Y-W
Yule—Walker方程构造信号的AR模型,Burg递推算法计算不同阶数的预测器系数(Yule-Walker equation for constructing the signal of AR model, Burg recursive algorithm to calculate the number of different order predictor coefficient)
- 2010-07-25 11:03:21下载
- 积分:1