由于个人研究课题的需要,我仔细的研读了 `Scipy.signal.spectral` 的[源码](https://github.com/scipy/scipy/blob/master/scipy/signal/spectral.py)。此文就是关于此源码的详细解析教程,以方便我未来回溯相关**谱分析** (**spectral analysis**) 的细节,也通过阅读成熟且优美的源代码提高自己的 Python 编程开发能力。内容涉及:`stft`, `istft`, `csd`, `welch`, `coherence`, `periodogram`, `spectrogram`, `check_COLA`, `check_NOLA`, `lombscargle`