-
dataset
matlab 代码 k-means 算法 实现2-D数据的聚类(matlab code for k-means algorithm is 2-D data clustering)
- 2009-11-29 15:56:53下载
- 积分:1
-
mylu
Gauss列主元消去法解线性方程组.mylu函数中,U0、L0、P0分别为Gauss列主元分解中得U,L,P.(out PCA Gauss elimination method for solving linear equations. Mylu function, U0, L0, P0 Gauss out of the main yuan decomposition in the U, L, P.)
- 2006-12-27 11:09:07下载
- 积分:1
-
Gossip-gas
高斯烟羽扩散模型的matlab实现,可以用来模拟气体扩散的过程。(Matlab Gaussian plume dispersion model to achieve, it can be used to simulate the gas diffusion process)
- 2021-03-18 20:59:19下载
- 积分:1
-
mackeyglass
This script generates a Mackey-Glass time series using the 4th order Runge-Kutta method.
The code is a straighforward translation in Matlab of C source code provided by Roger Jang
- 2010-11-17 00:18:50下载
- 积分:1
-
Capon
capon算法,主要应用于波达方向的估计和波束形成的分析仿真(Capon algorithm, mainly used in DOA estimation and beamforming analysis of simulation)
- 2020-11-30 16:29:27下载
- 积分:1
-
xiongyali
matlab 匈牙利算法,百度搜到的,试了可以用(Hungarian algorithm matlab)
- 2011-09-10 17:57:33下载
- 积分:1
-
histnorm
HISTNORM Histogram normalized
[...] = HISTNORM(...) works like HIST, but the frequency is normalized
so that area sum is 1.
Bonus usage!
[...] = HISTNORM(..., plot ) plots and returns the output arguments.
Be sure plot is the last argument.
Example:
data = randn (10000, 1)
[xo,no] = histnorm(data, 101, plot )
hold on
plot (no, normpdf(no), r )
hold off
See also: HIST.
- 2011-11-18 21:12:29下载
- 积分:1
-
QAM
通信中QAM调制,用的是16QAM,分为同相路、正交路的调制。将比特串串并变换后分别调制。(QAM modulate)
- 2015-03-31 16:14:06下载
- 积分:1
-
work
code matlab transmission
- 2009-12-16 17:38:03下载
- 积分:1
-
Inverted-pendulum
对二阶倒立摆进行仿真,利用S函数搭建模块,实现对非线性二阶倒立摆的控制仿真(Inverted pendulum on the second simulation, the use of S-function to build the module, to achieve second-order non-linear simulation of inverted pendulum control
)
- 2011-07-09 21:51:11下载
- 积分:1