Currently the different spectral arrays are being truncated using the start and end time, e.g. ```python phase = phase[start_time:end_time] ``` but these Panda arrays are indexed by frequency (Hz) not time. It is not doing what it is supposed to be doing.