Matlab fft vs Sac fft
1 view (last 30 days)
Show older comments
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 Comments
Answers (1)
Bjorn Gustavsson
on 4 May 2018
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
See Also
Categories
Find more on Spectral Analysis 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!