-
001小波变换及其MATLAB工具的应用
说明: 001小波变换及其MATLAB工具的应用(001 DWT and MATLAB application tools)
- 2005-11-13 19:20:08下载
- 积分:1
-
LDA线性判别分析提取人脸特征
LDA线性判别分析是一种经典的提取特征的算法,它的基本思想是通过样本的类内离散度和类间离散度,寻找由最佳投影矢量构成的投影矩阵。将原始的样本数据投影到特征子空间中,实现数据分类。由于在人脸识别时常常会遇到小样本问题,因此在本次代码中,先用PCA主成分分析的方法降低样本维数,再用线性判别分析提取特征。最后,使用最小距离分类器判别分类,得到一个投影维度和识别率的曲线图。
- 2022-11-27 10:30:03下载
- 积分:1
-
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
-
awhd
This the simple books management system management system which Idevelops, hoped brings a help to the novice(This the simple books management system Idevelops management system which, hoped brings a help to the novice)
- 2007-05-13 17:02:50下载
- 积分:1
-
butxiaobo
近红外光谱小波变换预处理方法,能将信号分解成一系列小波函数的叠加,这些小波函数都是由一个亩小波函数平移和伸缩得到的。(Near infrared spectra pretreatment method, wavelet transform signal can be decomposed into a series of wavelet function, the wavelet function is a function by a mu wavelet translation and scaling.
)
- 2013-10-03 23:42:50下载
- 积分:1
-
Filtering-Algorithm
电力系统继电保护中经常应用的滤波算法,基于电力系统电流信号的傅里叶变换。程序给出了算法的仿真实现。(Power system, Filtering Algorithm, Fourier Transform, Simulation in matlab)
- 2012-03-09 11:26:15下载
- 积分:1
-
arc_model
常用的电弧模型,在matlab中建立的电弧模型,能够用来研究电弧的电流电压特性。(Common arc models, arc models built in Matlab can be used to study the current and voltage characteristics of arcs.)
- 2021-04-14 14:28:55下载
- 积分:1
-
matlab code
说明: MIDAS实现(混频数据模型),例如用日度数据预测月度数据(Midas implementation (mixing data model), such as forecasting monthly data with daily data)
- 2020-11-01 21:50:02下载
- 积分:1
-
很好的MFCC参数的提取调试程序
考虑雨衰 阴影 和多径影响,有CDF三角函数曲线/三维曲线图,这个有中文注释,看得明白,有均匀线阵的CRB曲线,最终的权值矩阵就是滤波器的系数,调试通过可以使用。
- 2022-08-14 15:33:02下载
- 积分:1
-
PQ 分解法潮流计算程序matlab源代码
资源描述
资源描述
PQ 分解法潮流计算程序matlab源代码
%电力系统潮流计算程序;
%输出:U—节点电压,P—节点有功,Q—节点无功,deltaSij—支路功率损耗,
%Sij—从节点 i 流向节点 j 的功率,S—节点复功率,sumdeltaS—网络总损耗
%输入参数:point 为节点信息矩阵,zhilu 为支路信息矩阵;
- 2023-02-14 10:30:04下载
- 积分:1