-
master_matlab6.5
一本关于MATLAB6.5的电子书籍,上面有很多经典的例子,非常适合初学者与科研工作者使用。(it is a good book about MATLAB6.5 , there is a lot of the classic examples in it,and it s very suitable for beginners and research workers.)
- 2009-03-27 21:45:10下载
- 积分:1
-
zemax-Non-Sequential
该例子介绍了zemax在序列模式下融入非序列,光线从每个被定义的场点(Field Point)射向系统孔径,并且穿越非序列性表面(NSC Surface)前的所有序列性表面(In NSC with Port Design, the system uses the system as defined in aperture (System Aperture) and field (Field) in the sequence mode. The light from each field defined in point (Field Point) fired at the system aperture, and through all sequences of non-sequential surface (NSC Surface) before surface)
- 2013-04-28 14:12:26下载
- 积分:1
-
three_phase_rectifer_svpwm_2015rb
该仿真模型是基于matlab的三电平空间矢量整流器,模型由本人自己搭建。运行结果良好。(The simulation model is a three-level space vector rectifier based on matlab.The result is good.)
- 2019-02-25 22:12:27下载
- 积分: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
-
No2__Quadratic_function
optimization 的经典方法,这是第二个例子,共六个方法在其中。(optimization of the classical method, this is the second example, a total of six ways in which the.)
- 2009-10-22 22:39:35下载
- 积分:1
-
turbo
The program in Simulink to generate turbo codes
- 2009-07-10 22:52:26下载
- 积分:1
-
lizi
粒子群代码,是一个简单的例子群算法,maltab。可以根据需要进行修改,亲测过可以运行(Particle swarm code)
- 2014-02-19 15:31:48下载
- 积分:1
-
Finite-Element-Templates-for-plate-bending
a finite element analysis templates for plate analysis
- 2014-02-13 10:37:36下载
- 积分:1
-
101259339CAPCGQ
capacitive sensor from universite usto
- 2009-03-29 04:56:49下载
- 积分:1
-
Steer
This Program is Designed for Calculation of A Generalized Null Steering Broadside Beam former Weights Vector
General Antenna Array Specifications
- 2009-06-02 22:27:09下载
- 积分:1