-
VQ
说明: this function perform vector quantization on the image by using matlab program ..
- 2011-07-14 21:19:49下载
- 积分:1
-
TH-CL
matlab, 对DICOM图像读取,进行阈值运算,改变颜色后输出。(matlab, read DICOM image threshold operation, change colors after output.)
- 2012-10-09 19:53:21下载
- 积分:1
-
Thesis_Karteek_Gummi
projectreportsimulink bidirectionalconverter
- 2014-01-05 23:13:56下载
- 积分:1
-
doa_focuss
稀疏定位focuss,对于初学稀疏进行DOA的人有参考作用(Sparse positioning focuss, were sparse for beginners who have reference for DOA)
- 2015-05-09 00:17:37下载
- 积分:1
-
two_ray_model
Modelo de dos rayos de Andrea Goldsmith (figura 2.5, según expresión
2.12)
f = 0.9 frecuencia en GHz
landa = 0.3/f en m
R = -1 coeficiente de reflexión en tierra
ht = 10 altura del transmisor en m
hr = 2 altura del receptor en m
Gt = 1
Gr = 1
Pt = 1
d=10:.1:100000
phase_diff = 4*pi*ht*hr./(landa*d) aproximación
Pr = Pt*((landa/(4*pi))^2)*((abs((sqrt(Gt)./d) + (R*sqrt(Gr).*(exp(-sqrt(-1)*phase_diff)))./d)).^2)
Pr = Pt*((landa/(4*pi))^2)*(1./d).*((abs((sqrt(Gt)) + (R*sqrt(Gr).*(exp(-sqrt(-1)*phase_diff))))).^2)
figure(1), clf,
plot((d),10*log10(Pr/max(abs(Pr))))
grid
xlabel( log_1_0(d) )
ylabel( Potencia recibida (dBm) )
- 2010-02-08 06:31:54下载
- 积分:1
-
matlab-power-research
power system research
- 2012-04-26 21:39:29下载
- 积分:1
-
power allocatin
noma的固定算法和树形算法的matlab仿真,可以直接运行。(Matlab simulation of fixed algorithm and tree algorithm of noma can run directly.)
- 2020-07-01 21:20:02下载
- 积分:1
-
粗糙表面计算机模拟GUI
利用MATLAB模拟实现三维随机粗糙表面(高斯表面 的)(Gaussian rough surface 3 d simulation)
- 2017-06-19 09:16:39下载
- 积分:1
-
GM_EM
不错的GM_EM代码。用于聚类分析等方面。( GM_EM- fit a Gaussian mixture model to N points located in n-dimensional
space.
Note: This function requires the Statistical Toolbox and, if you wish to
plot (for k = 2), the function error_ellipse
Elementary usage:
GM_EM(X,k)- fit a GMM to X, where X is N x n and k is the number of
clusters. Algorithm follows steps outlined in Bishop
(2009) Pattern Recognition and Machine Learning , Chapter 9.
Additional inputs:
bn_noise- allow for uniform background noise term ( T or F ,
default T ). If T , relevant classification uses the
(k+1)th cluster
reps- number of repetitions with different initial conditions
(default = 10). Note: only the best fit (in a likelihood sense) is
returned.
max_iters- maximum iteration number for EM algorithm (default = 100)
tol- tolerance value (default = 0.01)
Outputs
idx- classification/labelling of data in X
mu- GM centres)
- 2013-03-28 12:26:37下载
- 积分:1
-
Total-Variation-Method
Image inpainting using partial differential equations
- 2015-04-19 00:05:15下载
- 积分:1