-
ReservoirSimulation
Petroleum Reservoir Simulation
- 2009-03-19 14:24:59下载
- 积分:1
-
rle_encoding
run length encoding in matlab
- 2009-05-11 17:59:49下载
- 积分:1
-
zhuangtaiyijie
预测模型为状态空间模型预测函数控制MATLAB程序,包括一阶、二阶、高阶跟踪阶跃,斜坡(Prediction model for the state space model predictive functional control MATLAB procedures, including first, second, high-tracking step, ramp)
- 2010-12-02 17:23:31下载
- 积分:1
-
hdb3
用MATLAB编码不归零码和HDB3码之间的转换的编码部分(MATLAB code is not used and the HDB3 code NRZ coding part of the conversion between)
- 2010-12-27 10:13:39下载
- 积分:1
-
Manual
Adaptive Neuro-Fuzzy Inference System (ANFIS)
(based on Fuzzy Logic Toolbox. User’s Guide.)
- 2015-01-11 12:33:57下载
- 积分:1
-
Radar-fuzzy-function-simulation
雷达通信系统的模糊函数的基于线性函数的matlab仿真(Radar system of communication function of fuzzy linear function based on the matlab simulation
)
- 2011-12-13 15:16:33下载
- 积分:1
-
fft
利用matlab的fft函数进行快速傅里叶变换的m文件(Matlab' s fft function using the fast Fourier transform of the m file)
- 2010-06-12 17:09:44下载
- 积分: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
-
MATLAB-array-antenna-pattern
阵列天线自适应旁瓣对消相关技术的研究 通过matlab实现(Research on Adaptive Array Antenna sidelobe cancellation related technologies to achieve through matlab)
- 2016-04-06 17:13:41下载
- 积分:1
-
smith
matlab smith yuantu(matlab smith)
- 2012-06-08 19:17:49下载
- 积分:1