-
vqsplit
K-mean均值算法是给定类的个数K,将N个对象分到K个类中去, 使得类内对象之间的相似性最大,而类 之间的相似性最小。 Kmean处理图像的matlab文件 (K-mean algorithm is given class means the number of K, K to N objects assigned to a class, making class similarity between objects within the maximum, while the similarity between class minimum. Image processing matlab file Kmean)
- 2010-11-21 13:48:43下载
- 积分:1
-
SQP
一个关于SDP法求最优值的matlab程序,写的很有条理,注释很清晰,稍加修改就能使用。(An SDP method seeking the optimal value of matlab program, written in very organized, very clear comment slightly modified to be able to use.)
- 2012-02-27 16:11:38下载
- 积分:1
-
Flda
函数数据工具箱,包括FPCA,回归,微分方程拟合(Function of data toolbox, including the FPCA, regression,differential equations fitting)
- 2009-09-28 02:40:22下载
- 积分:1
-
Mathuwave
Plot the Mathieu Beam and its phase and a cut in the graph. Put all archives in a same folder and run mthuwave file.
- 2020-11-15 12:09:41下载
- 积分:1
-
gui_0104
Matlab下UWB收发仿真,界面GUI画的(matlab UWB)
- 2012-03-21 18:36:45下载
- 积分:1
-
13
在MATLAB中实现图像的读取与常用的转换(Read and used for image conversion in MATLAB)
- 2014-10-27 16:29:38下载
- 积分:1
-
ABS控制及悬架
matlab实现汽车ABS仿真控制策略;simulink实现汽车悬架控制策略(MATLAB realizes automobile ABS simulation control strategy; Simulink realizes vehicle suspension control strategy.)
- 2018-07-27 11:19:12下载
- 积分:1
-
mam
通信系统中实现幅度调制与解调。用matlab方式实现。(Communication systems to achieve amplitude modulation and demodulation. Way to use matlab.)
- 2009-04-12 23:50:21下载
- 积分: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
-
yy
说明: 基于matlab语音短时频谱分析,到谱分析,语谱图分析及结果(Matlab voice-based short-time spectral analysis, the spectral analysis, spectrum analysis and the results of language)
- 2008-04-08 10:27:16下载
- 积分:1