How can I obtain accurate and high-quality FRF results?

45 visualizzazioni (ultimi 30 giorni)
Ali
Ali il 23 Nov 2024 alle 22:57
Commentato: Mathieu NOE il 26 Nov 2024 alle 8:20
I have followed Mathieu NOE's approach from this post to calculate the FRF.
Are there any ways to improve my FRF, such as using filters or averaging techniques?
Please find the attached code and data for reference.
Thank you for your assistance!
  2 Commenti
Mathieu NOE
Mathieu NOE il 25 Nov 2024 alle 12:39
hello Ali
can you confirm that the data contains 5 hits of the same systems ? seems to me you have concatenated 5 hits with different hammer force ?
Name Size Bytes Class Attributes
accel_signal_raw 65536x5 2621440 double
force_signal_raw 65536x5 2621440 double
time_data 65536x1 524288 double

Accedi per commentare.

Risposta accettata

Mathieu NOE
Mathieu NOE il 25 Nov 2024 alle 12:45
hello again
I made very few changes to the code - I think that you cannot get any better results if you use only one hit data. To get bettet results you need to have multiple hits so you increase the signal to noise ratio and remove (average) tiny artefacts you randomly generate at each hit.
attached is the code for 5th hit only and this is the result I have obtained
NB that if your purpose is to get the FRF only up to 1 kHz, then there is no need to use a sampling rate as high as yours (100 kHz). Fs = 4 kHz would suffice and that would make your data size smaller and speed up the fft computation (also use power of 2 for nfft).
also the coherence plot for a single hit is always zero - so in this case you cannot really assess the "quality" of your FRF estimation , as coherence is meaningfull only for multiple hits.
my result so far :
  4 Commenti
Ali
Ali il 26 Nov 2024 alle 3:09
Hi engineer Mathieu,
Thanks for the updated code and suggestions! I appreciate your effort!

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Measurements and Spatial Audio in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by