FFT in MatLab and Origin Pro comparison. Plots are the same but frequency data is a little bit different. Why?
조회 수: 7 (최근 30일)
이전 댓글 표시
Hi everybody! I did a fft code to MatLab and then I tried to compare with OriginPro, essentially I have the same plots in both softwares but I have a problem, when I observe the points I plot are a little bit different, so I can't understand what is happening :S
I show you only the firsts values of frequency because there are approximately 67000 values
Thanks in advance!
<<

>>



댓글 수: 0
답변 (1개)
dpb
2015년 9월 2일
First of all, you'll have to use the same number of points for both spectra, then the difference should simply be one of setting the actual limits of the plot to coincide; quite likely each product has a slightly different algorithm for setting default plotting limits.
댓글 수: 2
dpb
2015년 9월 2일
I've no klew regarding the other program, in Matlab you set the plotting limits with xlim
참고 항목
카테고리
Help Center 및 File Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!