FFT of vibration data
조회 수: 4 (최근 30일)
이전 댓글 표시
I have vibration data in which I have magnitude,phase and frequency rows. Then how to take FFT of this vibration data?? Do I need to add magnitude,phase and frequency??
댓글 수: 0
답변 (1개)
Star Strider
2016년 3월 23일
If you already have the frequency, magnitude, and phase data, you have the Fourier transform of your original time-domain data. Nothing else is required. To plot it, just plot magnitude as a function of frequency, and phase as a function of frequency. See the documentation on subplot for details on doing that in one figure window.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Vibration Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!