查找峰值频率
我需要一些帮助来确定这些小峰值的频率。我知道它应该只是原始函数的 FFT,但我在实际实现时遇到了麻烦。
有人可以帮助我如何做到这一点 - 最好使用 matlab。
I need some help determining the frequencies of these small peaks. I know it should just be a FFT of the original function, but I am having trouble with the practical implementation.
Can someone help me how to do this - preferable using matlab.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试计算倒谱的后半部分。获取对数幅度并对其进行 FFT。如果有足够的峰值,它可能会给您一个粗略的周期性平均值。
You can try the last half of calculating a cepstrum. Take the log magnitude and FFT it. If there are enough peaks, it might give you a rough periodicity average.