-
noiseeeeeee
自适应噪声对消器,适用于采样信号的白噪声消除。(Adaptive noise cancellation, and applied to sample the signal to eliminate the white noise.)
- 2009-05-14 01:12:22下载
- 积分:1
-
ch1545kl
说明: ec生物信息与论文实现\matlab教程及工具箱(ec biological information and papers to achieve \ Directory and Matlab Toolbox)
- 2006-03-15 21:14:45下载
- 积分:1
-
bayesfenlei
自己变得额matlab 贝叶斯分类程序 实现图像分类 遥感图像分了(bayes classification for remote sensing image )
- 2011-10-03 18:00:28下载
- 积分:1
-
decompositionen-ondelttes
this is a code for wavelet decomposition
- 2013-05-11 22:53:02下载
- 积分:1
-
gui_tips
一个关于MATLAB GUI设计的文档。文档言简意赅的介绍了GUI设计的基础以及小技巧。适合初学者学习。(A MATLAB GUI design documents. Document concise introduction to the GUI design as well as tips. Suitable for beginners to learn.)
- 2008-12-29 20:37:59下载
- 积分:1
-
Mechanical-Design-Analysis-AAD
Basic Design Analysis of Bracket, Cotter Joint, Intermediate Shaft, Knuckle Joint, Transmission Shaft using MATLAB.
- 2014-09-21 15:12:44下载
- 积分: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
-
qamofdm
16-QAM MODULATIONTECHNIQUE USED FOR OFDM SYSTEM (orthogonal frequency division multiplexing)
- 2013-11-20 13:20:15下载
- 积分:1
-
question1
太阳同步轨道仿真一周期内卫星星下点轨迹图
(During the week of sun-synchronous orbit satellite nadir simulation trajectories)
- 2013-11-24 11:15:30下载
- 积分:1
-
DiffParam_SOR
非线性方程组求解matlab程序,基于DiffParam和SOR的非线性方程组求解matlab例程(Nonlinear equations for solving matlab program, based on DiffParam and SOR nonlinear equations for solving matlab routines)
- 2017-11-17 10:09:07下载
- 积分:1