登录
首页 » matlab » mini2

mini2

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

  • 4444.rar
    the same with privious one
    2010-10-06 01:25:00下载
    积分:1
  • 123
    用matlab做的小程序,很好用,简单方便(Using matlab to do a small program, easy to use, simple and convenien)
    2013-05-01 09:32:23下载
    积分:1
  • ellipseDetection
    Detecting the ellipse in an image
    2015-04-16 14:27:22下载
    积分:1
  • TCP_MATLAB_Demo
    matlab进行TCP、UDP通信的例子,使用Instrument Control Toolbox(TCP and UDP Communication Example for matlab using Instrument Control Toolbox)
    2016-03-09 14:20:55下载
    积分:1
  • QPSK
    提出了一个采用(2,1,7)卷积码+QPSK的中频调制解调方案,并在Xilinx公司的100万 门FPGA芯片上实现了该系统。该系统在信噪比SNR为6dB左右时可实现速率超过1Mbit/s、误码率 小于10-5的数据传输。 (Proposed a use of (2,1,7) convolutional code+ QPSK modulation and demodulation of the IF program, and in Xilinx' s FPGA chip one million on implementation of the system. The system SNR to 6dB signal to noise ratio at about the rate may achieve more than 1Mbit/s, less than 10-5 bit error rate of data transmission.)
    2009-03-03 16:02:06下载
    积分:1
  • tongxin
    通信原理的MATLAB编程,满足对课本基础知识的理解,包括调制解调。(Communication Theory of the MATLAB programming to meet the basic knowledge to understand the textbook, including the modem.)
    2009-05-17 16:02:26下载
    积分:1
  • fm.m
    Frequency Modulation simulation using matlab
    2011-08-20 01:24:47下载
    积分:1
  • SA
    说明:  模拟退火GUI演示,利用模拟退火算法求全局最大值最小值(Simulated annealing GUI demonstration, the use of simulated annealing algorithm seeking the global maximum value of the minimum)
    2009-11-09 00:42:19下载
    积分:1
  • qianchui
    说明:  基于GUI界面铅垂平面弹道仿真。matlab编写。(GUI interface based on the vertical plane trajectory simulation. matlab prepared.)
    2008-11-07 18:31:00下载
    积分:1
  • chafendingwei
    基于差分进化算法的无线传感器网络节点定位方法研究(Based on differential evolution algorithm for wireless sensor network node localization method)
    2014-11-21 13:53:18下载
    积分:1
  • 696516资源总数
  • 106627会员总数
  • 16今日下载