How to obtain ΔSPL vs frequency graph?
Show older comments
Hello guys,
I'm trying to do a noise analysis on my aerofoil experiment. So far I have able to obtain the sound pressure level (SPL in dB) vs frequency graph. However, I'd like to create graphs with ΔSPL vs frequency, comparing each case with the baseline. I am not sure how to subtract two graphs.
I am not quite familiar with Matlab, I would so appreciate your help.
Kind regards,
Xyki
7 Comments
Mathieu NOE
on 19 Sep 2022
hello
if you have created the SPL of the baseline (and store it in a variable, let's call it SPL_baseline) , why couldn't you make the delat computation for the next cases ?
dSPL_new = SPL_new - SPL_baseline; % for each "new" case
Xyki
on 19 Sep 2022
Mathieu NOE
on 20 Sep 2022
hello Xyki
yes , this should be ok
maybe if you show a picture of the data graph before and after doing the delta , I could confirm my belief
Xyki
on 20 Sep 2022
Mathieu NOE
on 26 Sep 2022
hello Xyki
yes , this is ok !
good job
Xyki
on 27 Sep 2022
Mathieu NOE
on 28 Sep 2022
hello Xyki
my pleasure !
Answers (0)
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!