├── MASW_DC_PeakPick.m ├── MASWaves_FDMA.m ├── MASWaves_FDMA_recursion.m ├── MASWaves_Ke_halfspace.m ├── MASWaves_Ke_layer.m ├── MASWaves_dispersion_imaging.m ├── MASWaves_extract_dispersion_curve.m ├── MASWaves_extract_dispersion_curve_trying.m ├── MASWaves_inversion.m ├── MASWaves_inversion_MC.m ├── MASWaves_inversion_MC_plot.m ├── MASWaves_misfit.m ├── MASWaves_misfit_MC.m ├── MASWaves_plot_data.m ├── MASWaves_plot_dispersion_curve.m ├── MASWaves_plot_dispersion_image_2D.m ├── MASWaves_plot_dispersion_image_3D.m ├── MASWaves_plot_theor_exp_dispersion_curves.m ├── MASWaves_read_data.m ├── MASWaves_stiffness_matrix.m ├── MASWaves_theoretical_dispersion_curve.m ├── MASWaves_theoretical_dispersion_curve_FDMA.m ├── Main_file.m ├── Modsmoothvel-101.mat ├── Modsmoothvel-102.mat ├── Modsmoothvel-103.mat ├── Phase_shift.m ├── README.md ├── Results.txt ├── SampleData.mat ├── cqi_plotmatrix.m ├── finaldata.mat ├── finaldata_appended.mat ├── fk_transform.m ├── muted_data.mat ├── test1.m └── tryingthings.m /MASW_DC_PeakPick.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/MASW_DC_PeakPick.m -------------------------------------------------------------------------------- /MASWaves_FDMA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/MASWaves_FDMA.m -------------------------------------------------------------------------------- /MASWaves_FDMA_recursion.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/MASWaves_FDMA_recursion.m -------------------------------------------------------------------------------- /MASWaves_Ke_halfspace.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/MASWaves_Ke_halfspace.m -------------------------------------------------------------------------------- /MASWaves_Ke_layer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/MASWaves_Ke_layer.m -------------------------------------------------------------------------------- /MASWaves_dispersion_imaging.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/MASWaves_dispersion_imaging.m -------------------------------------------------------------------------------- /MASWaves_extract_dispersion_curve.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/MASWaves_extract_dispersion_curve.m -------------------------------------------------------------------------------- /MASWaves_extract_dispersion_curve_trying.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/MASWaves_extract_dispersion_curve_trying.m -------------------------------------------------------------------------------- /MASWaves_inversion.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/MASWaves_inversion.m -------------------------------------------------------------------------------- /MASWaves_inversion_MC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/MASWaves_inversion_MC.m -------------------------------------------------------------------------------- /MASWaves_inversion_MC_plot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/MASWaves_inversion_MC_plot.m -------------------------------------------------------------------------------- /MASWaves_misfit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/MASWaves_misfit.m -------------------------------------------------------------------------------- /MASWaves_misfit_MC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/MASWaves_misfit_MC.m -------------------------------------------------------------------------------- /MASWaves_plot_data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/MASWaves_plot_data.m -------------------------------------------------------------------------------- /MASWaves_plot_dispersion_curve.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/MASWaves_plot_dispersion_curve.m -------------------------------------------------------------------------------- /MASWaves_plot_dispersion_image_2D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/MASWaves_plot_dispersion_image_2D.m -------------------------------------------------------------------------------- /MASWaves_plot_dispersion_image_3D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/MASWaves_plot_dispersion_image_3D.m -------------------------------------------------------------------------------- /MASWaves_plot_theor_exp_dispersion_curves.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/MASWaves_plot_theor_exp_dispersion_curves.m -------------------------------------------------------------------------------- /MASWaves_read_data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/MASWaves_read_data.m -------------------------------------------------------------------------------- /MASWaves_stiffness_matrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/MASWaves_stiffness_matrix.m -------------------------------------------------------------------------------- /MASWaves_theoretical_dispersion_curve.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/MASWaves_theoretical_dispersion_curve.m -------------------------------------------------------------------------------- /MASWaves_theoretical_dispersion_curve_FDMA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/MASWaves_theoretical_dispersion_curve_FDMA.m -------------------------------------------------------------------------------- /Main_file.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/Main_file.m -------------------------------------------------------------------------------- /Modsmoothvel-101.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/Modsmoothvel-101.mat -------------------------------------------------------------------------------- /Modsmoothvel-102.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/Modsmoothvel-102.mat -------------------------------------------------------------------------------- /Modsmoothvel-103.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/Modsmoothvel-103.mat -------------------------------------------------------------------------------- /Phase_shift.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/Phase_shift.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/README.md -------------------------------------------------------------------------------- /Results.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/Results.txt -------------------------------------------------------------------------------- /SampleData.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/SampleData.mat -------------------------------------------------------------------------------- /cqi_plotmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/cqi_plotmatrix.m -------------------------------------------------------------------------------- /finaldata.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/finaldata.mat -------------------------------------------------------------------------------- /finaldata_appended.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/finaldata_appended.mat -------------------------------------------------------------------------------- /fk_transform.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/fk_transform.m -------------------------------------------------------------------------------- /muted_data.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/muted_data.mat -------------------------------------------------------------------------------- /test1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/test1.m -------------------------------------------------------------------------------- /tryingthings.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nikhil2211/MASW-Matlab-code/HEAD/tryingthings.m --------------------------------------------------------------------------------