-
zhaoqichang
南大赵其昌老师的文章,对于分析薄板振动的初学者有很好的指导作用(Nanda ZHAO Qi-chang teacher' s article, for the analysis of the vibration plate has a very good guide for beginners)
- 2010-01-10 16:29:22下载
- 积分:1
-
shaungkui
双馈感应风力发电机的模型,矢量控制,定子电压定向,完全自己搭建(Doubly fed induction wind generator model, vector control, the stator voltage oriented, to build their own completely)
- 2015-05-16 19:17:07下载
- 积分:1
-
IShellOutputReceiver
Classes which implement this interface provide methods that deal with out from a remote shell command on a device/emulator.
- 2014-02-19 12:07:13下载
- 积分:1
-
summ
Function analogous to DIFF, but takes sums instead.
- 2009-09-07 17:41:13下载
- 积分:1
-
matlab
这是一个基本的MATLAB视频教程,适宜MATLAB的初学者。欢迎下载。(this is a basic tutorial for matlab。)
- 2009-03-14 09:48:28下载
- 积分:1
-
潮流计算
潮流计算三种方法代码大合集,牛顿拉夫逊,高斯法,pq法(matlab,Large set of codes for power flow calculation, Newton Raphson, Gauss method, pq method)
- 2019-04-05 17:30:24下载
- 积分:1
-
bit-error-rate_simulation_using_matlab
Bit-Error-Rate Simulation Using Matlab
- 2009-03-08 01:30:25下载
- 积分:1
-
mjdga
matlab没有提供画椭圆的函数,该函数在获得椭圆中心 长轴轴 短轴后进行画椭圆,其中使用复变函数(did not draw an ellipse matlab function, the function in the long axis of the axis minor axis of the ellipse center painted oval, which use the complex function)
- 2012-07-24 00:26:21下载
- 积分:1
-
LMS
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) ( LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) )
- 2021-03-01 22:29:34下载
- 积分:1
-
forie
february series code
- 2013-03-05 18:48:30下载
- 积分:1