High-level Plan

Pre-reqs

Sampling, Aliasing & Nyquist Theorem:

Nyquist Theorem: SR should be double the max frequency at each second (or time interval)

How are waves detected:

Screenshot 2023-01-19 at 6.52.52 AM.png

STFT

Screenshot 2022-12-16 at 11.15.47 AM.png

Z-axis (color) is the power distribution. The time bits are individually computed and summed up for the complete fourier transform.

Which segment of frequency or data should we obtain to get the most accurate image of the data?

Screenshot 2022-12-16 at 11.35.59 AM.png

Small time interval means that we aren’t measuring many frequencies and only including a small portion of the data (which could be bad if our stft transform is very choppy). A large time interval means that we will be integrating over more frequencies which could decrease the stft resolution.

Screenshot 2022-12-21 at 1.18.28 PM.png