-
sasptoolbox
自适应信号处理工具箱,国外经典通信教材的配套源代码(Adaptive Signal Processing Toolbox, foreign classic communications materials supporting source code)
- 2007-08-20 19:09:04下载
- 积分:1
-
multipleinputmultipleoutput
MIMO Capacity
and channel measurment
- 2010-08-24 21:17:28下载
- 积分:1
-
powerlib11
SourceBlock needed when using Matlab 2006 or lower on Matlab 2007 or higher.
- 2020-12-24 16:09:05下载
- 积分:1
-
MUR
很详细的matlab实现FDTDMUR吸收功率的源代码(Very detailed matlab to achieve the absorbed power FDTDMUR source code)
- 2013-04-29 11:20:25下载
- 积分:1
-
Manual-Spike-Detection
spike功率谱分析,对于胞外记录的实验人员有用(spike power spectrum analysis, for extracellular recording useful to experiment)
- 2011-12-29 16:35:22下载
- 积分:1
-
SystemIdentify
利用神经网络对输入的M序列进行线性离散系统辨识,及其改进算法(The use of neural network input M-sequence of linear discrete-time system identification, and its improved algorithm)
- 2009-11-13 19:24:06下载
- 积分:1
-
Distribution-network-reconfiguration
这是应用于配电网重构的改进二进制粒子群算法,能够取得比较理想的效果(Distribution network reconfiguration
)
- 2021-03-05 15:39:32下载
- 积分:1
-
基于分形理论与WZ模型的针板电极系统击穿时电树枝物理现象的计算机模拟Needle-plate_Breakdown_WZ-model
基于分形理论与WZ模型的针板电极系统击穿时电树枝物理现象的计算机模拟(Simulation of electrial breakdown treeing in a needle-plate configuration based on fractal theory and WZ model.)
- 2021-03-31 12:19:09下载
- 积分: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
-
xiaobobianhuan
GUI系统进行小波变换,能够将图像进行适当的压缩。(Wavelet transform GUI system, an image can be appropriately compressed.)
- 2014-01-26 10:17:50下载
- 积分:1