登录
首页 » matlab » mini2

mini2

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

  • pingjiasuanfa
    评价算法。神经网络一个很好的应用。。。。。大家可以看看!(Evaluation algorithm. Neural network a very good application. . . . . Everyone can see!)
    2007-10-17 20:00:20下载
    积分:1
  • mutiuser
    使用matlab写的6个多用户检测程序,非常有价值(Using matlab written more than 6-user detection procedures, very valuable)
    2007-11-21 21:25:28下载
    积分:1
  • ID3算法及数据集
    说明:  ID3算法进行分类,二叉树分类,包括数据集(ID3 algorithm for classification, binary tree classification)
    2020-06-30 09:00:01下载
    积分:1
  • MATLAB
    本代码是数理统计与MATLAB工程数据分析一书中第8章的原代码,对本章学习有很大帮助。(This code are of mathematical statistics and MATLAB data analysis project, a book in Chapter 8 of the original code, the study of this chapter are very helpful.)
    2009-03-18 17:50:33下载
    积分:1
  • STBC_OFDM_with_Alamouti
    基于Alamouti的STBC-OFDM系统性能分析(Based on Alamouti' s STBC-OFDM system performance analysis)
    2021-04-25 04:38:46下载
    积分:1
  • vectorielle
    la commande vectorille assossié avec l onduleur
    2010-11-13 18:25:40下载
    积分:1
  • 1-DIPUM-Code
    Image processing Basic Programms -1 using Matlab(Image processing Basic Programms-1 using Matlab)
    2009-06-06 18:13:03下载
    积分:1
  • Cubic-and-Matlab
    三次样条插值在Matlab上的实现。三次样条插值函数的构造与Matlab实现(Cubic and Matlab Cubic and Matlab Cubic and Matlab Cubic and Matlab Cubic and Matlab)
    2012-04-17 16:49:03下载
    积分:1
  • direct
    室外可见光通信信道建模,直射链路和反射链路建模(Outdoor visible light communication channel modeling, direct link and reflective link modeling)
    2021-03-14 20:19:23下载
    积分:1
  • 基于MATLAB的瑕疵检测系统
    说明:  基于MATLAB的工业瑕疵缺陷检测,采用工业板图像作为素材。利用灰度化,二值化,边缘提取,形态学运算等方法,检测并标出出瑕疵所在位置,计算出各个块面积。设计了一个UI界面,显示瑕疵个数和面积等参数。(Industrial defect detection based on MATLAB, using industrial plate image as material. Using gray, binarization, edge extraction, morphological operation and other methods, the location of defects is detected and marked, and the area of each block is calculated. A UI interface is designed to display parameters such as the number and area of defects.)
    2021-03-30 15:09:10下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载