登录
首页 » matlab » mini2

mini2

于 2010-10-26 发布 文件大小:1KB
0 193
下载积分: 1 下载次数: 4

代码说明:

  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)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • sanweideFDTD
    三维的FDTD模拟电磁场仿真程序。采用PML边界。(Three-dimensional FDTD simulation of electromagnetic field simulation program. Using PML boundary.)
    2009-04-19 16:26:14下载
    积分:1
  • R_Svd
    雷达系统,消除射频干扰的MATLAB程序。(Radar system, to eliminate RF interference MATLAB.)
    2010-12-25 22:40:18下载
    积分:1
  • sonrobet
    It is important in detecting the edges of image.It is better than canny.
    2015-02-10 17:42:36下载
    积分:1
  • otsu-threshold
    OTSU METHOD FOR THRESHOLDING
    2013-11-30 13:33:21下载
    积分:1
  • matlab
    DWT Watermark a example for new beginner, you can edit this file like yours and develop new code for better future
    2011-10-06 00:40:16下载
    积分:1
  • ch5
    说明:  MATLAB 7编程 数字信号处理源代码(MATLAB)
    2010-04-23 12:01:39下载
    积分:1
  • adaptiveFilter
    说明:  空时自适应信号处理,滤波器设计资料,滤波器设计专著(spatial temporal filter)
    2021-04-25 16:18:46下载
    积分:1
  • tiaozhishibie
    调制识别的代码,很好的实现调制识别的功能,有很强的参考意义(Modulation recognition code, a good realization of modulation recognition of the function, there is a strong reference value)
    2016-04-06 23:55:58下载
    积分:1
  • Mimotools
    mimo tools with matlab cod
    2017-12-23 06:08:03下载
    积分:1
  • MATLAB
    关于学习C++的资料,适合初学者使用,有关数学建模(Learning C++ on the information, suitable for beginners, the mathematical modeling)
    2010-09-28 10:55:32下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载