-
hgfrz
This package estimates parameters of a Gaussian copula, treating the univariate marginal distributions as nuisance parameters as described in Hoff(2007). It also provides a semiparametric imputation procedure for missing multivariate data.
- 2010-10-18 22:12:15下载
- 积分:1
-
Fantom_fieldII
超声图像信号的模拟程序,可模拟不同频率、不同深度等情况(Simulation program for ultrasound,including different central frequency,depth,and so on.)
- 2010-11-27 12:36:57下载
- 积分:1
-
triangulopascal
Calculate a pascal coeficients in a vector of any number and use for a simple filter.
- 2010-05-22 14:26:23下载
- 积分:1
-
CSMNN_DSP2_realization
sliding mode control 5
- 2012-07-08 21:39:51下载
- 积分:1
-
PRRR
文件包含了基于监督局部线性嵌入的玉米田间杂草识别案例分析(File contains the corn field weed recognition based on supervision of locally linear embedding case analysis)
- 2014-11-02 13:29:09下载
- 积分:1
-
PV1
Simulation of a photovoltaic panel on simulink matlab in this simulation calculations to be performed from photovoltaic cell number.
- 2012-11-21 01:30:33下载
- 积分:1
-
PEMFC及SOFC的simulink系统模型
燃料电池系统级仿真模型,包括电堆模型、阳极供氢系统模型、阴极供气系统模型、液冷系统模型、燃料电池控制系统模型。包括sofc以及pemfc(Fuel cell system level simulation model, including stack model, anode hydrogen supply system model, cathode gas supply system model, liquid cooling system model, fuel cell control system model. SOFC and PEMFC)
- 2021-01-29 12:58:40下载
- 积分:1
-
带钢厚度预测系统代码
说明: 进行带钢厚度预测,通过提取带钢厚度的特征,输入svr进行预测。(Prediction of strip thickness)
- 2020-11-16 11:44:17下载
- 积分:1
-
060407
基于DDE技术的MATLAB与WinCC通信设计(DDE technology based on MATLAB and WinCC Communication Design)
- 2008-02-01 10:09:35下载
- 积分: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