Why is the output of power spectrum this shape?
1 次查看(过去 30 天)
显示 更早的评论
I have a signal with 390,000 points sampled at 1kHz, called sig. Then I use the pspectrum command:
output = pspectrum(sig, 1000, 'spectrogram','TimeResolution',1);
size(output)
the size of the output is 1024x1609. How is the number 1024 computed? Since the Tres is one second and I have 390sec of data, shouldn't the first dimension be 390?
0 个评论
回答(1 个)
the cyclist
2019-11-14
I expect that the answer to your question is embedded in the Spectrum Computation section of the documentation for pspectrum.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spectral Measurements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!