-
LMS
LMS的算法自适应均衡性能分析,很好的学习资料(Adaptive LMS algorithm balanced performance analysis
)
- 2011-05-09 21:57:07下载
- 积分:1
-
fixed-point
一种基于matlab程序不动点迭代程序算法(Based on the matlab program fixed point iteration algorithm)
- 2014-09-25 15:54:37下载
- 积分:1
-
lilunzhi
基于3GPP 25.996 的简化SCM信道模型,可用来生成基于SCM信道的仿真实时的信道增益的产生,到达角 给出了拉普拉斯分布 均匀分布与标准的20个子径的分布三种不同的形式。(Based on 3 GPP 25.996 simplified SCM channel model, based on SCM channel can be used to generate a simulation of real-time channel gain, arrival Angle gives the Laplace distribution uniform distribution and standard 20 is a diameter of three different forms of distribution)
- 2014-01-10 17:34:08下载
- 积分:1
-
matlab-kalman
说明: 卡尔曼滤波的一个典型实例是从一组有限的,对物体位置的,包含噪声的观察序列预测出物体的坐标位置及速度. 在很多工程应用(雷达, 计算机视觉)中都可以找到它的身影. 同时,卡尔曼滤波也是控制理论以及控制系统工程中的一个重要话题.
比如,在雷达中,人们感兴趣的是跟踪目标,但目标的位置,速度,加速度的测量值往往在任何时候都有噪声.卡尔曼滤波利用目标的动态信息,设法去掉噪声的影响,得到一个关于目标位置的好的估计。这个估计可以是对当前目标位置的估计(滤波),也可以是对于将来位置的估计(预测),也可以是对过去位置的估计(插值或平滑).
(kalman filter in matlab)
- 2011-03-05 21:53:23下载
- 积分:1
-
example4_4
例4:在sinc(t)信号中叠加噪声,分析对应频谱
fs=100 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=2 时间窗大小
(
x=x+0.1*randn(1,N)
x=awgn(x,-10, measured )
figure
plot(t,x)
title( 时域信号图 )
xlabel( t /s )
y=fft(x,N)
figure
if mod(N,2)~=0
N=N-1
end
f=linspace(0,fs/2,N/2)
plot(f,abs(y(1:N/2))*2/N)
title( 叠加噪声的sinc(t)信号频谱 )
xlabel( f /Hz )
figure
y0=y(1:N/2)
P=y0.*conj(y0)/N
P=10*log10(P)
plot(f,P)
title( 功率谱 )
xlabel( f /Hz )
)
- 2010-05-25 20:59:03下载
- 积分:1
-
fft1-in-matlab
FFT 实例
x=0.5*sin(2*pi*15*t)+2*sin(2*pi*40*t)。采样频率fs=100Hz,分别绘制N=128、1024点幅频图(FFT in Matlab example)
- 2014-06-05 16:54:44下载
- 积分:1
-
hamming
四个matlab程序,通过四种方式,分别对向量、图像的汉明编解码进行了研究。并附上试验结果。(Matlab four procedures in four ways, namely, on the vector, image codec Hamming studied. With the test results.)
- 2009-03-30 12:01:22下载
- 积分:1
-
convolutive
卷积盲源分离,采用matlab编程,带有说明文档。(convolution Blind Source Separation using Matlab programming, with documentation.)
- 2020-06-30 12:00:02下载
- 积分:1
-
不同算法对时间序列进行奇异谱分解的源程序代码ssa
不同算法对时间序列进行奇异谱分解的源程序代码,matlab2006a平台调试通过(different algorithms on time series singular spectral decomposition of the source code, matlab2006a through debugging platform)
- 2007-02-27 22:24:25下载
- 积分:1
-
conjugate_gradient
共轭梯度法最优化算法matlab源程序。。(Conjugate Gradient Method optimization algorithm matlab source code. .)
- 2013-02-25 14:40:59下载
- 积分:1