-
chaoliujisuan
配电网潮流计算程序,有40个节点,并且利用时下普遍的前推回代算法计算(Distribution power flow calculation program, with 40 nodes, and use nowadays generally forward and backward substitution algorithm)
- 2021-03-26 15:09:13下载
- 积分:1
-
LYJ@fdtd_11
时域有限差分差分法仿真脉冲在真空以及有损耗和无损耗的介质的一维传播情况(FDTD simulation of a pulse )
- 2014-12-10 21:13:12下载
- 积分: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
-
nbnfi-fe200905181498_2
good document for modeling LIM
- 2015-02-20 08:07:50下载
- 积分:1
-
three-vsr-five-inv
三电平整流五电平逆变的MATLAB仿真,使用与学习整流器和逆变器的人员,(three vsr five inv)
- 2014-08-01 14:40:46下载
- 积分:1
-
MATLABjiekou
书名叫做:MATLAB应用程序接口用户指南。是一本非常专业的书,适合Matlab中高级应用人员使用。(It' s called: MATLAB Application Program Interface User' s Guide. Is a very professional book, suitable for application of Matlab senior officers.)
- 2009-12-18 19:57:18下载
- 积分:1
-
DSP_function
用于dsp的功能开发软件,可以实现普通的dsp相关计算(dsp functions)
- 2012-06-04 23:09:51下载
- 积分:1
-
QAMber
MATLAB coding for QAM BER is given
- 2011-10-18 17:11:49下载
- 积分:1
-
BP
说明: BP算法有详细的注释,数据归一化处理,数据打乱处理,功能强大(BP algorithm has detailed notes, normalization of data processing, data disturb processing, powerful)
- 2015-03-09 21:27:42下载
- 积分:1
-
polar code2
根据华为5G创新大赛polar code部分提供的材料编写的polar code仿真代码,包含SC、SCL、BP三种译码算法。代码实现过程和所提供的材料保持高度一致,便于理解。(According to the Huawei 5G Innovation Competition Polar Code part ,the code is including SC and SCL two decoding algorithms. The code implementation process is highly consistent with the material provided and is easy to understand.)
- 2021-01-05 18:28:54下载
- 积分:1