-
qtoctave-win32-0.9.1-3
this is for matlab function
- 2011-11-05 05:04:44下载
- 积分:1
-
intdump
INTDUMP Integrate and dump.
Y = INTDUMP(X, NSAMP) integrates the signal X for 1 symbol period, then
outputs one value into Y. NSAMP is the number of samples per symbol.
For two-dimensional signals, the function treats each column as 1
channel.
- 2013-03-17 01:32:25下载
- 积分:1
-
motaifenxi_2
结构的频域结果处理的有效程序,对于试验数据可以有效处理(Effective procedures result in the frequency domain processing structure for the test data can be effectively addressed)
- 2014-11-25 11:24:48下载
- 积分:1
-
xin-hao-
用matlab产生函数的方法附带源程序 ( )
- 2011-12-13 11:28:19下载
- 积分:1
-
COST231Models
一个很好的cost231信道建模程序,并有图示说明(A good cost231 channel modeling program, and a note icon)
- 2010-07-08 14:11:41下载
- 积分:1
-
FUZZY-PID-report
详细的模糊控制报告,附程序和工具箱仿真,绝对实用(Detailed report of fuzzy control, with procedures and simulation toolbox is absolutely practical)
- 2011-06-21 20:27:37下载
- 积分: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
-
FINAL_CODE
wavelet based image fusion
- 2015-02-15 17:20:54下载
- 积分:1
-
lapjvADAD
A Matlab implementation of the Jonker-Volgenant algorithm solving LAPs
- 2010-11-11 08:35:41下载
- 积分:1
-
cyclostationary_toolbox
matlab循环谱分析工具箱,其中包含cyclic_4th_order_cumulant,cyclic_autocorrelation_fast等函数(cyclic spectral analysis toolbox )
- 2011-01-11 22:25:12下载
- 积分:1