-
matlabflow
use fir load flow in any buss system
- 2010-12-18 07:51:25下载
- 积分:1
-
docs
说明: RSOFT软件资料,可以解决光子带隙和光纤光栅。(RSOFT software information, can solve the photonic band gap and the fiber grating.)
- 2010-04-07 11:41:46下载
- 积分:1
-
texture123
本程序实现了对一副图像中的材质不同的物体进行分类,对于材质相同的物体归为一类.(the realization of the image of a different material objects to the classification, For the same material objects classified as a category.)
- 2007-04-12 09:41:47下载
- 积分:1
-
2modulesPppt
A dynamic estimation of channel is necessary before the transmission of the signals since the wireless channel is time–varying..we use MMSE method for channel estimation. The MMSE method calculates the following, MMSE channel estimator is designed to minimize the estimation MSE. The MMSE estimate the channel responses.
- 2013-11-13 18:24:50下载
- 积分:1
-
RML
递推极大似然用于系统辨识的MATLAB实例(Recursive maximum likelihood for system identification examples of MATLAB)
- 2013-05-03 16:51:27下载
- 积分:1
-
LG_INVERTER-
LG INVERTER LG INVERTER(LG INVERTER)
- 2015-04-02 14:00:00下载
- 积分:1
-
Nonlinear-Optics.rar
这是一本很好研究光通信中非线性的书,其中的原理很新颖。希望对您有帮助(This is a good book to study nonlinear optical communication, the principle is very new.I hope for your help)
- 2013-05-07 21:26:40下载
- 积分:1
-
caowenxing
车辆matlab操作稳定性仿真分析,本人制作程序,仅供参考。(Vehicle operation stability simulation, it made a program for reference purposes only.)
- 2020-07-04 00:20:02下载
- 积分: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
-
Wavelet-processing
小波变换处理,用于处理图像,同事评价处理后的图像质量(Wavelet processing
)
- 2011-04-21 21:46:14下载
- 积分:1