精品资料系列2021-论文查重:至尊版1:高校修改秘籍(7大智能重方法+答辩技巧).docx
2021-05-21 09:01:41 36KB 精品资料
android9系统mic麦克风增益和
2021-05-19 19:00:39 52KB android9系统mic麦克风 降噪
1
某些安装包需要注册dll必须在最高权限才可以,所以必须提权,但是安装完启动时候某些插件不可用,所以又必须权,此源码为各种UAC提
2021-05-19 17:51:30 5KB 系统UAC权限
1
24-[QC成果]提高卫生间板截面尺寸一次合格率
2021-05-18 14:03:24 6.4MB 24-[QC成果]提高卫生间降板
超市陈列柜制冷系统工程材料成本的一点思路
emd经验模态分解 去噪
2021-05-17 15:24:07 6KB emd 去噪
1
核主元分析KPCA的维特征提取以及故障检测应用-KPCA_v2.zip 本帖最后由 iqiukp 于 2018-11-9 15:02 编辑      核主元分析(Kernel principal component analysis ,KPCA)在维、特征提取以及故障检测中的应用。主要功能有:(1)训练数据和测试数据的非线性主元提取(维、特征提取) (2)SPE和T2统计量及其控制限的计算 (3)故障检测 参考文献: Lee J M, Yoo C K, Choi S W, et al. Nonlinear process monitoring using kernel principal component analysis[J]. Chemical engineering science, 2004, 59: 223-234. 1. KPCA的建模过程(故障检测): (1)获取训练数据(工业过程数据需要进行标准化处理) (2)计算核矩阵 (3)核矩阵中心化 (4)特征值分解 (5)特征向量的标准化处理 (6)主元个数的选取 (7)计算非线性主成分(即维结果或者特征提取结果) (8)SPE和T2统计量的控制限计算 function model = kpca_train % DESCRIPTION % Kernel principal component analysis % %       mappedX = kpca_train % % INPUT %   X            Training samples %                N: number of samples %                d: number of features %   options      Parameters setting % % OUTPUT %   model        KPCA model % % % Created on 9th November, 2018, by Kepeng Qiu. % number of training samples L = size; % Compute the kernel matrix K = computeKM; % Centralize the kernel matrix unit = ones/L; K_c = K-unit*K-K*unit unit*K*unit; % Solve the eigenvalue problem [V,D] = eigs; lambda = diag; % Normalize the eigenvalue V_s = V ./ sqrt'; % Compute the numbers of principal component % Extract the nonlinear component if options.type == 1 % fault detection     dims = find) >= 0.85,1, 'first'); else     dims = options.dims; end mappedX  = K_c* V_s ; % Store the results model.mappedX =  mappedX ; model.V_s = V_s; model.lambda = lambda; model.K_c = K_c; model.L = L; model.dims = dims; model.X = X; model.K = K; model.unit = unit; model.sigma = options.sigma; % Compute the threshold model.beta = options.beta;% corresponding probabilities [SPE_limit,T2_limit] = comtupeLimit; model.SPE_limit = SPE_limit; model.T2_limit = T2_limit; end复制代码2. KPCA的测试过程: (1)获取测试数据(工业过程数据需要利用训练数据的均值和标准差进行标准化处理) (2)计算核矩阵 (3)核矩阵中心化 (4)计算非线性主成分(即维结果或者特征提取结果) (5)SPE和T2统计量的计算 function [SPE,T2,mappedY] = kpca_test % DESCRIPTION % Compute the T2 statistic, SPE statistic,
2021-05-17 14:08:12 733KB matlab
1
自己写的一个PCA主成分分析,使用三维的形式进行演示的,非常好用哦。
2021-05-16 21:59:38 3KB PCA降维 3维 matlab
1
1.含LMS算法的函数文件 2.实现了对正弦信号添加高斯噪声自适应滤波还原的基本应用 伪主动噪 3.可任意读取mp3,wav格式,经过sound播放 4.demo演示
2021-05-16 10:42:24 51.49MB MATLAB LMS 自适应滤波 主动降噪
1
源自大牛Joseph Salmon的PCA图像噪新算法-patch based PCA,可以进行高斯噪声、泊松噪声等多种噪声的噪处理,且能去的比较好的效果。内含代码和对应的文献,值得学习图像处理的看看!
2021-05-15 21:53:40 7.94MB 图像降噪
1