-
matlab
基于数字信号处理的各种matlab源程序代码,包括FFT、DFT还有采样及系统响应函数等等。(All based on digital signal processing matlab source code, including FFT, DFT also sampling and system response function and so on.)
- 2010-07-12 21:49:47下载
- 积分:1
-
histogram
histogram reperesentationnnn
- 2010-05-09 19:17:14下载
- 积分:1
-
C_C
C——C方法计算,用于相空间重构分析,很好很使用的一种方法(C- C method for phase space reconstruction analysis。It is ery good and useful。)
- 2012-04-12 11:31:05下载
- 积分:1
-
test
This program in matlab encrypts the image in frequency domain
- 2013-02-23 20:57:23下载
- 积分:1
-
LFnewton
power flow analysis using newton raphson method
- 2013-07-27 19:00:20下载
- 积分:1
-
Archive
灰色预测的程序,灰色预测是对不确定系统数据的预测(Gray prediction procedure, gray prediction is for uncertain system data)
- 2013-10-11 16:45:17下载
- 积分: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
-
VENSFD
matlab开发的元胞自动机交通流仿真程序(matlab traffic program)
- 2014-02-08 08:04:53下载
- 积分:1
-
APF(instantaneous-power)
学习APF过程中的读书笔记和SIMULINK仿真模型(瞬时功率理论)(APF process of learning reading notes and SIMULINK simulation model (Instantaneous Power Theory))
- 2013-05-24 14:49:59下载
- 积分:1
-
CHAP_04
这是MAtlab与DSP应用中的第4掌的例子程序
(This is the Matlab and DSP applications 4th metacarpal examples of procedures)
- 2007-11-16 16:03:50下载
- 积分:1