登录
首页 » matlab » mini2

mini2

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

  • guidinghua
    直方图规定化,用于matlab图像处理。所谓直方图规定化,就是通过一个灰度映像函数,将原灰度直方图改造成所希望的直方图。所以,直方图修正的关键就是灰度映像函数。(Histogram specification for matlab image processing. The so-called histogram specification is through a grayscale image function, the original histogram transformed into the desired histogram. Therefore, the key is the gray image histogram correction function.)
    2014-11-05 15:39:53下载
    积分:1
  • wavefast
    说明:  本文件为Matlab环境下,不用小波工具箱编的小波变换源代码。(this document for Matlab environment, not wavelet Toolbox series of the wavelet transform source code.)
    2005-12-09 22:45:30下载
    积分:1
  • MatlabClassificationToolbox
    Toolbox in Matlab for pattern recognition
    2012-03-31 07:22:47下载
    积分:1
  • Simulink
    MATLABSimulink工具箱精短教程:包括1、简单过程介绍;2、模块库简介;3、simulink基础;4、simuling建模仿真;5、S函数建立与应用;6、simulink简短例题(MATLABSimulink Toolbox essential short course: 1, simple procedure describes 2, module, introduction to libraries, 3, the Simulink based 4, simuling modeling simulation 5, s establishment and application of function, 6, the Simulink short examples)
    2012-04-09 14:53:54下载
    积分:1
  • m4
    说明:  这是国外一本经典教材附带的程序,通信系统的matlab实现,所含例子丰富(This is a classic foreign materials attached to the procedures, communications systems to achieve matlab contains abundant examples of)
    2009-05-21 20:33:44下载
    积分:1
  • shear-frame-model
    剪切框架模型动力响应分析,即糖葫芦串形式的结构动力响应计算(dynamic response for shea frame model)
    2020-08-15 12:18:26下载
    积分:1
  • fe705032e7539684fdde8c7adfdd2135
    卡尔曼滤波的故障诊断,才用卡尔曼滤波方法的故障诊断技术的matlab 与simulink 仿真代码(karman filter with design)
    2014-05-15 16:46:04下载
    积分:1
  • 2019072105
    说明:  识别视频中特定颜色的圆,在图像上标记,并作出路径(Identify the circles of a particular color in the video, mark them on the image, and make the ways out)
    2020-06-16 20:20:02下载
    积分:1
  • SISO_CRC_HARQ
    Program for SISO HARQ
    2010-05-12 16:58:05下载
    积分:1
  • MCBF_Ver1
    Multimedia Content-based Fingerprinting Toolbox
    2011-07-30 03:46:26下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载