【发布时间】:2013-10-29 21:26:53
【问题描述】:
现在我正在对声音进行频谱分析,奇怪的是,使用Periodogram[] 绘制图形与使用PeridogramArray[] 然后使用ListLinePlot[] 得出的结果不同。有什么我理解错了吗?
源代码:
test1 = Import["/Users/phillipchang/Desktop/sounds/test1.wav",
"SampledSoundList"]
Periodogram[test1]
ListLinePlot[PeriodogramArray[test1], PlotRange -> Automatic]
【问题讨论】:
标签: wolfram-mathematica fft analysis spectral