├── 3D decomposition ├── Convert2Grd.m ├── InSAR3Ddisp.m └── Readme.md ├── Bit-plane slicing ├── BPrecon.m ├── BPshow.m ├── BPslice.m └── Readme.md ├── Denoise ├── Deno.m └── Readme.md ├── Expand_extent ├── Expand_extent.m └── Readme.md ├── Figures ├── Bit-plane_slice_Example.png ├── Denoise_Example.png ├── Dsample_Example.png ├── Expand_extent_Example.png ├── Extract_Timespan_example.png ├── GrayScale_convert_Example.png ├── HFsep_Example.png ├── Make_Profiles_Example.png └── Reconstrcuted_Example.png ├── GNSS downsampling ├── DistMatrix.m ├── Dsample.m └── Readme.md ├── HFseparation ├── HFsep.m ├── MatComb.m ├── Readme.md ├── findlocalmax.m └── findlocalmin.m ├── LICENSE ├── Make_profiles ├── MakeProfile.m ├── ProfileLine.m └── Readme.md ├── Nearneighbor ├── Readme.md └── nearneighbor.m ├── Python_ver ├── DispLCL.py └── Readme.md ├── README.md └── Spatial filtering ├── Readme.md └── filtsp.m /3D decomposition/Convert2Grd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/3D decomposition/Convert2Grd.m -------------------------------------------------------------------------------- /3D decomposition/InSAR3Ddisp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/3D decomposition/InSAR3Ddisp.m -------------------------------------------------------------------------------- /3D decomposition/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/3D decomposition/Readme.md -------------------------------------------------------------------------------- /Bit-plane slicing/BPrecon.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/Bit-plane slicing/BPrecon.m -------------------------------------------------------------------------------- /Bit-plane slicing/BPshow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/Bit-plane slicing/BPshow.m -------------------------------------------------------------------------------- /Bit-plane slicing/BPslice.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/Bit-plane slicing/BPslice.m -------------------------------------------------------------------------------- /Bit-plane slicing/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/Bit-plane slicing/Readme.md -------------------------------------------------------------------------------- /Denoise/Deno.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/Denoise/Deno.m -------------------------------------------------------------------------------- /Denoise/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/Denoise/Readme.md -------------------------------------------------------------------------------- /Expand_extent/Expand_extent.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/Expand_extent/Expand_extent.m -------------------------------------------------------------------------------- /Expand_extent/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/Expand_extent/Readme.md -------------------------------------------------------------------------------- /Figures/Bit-plane_slice_Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/Figures/Bit-plane_slice_Example.png -------------------------------------------------------------------------------- /Figures/Denoise_Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/Figures/Denoise_Example.png -------------------------------------------------------------------------------- /Figures/Dsample_Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/Figures/Dsample_Example.png -------------------------------------------------------------------------------- /Figures/Expand_extent_Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/Figures/Expand_extent_Example.png -------------------------------------------------------------------------------- /Figures/Extract_Timespan_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/Figures/Extract_Timespan_example.png -------------------------------------------------------------------------------- /Figures/GrayScale_convert_Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/Figures/GrayScale_convert_Example.png -------------------------------------------------------------------------------- /Figures/HFsep_Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/Figures/HFsep_Example.png -------------------------------------------------------------------------------- /Figures/Make_Profiles_Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/Figures/Make_Profiles_Example.png -------------------------------------------------------------------------------- /Figures/Reconstrcuted_Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/Figures/Reconstrcuted_Example.png -------------------------------------------------------------------------------- /GNSS downsampling/DistMatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/GNSS downsampling/DistMatrix.m -------------------------------------------------------------------------------- /GNSS downsampling/Dsample.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/GNSS downsampling/Dsample.m -------------------------------------------------------------------------------- /GNSS downsampling/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/GNSS downsampling/Readme.md -------------------------------------------------------------------------------- /HFseparation/HFsep.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/HFseparation/HFsep.m -------------------------------------------------------------------------------- /HFseparation/MatComb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/HFseparation/MatComb.m -------------------------------------------------------------------------------- /HFseparation/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/HFseparation/Readme.md -------------------------------------------------------------------------------- /HFseparation/findlocalmax.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/HFseparation/findlocalmax.m -------------------------------------------------------------------------------- /HFseparation/findlocalmin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/HFseparation/findlocalmin.m -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/LICENSE -------------------------------------------------------------------------------- /Make_profiles/MakeProfile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/Make_profiles/MakeProfile.m -------------------------------------------------------------------------------- /Make_profiles/ProfileLine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/Make_profiles/ProfileLine.m -------------------------------------------------------------------------------- /Make_profiles/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/Make_profiles/Readme.md -------------------------------------------------------------------------------- /Nearneighbor/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/Nearneighbor/Readme.md -------------------------------------------------------------------------------- /Nearneighbor/nearneighbor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/Nearneighbor/nearneighbor.m -------------------------------------------------------------------------------- /Python_ver/DispLCL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/Python_ver/DispLCL.py -------------------------------------------------------------------------------- /Python_ver/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/Python_ver/Readme.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/README.md -------------------------------------------------------------------------------- /Spatial filtering/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/Spatial filtering/Readme.md -------------------------------------------------------------------------------- /Spatial filtering/filtsp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiChiehLin/3D_decomposition/HEAD/Spatial filtering/filtsp.m --------------------------------------------------------------------------------