I have 2 different signals on a Amp(dB) vs (Hz) obtained after fft of exp data.These signals are over the same freq range but have different amplitude values. How can i calculate the attenuation of one signal as compared to the other?

3 visualizzazioni (ultimi 30 giorni)
I have 2 different signals on a Amplitude(dB) vs frequency(Hz) obtained after fft of experimental data.These signals are over the same freq range but have different amplitude values over the given frequency range. How can i calculate the attenuation of one signal as compared to the other? Also these are available on two different graphs.

Risposte (1)

Kaashyap Pappu
Kaashyap Pappu il 23 Gen 2020
Assuming the data is in a vector, you can use the findpeaks function to find the required peaks and their array indices. Given that the data is in the logarithmic scale, the difference in power values would be the attenuation required.
If you wish to visually observe the difference, plot both vectors on the same figure and assign different colors to each plot.
A similar question has been raised here.
Hope this helps!

Community Treasure Hunt

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

Start Hunting!

Translated by