电磁场分析软件MagNet
2021-05-20 15:03:10 127.18MB 电磁场电机有限元分析
1
齿轮啮合时的动态分析
2021-05-19 19:02:33 5.91MB 有限元
1
有限元分析标准规范
2021-05-17 18:04:27 732KB 有限元分析
1
有限元分析基础篇ANSYS与Matlab,比较久的一本书,分享给各位
2021-05-17 15:07:43 41.73MB Matlab
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
康奈尔大学开发的基于matlab的有限元计算程序,感兴趣的可以看看,有gui 界面,相关的教程可以登录下面的网站https://confluence.cornell.edu/display/SIMULATION/MATLAB+Learning+Modules
1
等效结点力
2021-05-16 20:32:45 14.81MB ansys ppt
1
泥浆泵阀箱有限元分析.rar
2021-05-15 18:02:22 183KB 泥浆泵阀箱有限元分析.rar
磁力泵隔离套中的有限元分析及优化设计.rar
在FSW产热过程理论分析的基础上,根据搅拌头外形尺寸,建立了FSW三维传热有限元模型。利用有限元分析软件ANSYS,结合几个测温点温度变化的实验数据,通过间接热力耦合分析法对紫铜板与黄铜板FSW过程进行了模拟。分析结果表明:3mm厚T2与H62的FSW其焊接热源为线热源,在模拟计算时可进一步将模型简化为二维平面模型;焊接的中间时段,搅拌头周围温度分布基本上达到稳定状态;等效应力与等效应变的变化与温度的变化趋势相同,厚度方向不同位置的应力应变变化接近一致。
2021-05-14 19:03:28 448KB 工程技术 论文
1