├── JUST_MATLABPackage_EGhaderpour ├── ALLSSA.m ├── EVIA_AB.dat ├── EVIA_CA.dat ├── EVIA_CA.txt ├── EVIB_AB.dat ├── EVIB_CA.dat ├── EVIC_AB.dat ├── EVIC_CA.dat ├── ExA_NDVI_Australia.dat ├── ExB_NDVI_Australia.dat ├── JUSTdecompose.m ├── JUSTjumps.m ├── JUSTmonitor.m ├── LSSA.m ├── LSWA.m ├── Sim_Geophysics.dat ├── Sim_JumpInd_101_321.dat ├── Sim_JumpInd_48_104.dat └── readme.txt ├── JUST_PythonPackage_EGhaderpour ├── ALLSSA.py ├── CommandPrompt.JPG ├── EVIA_AB.dat ├── EVIA_CA.csv ├── EVIA_CA.dat ├── EVIA_CA.txt ├── EVIB_AB.dat ├── EVIB_CA.dat ├── EVIC_AB.dat ├── EVIC_CA.dat ├── ExA_NDVI_Australia.dat ├── ExB_NDVI_Australia.dat ├── JUSTdecompose.py ├── JUSTjumps.py ├── JUSTmonitor.py ├── LSSA.py ├── LSWA.py ├── Sim_Geophysics.dat └── readme.txt ├── MATLABPackage_EGhaderpour ├── ALLSSA.m ├── CriticalPV90.mat ├── CriticalPV95.mat ├── CriticalPV99.mat ├── GPS_PRDS_Height_TS.dat ├── LSCSA.m ├── LSCWA.m ├── LSSA.m ├── LSWA.m ├── LSWAVE_GUI.fig ├── LSWAVE_GUI.m ├── Output_ALLSSA_GPS_PRDS_Height_TS.dat ├── SyntheticTS1.dat ├── SyntheticTS2.dat ├── UserManual.pdf ├── freezeColors.m └── readme.txt ├── README.md ├── STPD_MATLABPackage_EGhaderpour ├── AnExample.tif ├── DESC-PSInSAR-MonthlyResampled.csv ├── Result.csv ├── RunMe.m ├── STPD.m ├── SimulatedExample.csv ├── TPTR.m └── readme.txt └── STPD_PythonPackage_EGhaderpour ├── AnExample.png ├── DESC-PSInSAR-MonthlyResampled.csv ├── Result.txt ├── RunMe.py ├── STPD.py ├── SimulatedExample.csv ├── TPTR.py └── readme.txt /JUST_MATLABPackage_EGhaderpour/ALLSSA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_MATLABPackage_EGhaderpour/ALLSSA.m -------------------------------------------------------------------------------- /JUST_MATLABPackage_EGhaderpour/EVIA_AB.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_MATLABPackage_EGhaderpour/EVIA_AB.dat -------------------------------------------------------------------------------- /JUST_MATLABPackage_EGhaderpour/EVIA_CA.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_MATLABPackage_EGhaderpour/EVIA_CA.dat -------------------------------------------------------------------------------- /JUST_MATLABPackage_EGhaderpour/EVIA_CA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_MATLABPackage_EGhaderpour/EVIA_CA.txt -------------------------------------------------------------------------------- /JUST_MATLABPackage_EGhaderpour/EVIB_AB.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_MATLABPackage_EGhaderpour/EVIB_AB.dat -------------------------------------------------------------------------------- /JUST_MATLABPackage_EGhaderpour/EVIB_CA.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_MATLABPackage_EGhaderpour/EVIB_CA.dat -------------------------------------------------------------------------------- /JUST_MATLABPackage_EGhaderpour/EVIC_AB.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_MATLABPackage_EGhaderpour/EVIC_AB.dat -------------------------------------------------------------------------------- /JUST_MATLABPackage_EGhaderpour/EVIC_CA.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_MATLABPackage_EGhaderpour/EVIC_CA.dat -------------------------------------------------------------------------------- /JUST_MATLABPackage_EGhaderpour/ExA_NDVI_Australia.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_MATLABPackage_EGhaderpour/ExA_NDVI_Australia.dat -------------------------------------------------------------------------------- /JUST_MATLABPackage_EGhaderpour/ExB_NDVI_Australia.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_MATLABPackage_EGhaderpour/ExB_NDVI_Australia.dat -------------------------------------------------------------------------------- /JUST_MATLABPackage_EGhaderpour/JUSTdecompose.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_MATLABPackage_EGhaderpour/JUSTdecompose.m -------------------------------------------------------------------------------- /JUST_MATLABPackage_EGhaderpour/JUSTjumps.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_MATLABPackage_EGhaderpour/JUSTjumps.m -------------------------------------------------------------------------------- /JUST_MATLABPackage_EGhaderpour/JUSTmonitor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_MATLABPackage_EGhaderpour/JUSTmonitor.m -------------------------------------------------------------------------------- /JUST_MATLABPackage_EGhaderpour/LSSA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_MATLABPackage_EGhaderpour/LSSA.m -------------------------------------------------------------------------------- /JUST_MATLABPackage_EGhaderpour/LSWA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_MATLABPackage_EGhaderpour/LSWA.m -------------------------------------------------------------------------------- /JUST_MATLABPackage_EGhaderpour/Sim_Geophysics.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_MATLABPackage_EGhaderpour/Sim_Geophysics.dat -------------------------------------------------------------------------------- /JUST_MATLABPackage_EGhaderpour/Sim_JumpInd_101_321.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_MATLABPackage_EGhaderpour/Sim_JumpInd_101_321.dat -------------------------------------------------------------------------------- /JUST_MATLABPackage_EGhaderpour/Sim_JumpInd_48_104.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_MATLABPackage_EGhaderpour/Sim_JumpInd_48_104.dat -------------------------------------------------------------------------------- /JUST_MATLABPackage_EGhaderpour/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_MATLABPackage_EGhaderpour/readme.txt -------------------------------------------------------------------------------- /JUST_PythonPackage_EGhaderpour/ALLSSA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_PythonPackage_EGhaderpour/ALLSSA.py -------------------------------------------------------------------------------- /JUST_PythonPackage_EGhaderpour/CommandPrompt.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_PythonPackage_EGhaderpour/CommandPrompt.JPG -------------------------------------------------------------------------------- /JUST_PythonPackage_EGhaderpour/EVIA_AB.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_PythonPackage_EGhaderpour/EVIA_AB.dat -------------------------------------------------------------------------------- /JUST_PythonPackage_EGhaderpour/EVIA_CA.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_PythonPackage_EGhaderpour/EVIA_CA.csv -------------------------------------------------------------------------------- /JUST_PythonPackage_EGhaderpour/EVIA_CA.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_PythonPackage_EGhaderpour/EVIA_CA.dat -------------------------------------------------------------------------------- /JUST_PythonPackage_EGhaderpour/EVIA_CA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_PythonPackage_EGhaderpour/EVIA_CA.txt -------------------------------------------------------------------------------- /JUST_PythonPackage_EGhaderpour/EVIB_AB.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_PythonPackage_EGhaderpour/EVIB_AB.dat -------------------------------------------------------------------------------- /JUST_PythonPackage_EGhaderpour/EVIB_CA.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_PythonPackage_EGhaderpour/EVIB_CA.dat -------------------------------------------------------------------------------- /JUST_PythonPackage_EGhaderpour/EVIC_AB.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_PythonPackage_EGhaderpour/EVIC_AB.dat -------------------------------------------------------------------------------- /JUST_PythonPackage_EGhaderpour/EVIC_CA.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_PythonPackage_EGhaderpour/EVIC_CA.dat -------------------------------------------------------------------------------- /JUST_PythonPackage_EGhaderpour/ExA_NDVI_Australia.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_PythonPackage_EGhaderpour/ExA_NDVI_Australia.dat -------------------------------------------------------------------------------- /JUST_PythonPackage_EGhaderpour/ExB_NDVI_Australia.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_PythonPackage_EGhaderpour/ExB_NDVI_Australia.dat -------------------------------------------------------------------------------- /JUST_PythonPackage_EGhaderpour/JUSTdecompose.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_PythonPackage_EGhaderpour/JUSTdecompose.py -------------------------------------------------------------------------------- /JUST_PythonPackage_EGhaderpour/JUSTjumps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_PythonPackage_EGhaderpour/JUSTjumps.py -------------------------------------------------------------------------------- /JUST_PythonPackage_EGhaderpour/JUSTmonitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_PythonPackage_EGhaderpour/JUSTmonitor.py -------------------------------------------------------------------------------- /JUST_PythonPackage_EGhaderpour/LSSA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_PythonPackage_EGhaderpour/LSSA.py -------------------------------------------------------------------------------- /JUST_PythonPackage_EGhaderpour/LSWA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_PythonPackage_EGhaderpour/LSWA.py -------------------------------------------------------------------------------- /JUST_PythonPackage_EGhaderpour/Sim_Geophysics.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_PythonPackage_EGhaderpour/Sim_Geophysics.dat -------------------------------------------------------------------------------- /JUST_PythonPackage_EGhaderpour/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/JUST_PythonPackage_EGhaderpour/readme.txt -------------------------------------------------------------------------------- /MATLABPackage_EGhaderpour/ALLSSA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/MATLABPackage_EGhaderpour/ALLSSA.m -------------------------------------------------------------------------------- /MATLABPackage_EGhaderpour/CriticalPV90.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/MATLABPackage_EGhaderpour/CriticalPV90.mat -------------------------------------------------------------------------------- /MATLABPackage_EGhaderpour/CriticalPV95.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/MATLABPackage_EGhaderpour/CriticalPV95.mat -------------------------------------------------------------------------------- /MATLABPackage_EGhaderpour/CriticalPV99.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/MATLABPackage_EGhaderpour/CriticalPV99.mat -------------------------------------------------------------------------------- /MATLABPackage_EGhaderpour/GPS_PRDS_Height_TS.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/MATLABPackage_EGhaderpour/GPS_PRDS_Height_TS.dat -------------------------------------------------------------------------------- /MATLABPackage_EGhaderpour/LSCSA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/MATLABPackage_EGhaderpour/LSCSA.m -------------------------------------------------------------------------------- /MATLABPackage_EGhaderpour/LSCWA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/MATLABPackage_EGhaderpour/LSCWA.m -------------------------------------------------------------------------------- /MATLABPackage_EGhaderpour/LSSA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/MATLABPackage_EGhaderpour/LSSA.m -------------------------------------------------------------------------------- /MATLABPackage_EGhaderpour/LSWA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/MATLABPackage_EGhaderpour/LSWA.m -------------------------------------------------------------------------------- /MATLABPackage_EGhaderpour/LSWAVE_GUI.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/MATLABPackage_EGhaderpour/LSWAVE_GUI.fig -------------------------------------------------------------------------------- /MATLABPackage_EGhaderpour/LSWAVE_GUI.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/MATLABPackage_EGhaderpour/LSWAVE_GUI.m -------------------------------------------------------------------------------- /MATLABPackage_EGhaderpour/Output_ALLSSA_GPS_PRDS_Height_TS.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/MATLABPackage_EGhaderpour/Output_ALLSSA_GPS_PRDS_Height_TS.dat -------------------------------------------------------------------------------- /MATLABPackage_EGhaderpour/SyntheticTS1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/MATLABPackage_EGhaderpour/SyntheticTS1.dat -------------------------------------------------------------------------------- /MATLABPackage_EGhaderpour/SyntheticTS2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/MATLABPackage_EGhaderpour/SyntheticTS2.dat -------------------------------------------------------------------------------- /MATLABPackage_EGhaderpour/UserManual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/MATLABPackage_EGhaderpour/UserManual.pdf -------------------------------------------------------------------------------- /MATLABPackage_EGhaderpour/freezeColors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/MATLABPackage_EGhaderpour/freezeColors.m -------------------------------------------------------------------------------- /MATLABPackage_EGhaderpour/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/MATLABPackage_EGhaderpour/readme.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/README.md -------------------------------------------------------------------------------- /STPD_MATLABPackage_EGhaderpour/AnExample.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/STPD_MATLABPackage_EGhaderpour/AnExample.tif -------------------------------------------------------------------------------- /STPD_MATLABPackage_EGhaderpour/DESC-PSInSAR-MonthlyResampled.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/STPD_MATLABPackage_EGhaderpour/DESC-PSInSAR-MonthlyResampled.csv -------------------------------------------------------------------------------- /STPD_MATLABPackage_EGhaderpour/Result.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/STPD_MATLABPackage_EGhaderpour/Result.csv -------------------------------------------------------------------------------- /STPD_MATLABPackage_EGhaderpour/RunMe.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/STPD_MATLABPackage_EGhaderpour/RunMe.m -------------------------------------------------------------------------------- /STPD_MATLABPackage_EGhaderpour/STPD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/STPD_MATLABPackage_EGhaderpour/STPD.m -------------------------------------------------------------------------------- /STPD_MATLABPackage_EGhaderpour/SimulatedExample.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/STPD_MATLABPackage_EGhaderpour/SimulatedExample.csv -------------------------------------------------------------------------------- /STPD_MATLABPackage_EGhaderpour/TPTR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/STPD_MATLABPackage_EGhaderpour/TPTR.m -------------------------------------------------------------------------------- /STPD_MATLABPackage_EGhaderpour/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/STPD_MATLABPackage_EGhaderpour/readme.txt -------------------------------------------------------------------------------- /STPD_PythonPackage_EGhaderpour/AnExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/STPD_PythonPackage_EGhaderpour/AnExample.png -------------------------------------------------------------------------------- /STPD_PythonPackage_EGhaderpour/DESC-PSInSAR-MonthlyResampled.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/STPD_PythonPackage_EGhaderpour/DESC-PSInSAR-MonthlyResampled.csv -------------------------------------------------------------------------------- /STPD_PythonPackage_EGhaderpour/Result.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/STPD_PythonPackage_EGhaderpour/Result.txt -------------------------------------------------------------------------------- /STPD_PythonPackage_EGhaderpour/RunMe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/STPD_PythonPackage_EGhaderpour/RunMe.py -------------------------------------------------------------------------------- /STPD_PythonPackage_EGhaderpour/STPD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/STPD_PythonPackage_EGhaderpour/STPD.py -------------------------------------------------------------------------------- /STPD_PythonPackage_EGhaderpour/SimulatedExample.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/STPD_PythonPackage_EGhaderpour/SimulatedExample.csv -------------------------------------------------------------------------------- /STPD_PythonPackage_EGhaderpour/TPTR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/STPD_PythonPackage_EGhaderpour/TPTR.py -------------------------------------------------------------------------------- /STPD_PythonPackage_EGhaderpour/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghaderpour/LSWAVE-SignalProcessing/HEAD/STPD_PythonPackage_EGhaderpour/readme.txt --------------------------------------------------------------------------------