熊猫将数据框绘制到频谱图上

时间:2019-12-28 20:04:00

标签: python pandas plot spectrogram

我正在导入频率段和时间签名的csv。

dataFrame = pd.read_csv(file_path)

This is now the dataframe of the csv file. The time column is in seconds and all the other columns are labeled as a number corresponding to their frequency bucket. The values in each frequency column is magnitude of the frequency bucket sampled.

我想根据这些数据创建一个频谱图。我的时间列是我的x轴,我的Y是我的频率段(列)和基于频率段中记录的幅度的色标。

0 个答案:

没有答案