Exaggeration Factor for FFT
조회 수: 2 (최근 30일)
이전 댓글 표시
Good Afternoon All and Happy New Years!!
I was just wondering if anyone could assist me or provide me with a reference on what exactly an exaggeration factor is in regards to the FFT. I am calculating the fourier coefficients of a distorted cylinder using its polar coordinates. (radius and angles). I created an interpolation function by matlab spline of these two variables (radius and angles) and then use the fft matlab function to find the real and imaginary terms for the coefficients and when trying to compare my results to an existing program they have input variables called the default exaggeration function and the default dz and I am unsure what they are referencing.
Any suggestions?
Thanks,
Mel
댓글 수: 0
답변 (1개)
Walter Roberson
2013년 12월 30일
My speculation would be that the program you are comparing against is plotting results. In cases where you expect a change in z values that is relatively small compared to the x and y range, you might want to exaggerate the z (scale it up) in order to be more easily understood. Like
surf(X, Y, exaggeration_factor * Z)
The dz I would speculate to be the interval at which it samples the Z for plotting (or calculation) purposes.
참고 항목
카테고리
Help Center 및 File Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!