-
SoundSim_2p5D_AcousticBeta
说明: 2.5D弹性波波场模拟matlab程序 弹性波波场模拟matlab程序,是一个可以模拟波场传播切片的动态模拟过程。(2.5D simulation of elastic wave field simulation of elastic wave field program matlab matlab program can simulate the wave field is spread a slice of the dynamic simulation process.)
- 2011-03-02 14:06:48下载
- 积分: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
-
micro_inverter
交错并联微逆变器simulink仿真,包括均流算法的实现。(Interleaved micro inverters simulink simulation, including current share Algorithm)
- 2016-05-13 08:29:05下载
- 积分:1
-
budian
matlab补点去噪程序 主要应用于逆向工程的电晕处理(matlab fill denoising procedure applied to the reverse engineering of the corona treatment)
- 2012-06-03 16:13:04下载
- 积分:1
-
sv
基于simulink的SVPWM仿真,自己编写的,最后还差一个三相桥,大家可自行加上(Based on SVPWM simulation simulink, I have written, and finally a three-phase bridge worse, we can add their own)
- 2013-12-01 16:27:25下载
- 积分:1
-
main
The PSNR is most commonly used as a measure of quality of reconstruction of lossy compression codecs (e.g., for image compression). The signal in this case is the original data, and the noise is the error introduced by compression
- 2013-01-29 04:12:20下载
- 积分:1
-
project
Advanced Digital Signal Processing project
- 2013-07-31 16:37:19下载
- 积分:1
-
周期图法
说明: 在信号中添加噪声,根据周期图法,估计信号功率谱(Add noise to the signal and estimate the signal power spectrum according to the periodic graph method)
- 2020-01-14 11:37:57下载
- 积分:1
-
aa228
用于求一个信号的斜率,通过构造一个滤波器来实现的,绝对正确。(For seeking the slope of a signal, to be achieved by constructing a filter, absolutely correct.)
- 2012-03-29 10:11:41下载
- 积分:1
-
zhixin
使用MATLAB进行图像质心提取,用于求取质心坐标(MATLAB for image centroid extraction for obtaining centroid coordinates)
- 2014-09-18 19:44:24下载
- 积分:1