-
Digital-Image-Processing
冈萨雷斯数字图像处理MATLAB版.中文版(digital image processing)
- 2014-11-02 19:48:31下载
- 积分:1
-
detection
频谱感知技术中的能量检测技术的程序代码仿真(Spectrum sensing technology in the energy detection code simulation)
- 2013-05-12 19:52:32下载
- 积分:1
-
duoxiangshinihe
说明: 多项式拟合用于处理实验数据的一种有效方法,简单实用。并且举了一个例子三次拟合(Polynomial fitting of experimental data for processing is an effective method of simple and practical. And cited an example of three fitting)
- 2010-03-22 12:22:34下载
- 积分:1
-
onMATLABDthesecond
基于MATLABD的线性二次型最优控制设计.二次型最优控制设计(MATLABD based on the linear quadratic optimal control design. Quadratic Optimal Control Design)
- 2007-05-28 11:04:55下载
- 积分:1
-
MATLAB_code
差分方程MATLAB代码 ,可以下载看看(Differential equations MATLAB code, can be downloaded)
- 2013-10-14 17:41:39下载
- 积分:1
-
pudn_PPS_IHMPT_esti_para
这是基于IHMPT(积分高阶匹配相位变换)方法的多分量三阶相位多项式信号(即立方相位信号)参数估计算法程序包,包含了相关的6个子函数、测试程序以及参考文献等。可以实现对各分量的幅度、各阶相位系数的精确估计。具有广泛的应用,如雷达成像中回波信号具有多阶相位多项式的形式。(This is a matlab code package for an algorithm of estimating parameters of Multicomponent 3-order Polynomial phase signal (Cubic-PPS). The algorithm is based on IHMPT(Integrated High-order Matched Phase Transform). The code package include relevant functions,test codes and reference paper. An accurate estimation of the amplitude and phase coefficients of each order can be obtained by this package. It has a wide application,e.g., the echo signal of radar has the form of PPS.
)
- 2021-04-23 21:38:47下载
- 积分:1
-
crptool
说明: CRPTOOL is a Toolbox for Matlab
(Cross Recurrence Plot Toolbox for Matlab)
- 2020-12-24 09:39:05下载
- 积分: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
-
Matlab
说明: Matlab在通信仿真中的应用,课件,例题,练习(Matlab simulation applications in communications, courseware, examples, exercises)
- 2010-04-10 00:29:35下载
- 积分:1
-
VAD
G729 VAD MATLAB CODE
- 2013-07-19 15:19:52下载
- 积分:1