-
em_ghmm
EM算法,用于估计参数的一个初级入门实例(EM algorithm, used to estimate the parameters of a primary entry examples)
- 2021-04-27 17:18:44下载
- 积分:1
-
duobinarycode
duobinary conversion for agiven input symbols
- 2009-04-03 20:34:21下载
- 积分:1
-
MIMO_OFDM_Wireless_Communication_with_MATLAB
MIMO OFDM transmit and receive functions also include channel estimation algorithms for MIMO
- 2013-03-14 23:58:14下载
- 积分:1
-
DCT
一个有关DCT的matlab程序,采用分块的思路(DCT-a matlab program, the idea of using block)
- 2009-05-03 22:20:41下载
- 积分:1
-
RBF_Non_Linear_Prediction_Mackey-Glass
RBF prediction Mackey-Glass serie
- 2010-05-05 20:21:42下载
- 积分: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
-
html
SCHWEFEL CODE by matlab
- 2009-12-16 04:45:34下载
- 积分:1
-
格子玻尔兹曼圆柱绕流
说明: 利用matlab软件编写的格子玻尔兹曼方法模拟的圆柱绕流问题,并实现了可视化(The flow around the cylinder is simulated by lattice Boltzmann method compiled by MATLAB software, and the visualization is realized)
- 2020-01-04 08:48:38下载
- 积分:1
-
smarttoolDemo
控制系统仿真分析软件。请从mainControl.m文件开始。(Autocontrol system simulation software with GUI interface.)
- 2009-09-24 20:47:59下载
- 积分:1
-
gg_mle
DGGBETA针对广义高斯,GGDEMO,,GGD中BETA估计,广义高斯参数估计,概率密度,(DGGBETA for Generalized Gaussian, GGDEMO,, GGD in BETA estimated generalized Gaussian parameter estimation, probability density,)
- 2010-08-06 15:49:59下载
- 积分:1