How to get amplitude-frequency response curve?
4 次查看(过去 30 天)
显示 更早的评论
How should one go about plotting an amplitude-frequency curve?
So far, what I've done is to take a signal, take the upper and lower envelope peaks (using envelope() function) and subtract them to get my amplitude. I would take the fft of the original signal in order to get my frequency. I also made sure that the fft I took was of the same vector length as my amplitude. However, whenever I plot the two I get a blank graph. Why is this?
4 个评论
Image Analyst
2018-7-2
Well I'm glad you're not using the envelope function like you said. You're merely subtracting the mean. Which is fine, but not necessary. You could leave it in there, you'd just have a huge spike at the zero frequency location.
I can't really try your data because it seems you removed your workbook. All I can say is to look at the y values and try to see what their values are. Is one value huge, like the first or last one and so, because of that, you can't see any in-between values?
Attach your workbook again if you want anyone to help you.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Measurements and Feature Extraction 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!