-
mini2
clear all
clc
t=0:1/1000:10-1/1000
s=sin(2*pi*t)
snr=20
s_power=var(s) varience of s
linear_snr=10^(snr/10)
factor=sqrt(s_power/linear_snr)
noise=randn(1,length(s))*factor
x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù
x1=noise Ô ë É ùÔ ´ Ê ä È ë
x2=noise
w1=0 È ¨Ï µ Ê ý ³ õ Ö µ
w2=0
e=zeros(1,length(x))
y=0
u=0.05
for i=1:10000 LMSË ã ·¨
y(i)=w1*x1(i)+w2*x2(i)
e(i)=x(i)-y(i)
w1=w1+u*e(i)*x1(i)
w2=w2+u*e(i)*x2(i)
end
figure(1)
subplot(4,1,1)
- 2010-10-26 16:41:03下载
- 积分:1
-
pLSA
用于文本分析和分类的pLSA(Probability Latent Semantic Analysis)的Matlab算法,含有测试数据及算法原理介绍。也可用于图像分析。相比原来的版本,增加了示例程序demo.m,以实现可视化效果,用户更容易使用和理解pLSA算法。(For text analysis and classification of pLSA (Probability Latent Semantic Analysis) of the Matlab algorithm with test data and algorithm theory description. Can also be used for image analysis. Compared to the original version, an increase of sample programs demo.m, to achieve the visual effect, the user can more easily use and understand the algorithm.)
- 2010-05-12 12:46:49下载
- 积分:1
-
Matlab_CUDA-1.1a
Iris recognition file
- 2011-07-19 04:15:27下载
- 积分:1
-
4.面阵中二维角度估计 ESPRIT算法MATLAB程序
说明: 面阵中二维角度DOA估计算法,采用ESPRIT,经典算法,注释清晰,可拿来直接用(Two dimensional angle DOA estimation algorithm in array, using ESPRIT, classic algorithm, clear notes, can be used directly)
- 2021-01-04 09:23:15下载
- 积分:1
-
coilc
Calculate the sensible and latend load of the cooling coil in a VAV Reheat System
- 2011-11-14 05:42:57下载
- 积分:1
-
denoise
消噪滤波的一些程序对比。。。。。。。。。。(Some programs eliminate noise filtering contrast. . . . . . . . . .)
- 2015-03-07 14:06:58下载
- 积分:1
-
ONE-QKF
一阶QKF(积分卡尔曼滤波)算法,性能优于UKF、EKF,谢谢~(An order QKF (integral Kalman filter) algorithm outperforms UKF, EKF, thank you ~)
- 2014-01-17 15:26:04下载
- 积分:1
-
MMAdapGA
MMAdapGA:用多变异位自适应遗传优化求解一维无约束优化问题
(MMAdapGA: with changeable ectopic adaptive genetic optimization solution of one-dimensional unconstrained optimization problems)
- 2013-12-08 18:28:40下载
- 积分:1
-
compute-lyapunov-exponent
说明: 可以方便的计算混沌系统的李雅普诺诺夫指数,只要改变其动力方程即可。(Chaotic system can easily calculate the lyapunov exponent, as long as you change the power equation)
- 2011-03-12 18:36:37下载
- 积分:1
-
matlab
六自由度钢带并联机器人位置逆解仿真程序 源码(Six degrees of freedom steel strip connected in parallel position of the robot inverse solution of emulation program)
- 2013-05-13 16:00:23下载
- 积分:1