Matlab fft vs Sac fft
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Bjorn Gustavsson
am 4 Mai 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
Siehe auch
Kategorien
Mehr zu Spectral Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!