How to get amplitude-frequency response curve?
조회 수: 1 (최근 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!