-
RLS
系统辨识课程实验所写的程序。使用递推最小二乘估计辨识系统参数。输出系统参数辨识结果以及辨识精度。程序可以直接运行。(I wrote this program in my system identification course experiment. Using the recursive least squares estimation identification of system parameters. Output system parameter identification result and precision. The program can be run directly. )
- 2020-07-26 15:48:43下载
- 积分:1
-
MATLAB-GUI-kongzhijiemian
本程序实现对图像的打开、退出操作,以及图像旋转、添加噪声、图像平滑(椒盐噪声处理、均值低通滤波处理、中值滤波处理)、图像直方图显示、预测编码,在MATLAB中用GUI实现。(This program implements the image is opened, quit the operation, as well as image rotation, adding noise, image smoothing (salt and pepper noise processing, the mean low-pass filtering, median filtering process), histogram display, predictive coding, in MATLAB using GUI implementation.)
- 2014-11-13 13:04:59下载
- 积分:1
-
fiber mode51
光纤LP51模式,光纤模式计算,纤芯模式,有效折射率(Fiber LP51 mode, fiber mode calculation, fiber core mode, effective refractive index)
- 2020-06-24 18:20:02下载
- 积分: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
-
codebook8_512
基于LBG算法的矢量量化码书设计的Matlab程序(LBG algorithm based on vector quantization codebook design procedure of Matlab)
- 2008-04-18 22:18:40下载
- 积分:1
-
wavelet
A Wavelet based image compression
- 2010-11-18 12:08:19下载
- 积分:1
-
LP_MILP_in_MATLAB_Webinar
说明: 混合整数线性规划的例程,包括机组组合,资金流匹配等(Routine of Mixed Integer Linear Programming ,including unit commitment, capital flow matching,etc.)
- 2019-03-13 11:09:10下载
- 积分:1
-
shuzhuangfilter
有关于梳状滤波器的设计源码,大家可以参考,不错的(Comb filter on the design of source code, we can refer to, well)
- 2007-11-12 13:31:08下载
- 积分:1
-
casade
说明: 小波插值与小波基构造,实现均值插值和立方插值(Wavelet Interpolation and wavelet construction, the realization of the mean cubic interpolation and interpolation)
- 2008-12-02 11:40:52下载
- 积分:1
-
Viscoelastic
粘弹性模型三元模型umat子程序,包括abaqus用户手册中的程序例子以及编写的程序代码和对应的inp文件(Viscoelastic model trigram umat subroutines, including abaqus user manual procedures and examples of programs written in code and corresponding inp file)
- 2014-08-27 09:43:48下载
- 积分:1