-
gmsk
it is a complete gmsk matlab folder
- 2011-04-24 06:34:17下载
- 积分:1
-
im_rst
Perform rotation, translation and scaling on any image using MATLAB. The function has five inputs. These include at the first place the image which is to be rotated, translated and scaled. The second includes the scale factor. Scale factor less than 1 results in compression whereas that more than 1 results expansion. The value in this field cannot be 0.The third includes rotation which can have values like 0,10 30,etc. The fourth is x translation value and the fifth being the y translation value. The output images will be a combination of all the inputs provided.
- 2013-04-24 03:26:19下载
- 积分:1
-
matlab
基于matlab语言,关于连续信号系统的频域分析.(Frequency domain analysis of continuous system matlab
)
- 2013-04-26 15:05:54下载
- 积分:1
-
Threshold-Autoregressive-Model
MATLAB-门限协整自回归模型,操作简单,使用方便(Threshold Autoregressive Model)
- 2015-02-15 20:31:56下载
- 积分:1
-
ofdr
说明: 基于OFDR的分布光纤传感技术的研究,仿真了OFDT干扰(The distributed optical fiber sensing technology based on OFDR is studied, and the ofdt interference is simulated)
- 2021-04-15 15:28:54下载
- 积分:1
-
FCM
fcm算法的matlab实现,6.5以上版本可用(FCM algorithm matlab realized, more than 6.5 version is available)
- 2008-01-09 18:50:42下载
- 积分:1
-
pastapastdaopast
多用户检测的三种子空间方法的仿真对比的是误码率-信噪比性能(Third seed space simulation comparison of multiuser detection method is BER- SNR performance)
- 2014-01-17 10:24:40下载
- 积分:1
-
TLBO_Algortithm
TLBO metaheuristic algorithm to general optimization problem
- 2015-04-09 03:49:24下载
- 积分:1
-
P106_imagecbe
利用MATLAB语言,将实现经常处理会的小波图像融合(The use of MATLAB language, will achieve will often deal with wavelet image fusion)
- 2009-09-16 21:30:26下载
- 积分: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