-
AGC
AGC algorithm for CMMB
AGC algorithm for CMMB
(AGC algorithm for CMMB
AGC algorithm for CMMB )
- 2009-04-13 17:57:45下载
- 积分:1
-
tarea-herramienta-de-corte-robotica
calculate the movement of a robot arm
- 2012-06-09 07:57:21下载
- 积分:1
-
filtmatlab
filtering a signal is a very important processing in signal processing, here is some example of setting parameters and doing this process
- 2015-03-17 18:18:30下载
- 积分:1
-
mini2
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)
- 2010-10-26 16:41:03下载
- 积分:1
-
NewtonChazhi
利用牛顿多项式插值法观察多项式的龙格现象。(Newton polynomial interpolation polynomial Runge phenomenon observed.)
- 2015-01-03 23:47:26下载
- 积分:1
-
SDIF
this is a SDIF algorithm code for deinterleaving radar pulse
- 2021-03-28 14:39:11下载
- 积分:1
-
leaffrong
leafrong method matlab code
- 2011-08-10 22:10:09下载
- 积分:1
-
useful-command-in-Matlab.pdf
This is reference for those who are new to matlab. Written in Chinese.
- 2011-09-12 03:03:29下载
- 积分:1
-
image-match
image match using in engineering and get information from object
- 2013-12-29 13:38:23下载
- 积分:1
-
Heed-matlab.m
HEED的分簇算法的matlab代码,注释详细,对初学WSN协议的同学很大帮助。(HEED clustering algorithm matlab code, detailed notes for the students of great help beginners WSN protocol)
- 2014-01-20 17:18:56下载
- 积分:1