-
lfm
线性调频信号频谱估计,与线性调频信号相关MATLAB程序相关,采用二维峰值搜索方法。(Linear frequency modulation signal frequency estimation, and linear frequency modulation signal related MATLAB program, using two-dimensional peak search method.)
- 2017-07-13 16:40:16下载
- 积分:1
-
balldetection
ball detection in frame movie
- 2010-07-01 14:29:22下载
- 积分:1
-
HMM
由matlab实现的HMM,两个文件可以相互参考(Implemented by the matlab HMM, the two files can refer to each other)
- 2014-01-06 01:04:50下载
- 积分:1
-
PMSM
永磁同步电机的在各种仿真,均可运行,m文件和simulink文件都有。(Permanent magnet synchronous motors in a variety of simulation can be run, m files and simulink files have.)
- 2011-07-26 09:13:52下载
- 积分:1
-
apf51
针对三相桥式整流电路的谐波和无功功率的特点,提出几种滤波方案,并进行比较,最终确定了用有源滤波方案。对于有源滤波器,本论文从结构上比较后选用并联电压型有源滤波器。(The thesis introduces several kind of filter schemes, which is aimed at the harmonic characteristic of three-phase bridge rectifier circuit .After comparison,the thesis chooses the active filter scheme,in view of the active filter, after the comparesion of structure,finally, the thesis chooses the parallel-voltage active filter.)
- 2013-01-30 15:45:59下载
- 积分:1
-
matrix-iteration-method
matlab中用矩阵迭代法求解问题的C程序(matrix iteration method)
- 2011-10-23 10:34:35下载
- 积分:1
-
simulation
激光散斑的模拟仿真。包括圆复高斯非成像散斑,圆复高斯成像散斑,基于copula联合分布函数的相关序列散斑。给出了GUI。可以实现散斑图,散斑强度分布图,相关曲线图。(the simulation of laser speckle
the copula-based simulation of laser speckle)
- 2021-04-28 11:38:44下载
- 积分:1
-
matlab
使用MATLAB进行对信号的加窗和dtft计算(Carried out using the MATLAB signal increases in the calculation window and dtft)
- 2009-11-22 14:08:38下载
- 积分: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
-
zhangzhengyou
相机坐标变换标定矩阵的张正友算法,用于标定相机图像坐标与世界坐标的关系(Coordinate transformation matrix camera Zhengyou calibration algorithm used to calibrate the camera image coordinates and world coordinates relations)
- 2014-01-02 17:40:16下载
- 积分:1