├── README.md └── lmdjupyter ├── LMD.ipynb ├── output_data └── readme.txt └── sac13.fits /README.md: -------------------------------------------------------------------------------- 1 | # LocalMeanDecomposition 2 | 局域均值分解的python实现 3 | -------------------------------------------------------------------------------- /lmdjupyter/LMD.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZDKplayer/LocalMeanDecomposition/HEAD/lmdjupyter/LMD.ipynb -------------------------------------------------------------------------------- /lmdjupyter/output_data/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZDKplayer/LocalMeanDecomposition/HEAD/lmdjupyter/output_data/readme.txt -------------------------------------------------------------------------------- /lmdjupyter/sac13.fits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZDKplayer/LocalMeanDecomposition/HEAD/lmdjupyter/sac13.fits --------------------------------------------------------------------------------