This is a tutorial for both python and MATLAB users to learn the concepts behind detecting signals through spectrogram cross-correlation. I wrote this as my final project for Geohackweek 2018 at the University of Washington.
First, download this git repository on your local machine.
To run this tutorial on your local machine, you must have anaconda installed on your local machine and essential libraries in your environment. Installing anaconda from this link https://www.anaconda.com/download/ will automatically install python 3.6 and Jupyter on your machine.
After installing anaconda on your computer, you will need to download essential libraries for this tutorial. Using your command window, go to the Python_Tutorial folder of your downloaded git repository and then run this command to download libraries.
conda env create -f environment.yml
You are now ready to open the Jupyter notebook tutorial and start the activity!
The instructions in the .pdf file should be sufficient to get you going!