标签: python pandas plot spectrogram
我正在导入频率段和时间签名的csv。
dataFrame = pd.read_csv(file_path)
我想根据这些数据创建一个频谱图。我的时间列是我的x轴,我的Y是我的频率段(列)和基于频率段中记录的幅度的色标。