-
proney
说明: 原创_proney算法,现代谱估计的一种,在信号处理中应用广泛(Original _proney algorithm, a kind of modern spectral estimation, is widely used in signal processing)
- 2011-04-09 01:14:12下载
- 积分:1
-
ami.rar
这是AMI码的波形编辑和其付氏变换,以及功率普密度分析(This is the AMI code waveform editor and its Fourier transform, and the power density analysis Cape)
- 2006-05-17 13:29:06下载
- 积分:1
-
matlab_ti
initiation to matlab in french langage
- 2012-06-02 05:53:07下载
- 积分:1
-
ecg-identification
ecg signal reader and identification
- 2011-11-01 20:04:12下载
- 积分:1
-
enkf_fts_inflation
带有膨胀因子的集合卡尔漫滤波matlab源码(EnKF matlab source with inflation)
- 2014-05-08 18:02:42下载
- 积分:1
-
cooccurence
computes coocurrence matrix for image processing
- 2009-05-14 04:30:12下载
- 积分:1
-
jutsinzj
自适应型广义形态滤波滤波器的源代码(内含腐蚀、膨胀、开闭运算、snr等代码),仅供参考(The source code of the adaptive generalized morphological filter filter (containing corrosion, expansion, opening and closing op, snr, and other code), for reference only
)
- 2012-04-18 19:21:13下载
- 积分:1
-
matlabduoyuanxinxironghe
此程序是针对文献《基于相关函数的多振动信号数据融合方法》撰写的matlab程序,属于多源信息融合(This program is for literature, " based on the relevant multi-function vibration signal data fusion," wrote the matlab program, part of multi-source information fusion)
- 2011-07-09 09:45:36下载
- 积分:1
-
mitmatlab
数据挖掘中经典算法实现,可以节省不少时间哦(matlab code for classical algorithms in Data Mining)
- 2011-09-28 11:21:31下载
- 积分: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