Matlab fft vs Sac fft
조회 수: 1 (최근 30일)
이전 댓글 표시
It seems as though matlab fft function is shifted up or down by 10^2 in a loglog plot when compared to SAC. I have tried to fix this using many of the methods on the site but they just flip the direction of the shift down to up or vice versa. Does anyone have experience in fixing this and an explanation as to why it is happening. Have been working around 10 hours to fix it your help is appreciated.
Thanks,
J
댓글 수: 0
답변 (1개)
Bjorn Gustavsson
2018년 5월 4일
Check the documentation of both for how the normalization of the ffts are done. typically there are a factor of 1/N that should be handled, this can be handled with slightly different conventions.
HTH
참고 항목
카테고리
Help Center 및 File Exchange에서 Spectral Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!