Hallo!
I plot the FRF in Matlab with the command:
plot(f_vec,20*log10(sum(abs(frf_mat)./(size(frf_mat,1)))),'b','LineWidth',1.5);
-f_vec is the Frequency in Hz
-frf_mat ist the frf matrix
The data is imported from a universal file and measured with the LMS Cada-X Software. My Question: I have...