-
rlscircular
rls algorithm applied to adaptive beamforming in smart antennas in circular arrys
- 2010-09-16 12:48:41下载
- 积分:1
-
camera-motivate
用matlab调用摄像头,直接放在命令框里运行,屡试不爽(motivate the camera using matlab, for further processing.)
- 2013-05-07 23:43:35下载
- 积分:1
-
Raghavendran_thesisonecho_cancelation
this is the echo cancelation using lms adaptive filter
- 2010-09-13 15:18:54下载
- 积分:1
-
shiyan
用matlab分析由n个单胞组成的桁架在受到最外节点处的集中力是的位移及应力应变,并对整个结构进行优化设计。(Matlab analysis by single cell formed by the n truss subjected to the most outside the nodes in the concentration of power is the displacement, stress and strain, and the entire structure is optimized.)
- 2011-05-07 17:28:17下载
- 积分:1
-
particle-filter
example of the Particle filter is introduced in this file.
- 2014-09-16 13:32:49下载
- 积分:1
-
CNN
说明: a simple CNN for matlab , deep learning tools
- 2019-02-05 22:42:53下载
- 积分: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
-
actioncarrier
Wireless LAN design in terms of data transmission between clients/users.
- 2010-11-18 17:49:55下载
- 积分:1
-
Discrete-modeling-and-simulation--
永磁同步电机矢量控制系统离散建模与仿真文从永磁同步电机矢量控制原理出发。在MStlSb7。6/Slmullnk环境下建立了永磁同步电机调
速系统的离散仿真模型(Permanent magnet synchronous motor vector control system of discrete modeling and simulation to departure from the principle of permanent magnet synchronous motor vector control. Discrete simulation model of the permanent magnet synchronous motor speed control system in the environment of the MStlSb7. 6/Slmullnk)
- 2012-07-21 16:43:56下载
- 积分:1
-
dtmf
这是一个实现双音多频(DTMF)通信系统的编程实例,对通信系统各个环节进行了仿真(This is a dual tone multi-frequency (DTMF) communication systems programming examples for all aspects of the communication system simulation)
- 2009-11-12 13:45:01下载
- 积分:1