├── IEEEPHM2012-Challenge-Details.pdf ├── README.md ├── __pycache__ ├── emd.cpython-37.pyc └── hht.cpython-37.pyc ├── emd.py ├── hht.py ├── start.txt ├── svm.py └── utils.py /IEEEPHM2012-Challenge-Details.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuj1501/Remaining-Useful-Life-of-ball-bearing-using-Hilbert-Huang-Entropy/HEAD/IEEEPHM2012-Challenge-Details.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuj1501/Remaining-Useful-Life-of-ball-bearing-using-Hilbert-Huang-Entropy/HEAD/README.md -------------------------------------------------------------------------------- /__pycache__/emd.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuj1501/Remaining-Useful-Life-of-ball-bearing-using-Hilbert-Huang-Entropy/HEAD/__pycache__/emd.cpython-37.pyc -------------------------------------------------------------------------------- /__pycache__/hht.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuj1501/Remaining-Useful-Life-of-ball-bearing-using-Hilbert-Huang-Entropy/HEAD/__pycache__/hht.cpython-37.pyc -------------------------------------------------------------------------------- /emd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuj1501/Remaining-Useful-Life-of-ball-bearing-using-Hilbert-Huang-Entropy/HEAD/emd.py -------------------------------------------------------------------------------- /hht.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuj1501/Remaining-Useful-Life-of-ball-bearing-using-Hilbert-Huang-Entropy/HEAD/hht.py -------------------------------------------------------------------------------- /start.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuj1501/Remaining-Useful-Life-of-ball-bearing-using-Hilbert-Huang-Entropy/HEAD/start.txt -------------------------------------------------------------------------------- /svm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuj1501/Remaining-Useful-Life-of-ball-bearing-using-Hilbert-Huang-Entropy/HEAD/svm.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anuj1501/Remaining-Useful-Life-of-ball-bearing-using-Hilbert-Huang-Entropy/HEAD/utils.py --------------------------------------------------------------------------------