Exaggeration Factor for FFT
1 回表示 (過去 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!