-
hurst
hurst index calculate(hurst index)
- 2014-09-24 10:23:44下载
- 积分:1
-
mcmc71
monte carlo 算法 Denoising of letter A: Ising Prior(monte carlo algorithm Denoising of letter A: Ising Prior)
- 2011-10-25 11:04:13下载
- 积分:1
-
7654356
右边伸出的bar导航,IOS编程学习源码,很好的参考资料。(Bar navigation right out, learning IOS programming source code, a good reference.)
- 2013-12-05 09:38:30下载
- 积分:1
-
Matlabandcmultiplyprogramme
MATLAB与C、c++语言混合编程方法介绍的经典文章(MATLAB and C, c++ programming language introduced the classic mixed-article)
- 2009-10-13 14:16:38下载
- 积分:1
-
VPROFILE
This function obtains the voltage profile for a transmission line.
- 2014-11-05 23:43:12下载
- 积分:1
-
matlab
matlab关于幂法和反幂法以及原点平移加速的源代码(matlab translational acceleration of the source code on the power method and inverse power law, as well as the origin)
- 2012-11-13 11:07:40下载
- 积分:1
-
lmsadaptivefilteringdemo
LMS自适应滤波的演示程序
LMS自适应滤波的演示程序(LMS adaptive filtering LMS adaptive filtering demo demo)
- 2010-08-15 00:18:20下载
- 积分: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
-
chapter02
《通信天线建模与matlab仿真分析》教材实例源代码,这个教材是国外的,国内买到的这本书都是没有源程序代码的。(" Communication antenna modeling and simulation matlab" materials source code examples, this material is foreign, domestic buy this book is no source code.)
- 2011-10-30 09:07:51下载
- 积分:1
-
HHT-MATLAB
这是希尔伯特--变换的MATLAB程序,希望对大家有用(hitbert matlab)
- 2011-11-24 14:30:51下载
- 积分:1