07 November 2016 8 3K Report

I have results for repeated vibration test (excitation and response) in time domain. I need to calculate average frf (using cpsd 'Sxy/Sxx') of these test results.

  • when i use [abs{(sum(Sxy) / number of test) / (sum(Sxx) / number of test)}] i got something different than what i have for the single test, also it looks much noise.
  • but when i use [{(sum(abs(Sxy)) / number of test) / (sum(abs(Sxx)) / number of test)}] i got better smooth results.

which one of these two methods is true and is there a nice reference to read in deep ?

thank you

More Ahmed Yashar's questions See All
Similar questions and discussions