├── .DS_Store ├── Codes_Feature_extraction ├── CurrentSignal_ResonantF.py ├── DataProcessing.py ├── Feature extraction.py ├── FeatureE_by_periods.py └── PLC_process.py ├── Matlab_Feature_extraction & NN ├── .DS_Store ├── DATApreprocessing │ ├── .DS_Store │ ├── RUL.m │ ├── ReadData.m │ ├── create_mp4.m │ ├── data_cutting.m │ ├── find_miss_item.m │ ├── mov1.m │ ├── mov2.m │ ├── preproc.m │ ├── resultCsv.csv │ ├── resultCsv1.csv │ ├── test_plot_20000s.m │ ├── test_plot_200s.m │ ├── test_x1.m │ ├── time.mat │ └── timeset.mat ├── RUL_20190731.m ├── SSA.m ├── Trainingtest.m ├── Trainingtest_percent.m ├── Untitled.m ├── Untitled2.m ├── Untitled4.m ├── fft_test.m ├── fft_test2.m ├── find_thre.m ├── myAutoencoder.m ├── myNN.m ├── myNN_data.m ├── myNN_test.m ├── myNN_test2.m ├── noisesignal.m ├── notUseEncoder.m ├── read_data.m ├── result_testing.m ├── rmse20190731.m ├── test.m └── test_network.m └── README.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/.DS_Store -------------------------------------------------------------------------------- /Codes_Feature_extraction/CurrentSignal_ResonantF.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Codes_Feature_extraction/CurrentSignal_ResonantF.py -------------------------------------------------------------------------------- /Codes_Feature_extraction/DataProcessing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Codes_Feature_extraction/DataProcessing.py -------------------------------------------------------------------------------- /Codes_Feature_extraction/Feature extraction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Codes_Feature_extraction/Feature extraction.py -------------------------------------------------------------------------------- /Codes_Feature_extraction/FeatureE_by_periods.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Codes_Feature_extraction/FeatureE_by_periods.py -------------------------------------------------------------------------------- /Codes_Feature_extraction/PLC_process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Codes_Feature_extraction/PLC_process.py -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/.DS_Store -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/DATApreprocessing/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/DATApreprocessing/.DS_Store -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/DATApreprocessing/RUL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/DATApreprocessing/RUL.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/DATApreprocessing/ReadData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/DATApreprocessing/ReadData.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/DATApreprocessing/create_mp4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/DATApreprocessing/create_mp4.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/DATApreprocessing/data_cutting.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/DATApreprocessing/data_cutting.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/DATApreprocessing/find_miss_item.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/DATApreprocessing/find_miss_item.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/DATApreprocessing/mov1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/DATApreprocessing/mov1.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/DATApreprocessing/mov2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/DATApreprocessing/mov2.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/DATApreprocessing/preproc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/DATApreprocessing/preproc.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/DATApreprocessing/resultCsv.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/DATApreprocessing/resultCsv.csv -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/DATApreprocessing/resultCsv1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/DATApreprocessing/resultCsv1.csv -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/DATApreprocessing/test_plot_20000s.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/DATApreprocessing/test_plot_20000s.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/DATApreprocessing/test_plot_200s.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/DATApreprocessing/test_plot_200s.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/DATApreprocessing/test_x1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/DATApreprocessing/test_x1.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/DATApreprocessing/time.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/DATApreprocessing/time.mat -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/DATApreprocessing/timeset.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/DATApreprocessing/timeset.mat -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/RUL_20190731.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/RUL_20190731.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/SSA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/SSA.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/Trainingtest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/Trainingtest.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/Trainingtest_percent.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/Trainingtest_percent.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/Untitled.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/Untitled.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/Untitled2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/Untitled2.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/Untitled4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/Untitled4.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/fft_test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/fft_test.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/fft_test2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/fft_test2.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/find_thre.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/find_thre.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/myAutoencoder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/myAutoencoder.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/myNN.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/myNN.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/myNN_data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/myNN_data.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/myNN_test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/myNN_test.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/myNN_test2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/myNN_test2.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/noisesignal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/noisesignal.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/notUseEncoder.m: -------------------------------------------------------------------------------- 1 | x = feature_set'; -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/read_data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/read_data.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/result_testing.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/result_testing.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/rmse20190731.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/rmse20190731.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/test.m -------------------------------------------------------------------------------- /Matlab_Feature_extraction & NN/test_network.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/Matlab_Feature_extraction & NN/test_network.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JunkaiCheng/CNC-RUL-Prediction/HEAD/README.md --------------------------------------------------------------------------------