-
sparsebays
实现稀疏贝叶斯模型的一个有效的学习算法的matlab函数包(Sparse Bayesian models to achieve an effective learning algorithm matlab function package)
- 2020-11-03 09:39:52下载
- 积分:1
-
lianxi
在Matlab中,实现牛顿插值算法的源程序(In Matlab, the realization of Newton interpolation algorithm source)
- 2008-06-24 21:32:39下载
- 积分:1
-
QoS
说明: QoS组播路由问题的蚁群算法通用Matlab源码(QoS multicast routing problem common Matlab source code ant colony algorithm)
- 2008-09-29 11:23:02下载
- 积分:1
-
maichong
扩频通信条件下采用QPSK,脉冲干扰条件下仿真误码率的变化(Under the conditions of use of spread spectrum communication QPSK, pulse jamming simulation of changes in the error rate)
- 2011-05-19 15:26:51下载
- 积分:1
-
P_day_ZeroCount
处理降雨量日志数据的小程序,去掉异常值,换算,统计,作图(Applet rainfall log data, remove outliers, conversion, statistics, mapping)
- 2012-07-05 14:37:04下载
- 积分:1
-
tutorial_em_matlabcode
em算法matlab代码。解压缩后直接可以在matlab环境下运行(em algorithm Matlab code. Decompress directly in the operating environment Matlab)
- 2007-02-28 10:57:31下载
- 积分:1
-
DC_Motor_Model
Mathematical modeling of DC Motor Model using current and speed equations
- 2013-09-26 04:14:00下载
- 积分:1
-
MMP
channel estimation using OMP code matlab
- 2015-03-05 23:02:28下载
- 积分:1
-
LQR
说明: 研究高超声速飞行器在纵向的运动情况,对系统的速度和飞行高度进行仿真分析,我们将对在不同的 、 值的条件下分析出系统的最优性能(The longitudinal motion of the hypersonic vehicle is studied, and the system speed and flight height are simulated. We will analyze the optimal performance of the system under different conditions and values.)
- 2019-04-02 21:05:13下载
- 积分:1
-
matlab
y3k=fft(u,(m+n-2)/4)
i=1:(m+n-2)/4
subplot(5,2,9) stem(i,u)
title( 滤波后上采样 )
k=1:(m+n-2)/4
subplot(5,2,10) stem(k,y3k)
title( 上采样频谱 )
xlabel( k ) ylabel( y3k ) (y3k = fft (u, (m+ n-2)/4) i = 1: (m+ n-2)/4 subplot (5,2,9) stem (i, u) title (after filtering the sample) k = 1: (m+ n-2)/4 subplot (5,2,10) stem (k, y3k) title (on the sample spectrum) xlabel (k) ylabel (y3k))
- 2009-01-06 13:09:09下载
- 积分:1