当前位置:网站首页>Gramm Angle field GAF time-series data into the image and applied to the fault diagnosis
Gramm Angle field GAF time-series data into the image and applied to the fault diagnosis
2022-08-04 07:03:00 【Doraemon 001】
0, Preface
The Gramm angle field can convert time series data into image data, which not only preserves the complete information of the signal, but also maintains the time dependence of the signal.After the signal data is converted into image data, the advantages of CNN in image classification and recognition can be fully utilized for modeling.
1. Graham Corner Field (GAF)
For the detailed principle of the Gram angle field, please refer to related papers or blogs.It will not be repeated here.
2. Conversion effect
4 types of bearing fault vibration signals are converted using GAF as follows:
3. Diagnostic modeling
The time series signal is converted into an image after GAF conversion, and can be combined with CNN for modeling analysis later.
边栏推荐
猜你喜欢
【HIT-SC-MEMO4】哈工大2022软件构造 复习笔记4
解决腾讯云DescribeInstances api查询20条记录以上的问题
Detailed explanation of DenseNet and Keras reproduction code
ResNet详解:ResNet到底在解决什么问题?
sql常用函数
电脑软件:推荐一款磁盘空间分析工具——WizTree
【HIT-SC-MEMO7】哈工大2022软件构造 复习笔记7
狗都能看懂的变化检测网络Siam-NestedUNet讲解——解决工业检测的痛点
bitnami/mongodb-sharded在AWS EKS扩展shard失败解决
以太网 ARP
随机推荐
并发概念基础:并发、同步、阻塞
如何在网页标题栏中加入图片!
基于EEMD+GRU+MLR的时间序列预测
20170729
golang rtsp拉流测试
DenseNet详解及Keras复现代码
网络安全工程师们改不掉的“老毛病”
杰哥带大家做一次meterpreter内网渗透模拟
golang chan
av_read_frame 阻塞,基于回调的解决办法
QT 显示窗口到最前面(非置顶)
MySQL(4)
VMD combined with ISSA to optimize LSSVM power prediction
A semi-supervised Laplace skyhawk optimization depth nuclear extreme learning machine for classification
Uos统信系统 本地APT源配置
并发概念基础:线程,死锁
【HIT-SC-MEMO2】哈工大2022软件构造 复习笔记2
clssloader与双亲委派
JUC并发容器——跳表
JUC锁框架——CountDownLatch、CyclicBarrier和Semaphore