登录
首页 » matlab » mini2

mini2

于 2010-10-26 发布 文件大小:1KB
0 88
下载积分: 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 个回复

  • Matlab
    精通MATLAB图像处理,电子工业出版社, 该光盘文件中包括了全书所有实例对应的MATLAB M文件,以及用到的图片。所有代码按照章节存放在各个文件夹下,如“第2章”文件夹下存放了本书第2章所有的程序代码或实例代码,“第3章”文件夹下存放了第3章所有的实例代码,依此类推。(Proficient in MATLAB image processing, electronic publishing industry, the CD includes a book, document all instances of the corresponding MATLAB M files, and use the pictures. All of the code stored in accordance with sections in every folder, such as " Chapter 2" folder stored under Chapter 2 of this book to all of the program code or example code, " Chapter 3" folder stored under Chapter 3 of all example code, and so on.)
    2010-06-14 10:10:13下载
    积分:1
  • Micromechanics_v0.4
    Standard analytic micromechanics analysis using the matlab programming language.
    2011-02-01 22:42:25下载
    积分:1
  • Off_line_LMS
    off line FX-LMS algorithm to reduce noise from primary path
    2013-10-16 19:47:02下载
    积分:1
  • mycanny
    基于修正的hausdorff的图像匹配算法,可快速实现图像匹配(hausdorff mattch)
    2014-12-22 22:26:21下载
    积分:1
  • paper2
    Quasi-Orthogonal Space-Time-Frequency Trellis Codes for MIMO-OFDM Systems
    2015-03-08 15:22:55下载
    积分:1
  • Adaptive-Filters---S.H-Sayed-part1
    Ali H. Sayed 2008编写的Adaptive filters一束是经典的介绍滤波器的书籍。又是文件太大,只能分部分上传,这是第一部分。(Ali H. Sayed 2008 Adaptive filters write a bunch of classic books introduce filters. Another file is too large to upload only in parts, this is the first part.)
    2015-03-29 20:10:56下载
    积分:1
  • 故障诊断研究的vss序代码
    用于故障诊断研究的vss程序代码,感兴趣的可以看看(The VSS program code for fault diagnosis research can be viewed as interesting)
    2020-06-18 02:20:02下载
    积分:1
  • pufengsousuo
    这是我师兄做的空间谱估计的内容。这只是一小部分程序,希望大家能够接受,下载吧。(this done I saw the space Spectral Estimation content. This is only a small part of the procedure, hoping that everyone can accept, download it.)
    2005-08-05 18:00:41下载
    积分:1
  • gas-turbine-modeling
    Today, gas turbines are one of the major parts of modern industry. They have played very imported in aeronautical industry, power generation, and main mechanical drivers for large pumps and compressors. This paper proposes to examine the application of fuzzy logic to represent a fuzzy model of a gas turbine and their applications in control systems. The main objective of this work is construction of a fuzzy model of the gas turbine system, the validation results show that this model can be used for the system control and Diagnostics.
    2015-05-09 06:20:10下载
    积分:1
  • zhijiefapuguji
    估计功率谱密度的平滑周期图是一种计算简单的经典方法,其主要特点是与任何模型参数无关,是一种非参数化的方法。(Estimated power spectral density is a smooth periodogram simple classical calculation method, the main feature is not related to any model parameter, is a non-parametric methods.)
    2011-01-07 17:48:02下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载