From: yomguy Date: Wed, 2 Jul 2008 16:46:15 +0000 (+0000) Subject: * modify titles X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9022e89eb2e9d5be73e4c588864eada0377b895e;p=cnaq.git * modify titles git-svn-id: http://svn.parisson.org/svn/CNAQ/trunk@197 5fc3e0e6-29bc-4d03-b52b-c088cb822bde --- diff --git a/tools/plot_mes.m b/tools/plot_mes.m index 375e4a9..cd15583 100644 --- a/tools/plot_mes.m +++ b/tools/plot_mes.m @@ -16,7 +16,7 @@ if domain == 1 semilogx(f, spec_mes_log); axis([f_min f_max min(spec_mes_log(f_min_ind:f_max_ind-1000))-6 max(spec_mes_log(f_min_ind:f_max_ind))+6]); xlabel('Frequency (Hz)'); - ylabel('Magnitude (dB)'); + ylabel('Amplitude (dB)'); title(['Modulus of the transfer function (group: ' group ', id: ' id ', channel : ' channel ')']); grid on; @@ -41,7 +41,7 @@ elseif domain == 2 axis([0 t(length(t)) min(sig_mes)-0.01 max(sig_mes)+0.01]); %axis([1 t(length(t)) min(sig_mes)-0.01 max(sig_mes)+0.01]); xlabel('Time (s)'); - ylabel('Magnitude'); + ylabel('Amplitude'); title(['Measured temporal signal (group: ' group ', id: ' id ', channel : ' channel ')']); grid on; @@ -53,7 +53,7 @@ elseif domain == 2 plot(t_ri,rep_imp_mes); axis([-t_ri(len_ri) t_ri(len_ri) min(rep_imp_mes)-0.01 max(rep_imp_mes)+0.01]); xlabel('Time (s)'); - ylabel('Magnitude'); + ylabel('Amplitude'); title(['Measured impulse response (group: ' group ', id: ' id ', channel : ' channel ')']); grid on;