-
fast-coding-in-matlab
for fast optimize programming in matlab
- 2012-05-23 12:33:00下载
- 积分:1
-
histeq
自己编的直方图均衡化matlab源码,可以实现图像的直方图均衡(own addendum to the histogram equalization Matlab source, the image histogram equalization)
- 2007-07-10 20:44:11下载
- 积分:1
-
vblast1
基于多天线中的qpsk,bpsk的星座图的blast算法(Based on Multi-Antenna qpsk, bpsk the constellation diagram of the blast algorithm)
- 2008-05-03 08:31:50下载
- 积分: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
-
BPSK_ASK_jiay
This m file analyzes a coherent binary phase shift keyed(BPSK) and a amplitude shift keyed(ASK) communication system. The receiver uses a correlator(mixer-integrator[LPF]) configuration with BER measurements comparing measured and theoretical results. The bandpass and low pass used in the receiver are constructed using z transforms.
(This m file analyzes a coherent binary phas e shift keyed (BPSK) and a amplitude shift keyed (ASK) communication system. The receiver uses a correlator (mixer-integrator [LPF]) config Education and other BER measurements comparing with measu red and theoretical results. The bandpass and l ow pass used in the receiver are constructed usi Vi z transforms.)
- 2007-04-16 12:01:56下载
- 积分:1
-
3898238942894zhiwen
基于matlab的指纹库指纹识别设计,matlab源码和指纹库。(Matlab-based fingerprint identification fingerprint database design, matlab source code and fingerprint database.)
- 2013-11-07 15:24:18下载
- 积分:1
-
zhexiantu
matlab画折线图,通过折线图可以直观显示误差信息。(matlab draw a line chart, line graph can be visualized by the error message.)
- 2014-12-16 10:29:27下载
- 积分:1
-
log-BPLDPC
LDPC仿真程序,采用log-BP算法 (LDPC simulation program using the log-BP algorithm)
- 2021-04-05 19:39:03下载
- 积分:1
-
target-tracking-using-kalman
用 kalman滤波进行目标物体追踪,有数据,试验成功,matlab编程,图像处理。(Using kalman filter for tracking the target object, including data, test success, matlab programming, image processing.)
- 2011-04-30 17:25:16下载
- 积分:1
-
face_detection
This is a source code for face recognition.
- 2012-05-02 04:08:54下载
- 积分:1