schmiddes
Mechanical
- Feb 25, 2009
- 5
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 also measured the Cross Power Spectrum and want to plot it in MatLAb like the FRF. The x axis with the frequency (f_vec) is correct, but the y axis is not correct displayed, the dB value is moren than the double as it should. I only want to plot the CPS and not compute, the data is already measured.
Thanks from Germany
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 also measured the Cross Power Spectrum and want to plot it in MatLAb like the FRF. The x axis with the frequency (f_vec) is correct, but the y axis is not correct displayed, the dB value is moren than the double as it should. I only want to plot the CPS and not compute, the data is already measured.
Thanks from Germany