import numpy as np import matplotlib.pyplot as plt from scipy.signal import spectrogram from scipy.fftpack import fft from sklearn.preproc...