-
Huffmanmodificat
matlab implementation of rlc+huffman coding for grayscale images
- 2011-01-13 02:57:56下载
- 积分:1
-
zishiyingyuanchengxu
自适应系统源程序,比较简单,希望能对大家有所帮助(Adaptive system source code is relatively simple, we hope to help)
- 2013-04-12 18:27:39下载
- 积分:1
-
信道容量仿真
说明: nakagami衰落下,各态历经信道容量、中断容量、反转容量仿真(Simulation of ergodic channel capacity, interrupt capacity and reverse capacity in Nakagami Fading)
- 2020-04-05 16:00:51下载
- 积分:1
-
Laser-based_Timber_Profiling
Laser-based的建材研究,报告中附有完整的matlab 源码。(Defective timber is unwanted by the customers therefore it is separated from the
normal timbers as soon as it comes out of the sculpting process before it is sent to the
market. Therefore the objective of this project is to use a laser-based technique to identify the defects, the type of defects and the quality of the timber.)
- 2010-07-08 17:50:00下载
- 积分:1
-
naobui
能量谱分析计算,Gabor小波变换与PCA的人脸识别代码,主同步信号PSS在时域上的相关仿真。( Energy spectrum analysis and calculation, Gabor wavelet transform and PCA face recognition code, PSS primary synchronization signal in the time domain simulation related.)
- 2016-08-22 16:19:32下载
- 积分:1
-
simotheor
Simo traces the ser for a simo system :n transmit antenna and 1 recieve antenna and compare it to an alamouti system
- 2009-02-26 01:14:15下载
- 积分:1
-
shuzilvboqi
基于matlab的数字滤波器设计的文献大全(Matlab digital filter design based literature Daquan)
- 2013-04-25 23:20:52下载
- 积分:1
-
FBD
DIN Power measurement Theory in Matlab/simulink
- 2012-07-30 22:35:58下载
- 积分: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
-
beamform2
matlab仿真实例 波束形成muisc代码 简单易懂的 (matlab simulation beamforming muisc code easy to understand)
- 2010-05-22 23:18:33下载
- 积分:1