-
single-location
我写的一个地震单台定位的程序,可以输入初至和P波和S波的到时差就可以计算出震中,然后输入台站的经纬度就可以得到震中的经纬度(I wrote a single earthquake location procedures, may enter the beginning to and P-wave and S wave to the time difference can be calculated on the epicenter, and then enter the station s latitude and longitude can be the epicenter of the latitude and longitude)
- 2007-07-20 10:46:24下载
- 积分:1
-
mud
注意:刚上传的不完整,以这个为准 (在DS-spread spectrum系统中,噪声为加性高斯白噪声,传统单用户检测,线性解相关多用户检测和最小均方误差多用户检测的性能比较)(In DS-spread spectrum system, the noise is additive white Gaussian noise, the traditional single-user detection, the linear decorrelating multiuser detection and MMSE Multiuser Detection Performance Comparison)
- 2020-11-16 19:09:40下载
- 积分:1
-
matlabhanshu
matlab编程时需要用到的常见函数的用法及作用(usage and the role of the common functions needed in the Matlab programming)
- 2012-04-10 17:24:24下载
- 积分:1
-
AutoSSA-matlab_22102007
AutoSSA-matlab,it is a tool for SSA in matlab.
- 2010-05-25 17:50:26下载
- 积分:1
-
tqpymcwj
利用自然梯度算法,IMC-PID是利用内模控制原理来对PID参数进行计算,虚拟力的无线传感网络覆盖,包含了阵列信号处理的常见算法,关于小波的matlab复合分析,代码里有很完整的注释和解释,采用波束成形技术的BER计算,使用大量的有限元法求解偏微分方程。( Use of natural gradient algorithm, The IMC- PID is using the internal model control principle for PID parameters is calculated, Virtual power wireless sensor network coverage, Contains a common array signal processing algorithm, Matlab wavelet analysis on complex, Code, there are very complete notes and explanations By applying the beam forming technology of BER Using a large number of finite element method to solve partial differential equations.)
- 2016-04-10 16:44:32下载
- 积分:1
-
beatratecalculation
helps to detect ECG QRS wave source and calculates beat rate using wavelets and can be used to achieve accurate detection of QRS waveform
- 2010-08-23 10:00:34下载
- 积分:1
-
EM
说明: em algorithm used in GMM
- 2010-11-21 01:56:37下载
- 积分:1
-
learn_kalman
LEARN_KALMAN Find the ML parameters of a stochastic Linear Dynamical System using EM.
- 2010-12-02 10:21:21下载
- 积分:1
-
MATLAB
every possible information u need about matlab and how to use it is present here.I hope u enjoy it as much as i did
- 2010-12-10 17:45:42下载
- 积分:1
-
we
说明: 七单元天线阵DOA估计
clear clc
d=1 天线阵元的间距
lma=2 信号中心波长
q1=1*pi/4 q2=1*pi/3 q3=1*pi/6 q4=3*pi/4 四输入信号的方向
A1=[exp(-2*pi*j*d*[0:6]*cos(q1)/lma)] 求阵因子
A2=[exp(-2*pi*j*d*[0:6]*cos(q2)/lma)]
A3=[exp(-2*pi*j*d*[0:6]*cos(q3)/lma)]
A4=[exp(-2*pi*j*d*[0:6]*cos(q4)/lma)]
A=[A1,A2,A3,A4] 得出A矩阵
n=1:1900
v1=.015 四信号的频率
v2=.05
v3=.02
v4=.035
d=[1.3*cos(v1*n) 1*sin(v2(we)
- 2010-05-06 15:26:50下载
- 积分:1