How to get amplitude-frequency response curve?
4 views (last 30 days)
Show older comments
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 Comments
Image Analyst
on 2 Jul 2018
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.
Answers (0)
See Also
Categories
Find more on Measurements and Feature Extraction in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!