-
skin
skin color segmentation
- 2012-04-25 22:15:39下载
- 积分:1
-
impulsefrequecy-response-code
the calculation of imp response from the frequecny response in power delay profiel calculations
- 2013-12-06 19:39:46下载
- 积分:1
-
FORTRANXZB
matlab生成地震信号处理的雷克子波,常用来加噪之后检测算法.(generating seismic signal processing matlab Ricker wavelet, used to increase noise after detection algorithm.)
- 2013-11-08 16:12:10下载
- 积分:1
-
detec_qpsk
Detection of qpsk signals
- 2014-02-07 21:51:40下载
- 积分:1
-
chap4_1
设计一个模糊控制器,通过调节阀门将水位稳定在固定点附近。(Design a fuzzy controller, water level by adjusting the valve will stabilize at a fixed point nearby.)
- 2013-07-22 21:48:08下载
- 积分:1
-
matlab-xiaobobao
matlab小波包的使用,包括图像处理和信号处理的内容程序(Matlab wavelet packet, including the use of image processing and signal processing procedures for the content)
- 2007-06-26 10:53:21下载
- 积分:1
-
Kalman1960
卡曼滤波英文原版,适合初学者学习理论,全是精髓。(Kaman filtering English edition, suitable for beginners to learn the theory, all the essence.)
- 2013-08-27 23:48:36下载
- 积分:1
-
power_switching_power_supply
Synchronous Buck Converter: This switched power supply converts a 30V DC supply into a regulated 15V DC supply. The model can be used to both size the inductance L and smoothing capacitor C, as well as to design the feedback controller. By selecting between continuous, discrete and fixed-point controllers, the impact of discretization and using limited numerical precision can be explored
- 2014-10-27 17:35:38下载
- 积分: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
-
manual-matpower-(OPF)
this is a manual about OPF using matpower
- 2020-07-15 22:48:51下载
- 积分:1