-
MATLABshenjingwangluo
本工具箱详细地说明了matlab的各种算法实现,方便大家学习matlab的基本应用,进一步加深了对matlab的认识。(The toolkit explains in detail the various algorithms matlab, matlab facilitate them to learn the basic application, and further deepen the understanding of matlab.)
- 2010-08-20 18:53:34下载
- 积分:1
-
UseWaveletToDetectQRScomplex
说明: 基于Matlab7的QRS波检测算法,使用小波算法。。(The QRS wave on Matlab7 detection algorithm, using the wavelet algorithm.)
- 2010-05-04 22:26:03下载
- 积分:1
-
weann-filter
this is Demonstration of Wiener filter,LMS filter,Steep-descent algorithm.(Demonstration of this is Wiener filter, LMS filter, Steep- descent algorithm.)
- 2007-04-29 16:33:27下载
- 积分:1
-
code1
利用MATLAB实现二进制基带脉冲成形及眼图的绘制(Binary baseband pulse forming and eye drawing)
- 2018-05-17 13:46:36下载
- 积分:1
-
spread_spectrum
BPSK调制解调直接序列扩频系统源代码(白噪声及瑞利衰落误码率比较)(BPSK receiver simulation using Spread Spectrum Techniques )
- 2011-04-26 17:31:59下载
- 积分:1
-
EKF_UKF_test1
扩展卡尔曼滤波,无味卡尔曼滤波对非线性轨迹目标跟踪性能对比。(Extended Kalman filter, unscented Kalman filter to nonlinear trajectory target tracking performance comparison.)
- 2012-06-05 17:10:19下载
- 积分:1
-
ELM
基于机器学习方法的脑电信号自动分类研究
基于机器学习方法的脑电信号自动分类研究(Automatic classification based on machine learning method of eeg signals)
- 2021-04-24 10:48:47下载
- 积分:1
-
selpso
混合粒子群算法具有很好的计算精度及时的收敛(Hybrid particle swarm algorithm has good convergence accuracy in a timely manner)
- 2011-05-05 20:28:41下载
- 积分:1
-
dibazhou
在Matlab中解决实际问题的最优解,此文是具体的代码。(Optimal solution to solve practical problems in Matlab, the article is a specific code.)
- 2012-04-10 15:56:28下载
- 积分:1
-
orbita_sunsync
Orbita.m
Programa para dibujar un periodo de la orbita de un satélite apartir de
los parámetros orbitales
Programado a partir de la hoja TUNDRA2.pdf
Ramon Martínez, 20-12-2006
Parámetros
k=398613.52 en (km^3)/(s^2)
Re = 6377 km
h=814.5
a=Re+h
e=0
OmegaRot=0.9856 º /day
n = sqrt(k/(a^3))
p = a*(1-(e^2))
J2=0.00108263
cos_i = OmegaRot*(-2/3)*(1/J2)*(1/n)*((p/Re)^2)*(pi/180)/(24*3600)
i = acos(OmegaRot*(-2/3)*(1/J2)*(1/n)*((p/Re)^2)*(pi/180)/(24*3600))*(180/pi)
- 2010-02-08 06:34:16下载
- 积分:1