MATLAB FFT 练习题

MATLAB FFT Practice Problems

我正在尝试更熟悉 MATLAB 上的 FFT,以便我可以开始 运行 Physionet ECG 数据上的 FFT。我已经开始这样做了,但无法确认我的绘图结果是否正确,所以我一直在寻找任何类型的练习题或在线教程,在那里我可以在波形上进行尝试,绘图结果随时可用。有什么资源可以帮助我实现目标吗?

算不上是“实践题”,但我觉得provided documentation examples are always a good place to start when trying to understand MATLAB's functions. In general, I think if you spend the time to go through all the available resource on the topic of interest (link),你应该能很好地掌握MATLAB在那些领域的用法。

另一个相关资源可能是 this SO question thread on the said MATLAB FFT example。答案非常详细地解释了 MATLAB 的示例。