From: yomguy Date: Wed, 7 May 2008 17:06:58 +0000 (+0000) Subject: Fix bad english... X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=dbe93595d84f72b60e967962f5f2fb8179448781;p=cnaq.git Fix bad english... git-svn-id: http://svn.parisson.org/svn/CNAQ/trunk@191 5fc3e0e6-29bc-4d03-b52b-c088cb822bde --- diff --git a/tests/farina.m b/tests/farina.m index 95f5a01..f6201d3 100644 --- a/tests/farina.m +++ b/tests/farina.m @@ -94,7 +94,7 @@ LFR=20*log10(abs(FR)); figure(3) subplot(3,1,1) semilogx(fconv,LFR) -ylabel('Transfert function (decovonlution)') +ylabel('Transfer function (deconvolution)') title('Frequency response (dB)') axis([10 20000 -40 +5]) grid on @@ -107,7 +107,7 @@ legend('Processed','Theory',3) imin=round(f1/fs*sizi)+1; imax=round(f2/fs*sizi)+1; E1=sqrt(sum(abs(FRT(imin:imax)-FR(imin:imax)).^2./(abs(FRT(imin:imax)).^2)))*100/(imax-imin+1); -E1t = strcat('Erreur quadratique :',num2str(E1,2),' %'); +E1t = strcat('Quadratic error :',num2str(E1,2),' %'); text(3000,-5,E1t); %Transfer function method diff --git a/tools/plot_mes.m b/tools/plot_mes.m index 222e5f4..3962fc2 100644 --- a/tools/plot_mes.m +++ b/tools/plot_mes.m @@ -17,7 +17,7 @@ if domain == 1 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('Amplitude (dB)'); - title(['Modulus of the transfert function (group: ' group ', id: ' id ', channel : ' channel ')']); + title(['Modulus of the transfer function (group: ' group ', id: ' id ', channel : ' channel ')']); grid on; subplot(2,1,2); @@ -29,7 +29,7 @@ if domain == 1 grid on; xlabel('Frequency (Hz)'); ylabel('Phase (rad)'); - title(['Phasis of the transfert function (group: ' group ', id: ' id ', channel : ' channel ')']); + title(['Phasis of the transfer function (group: ' group ', id: ' id ', channel : ' channel ')']); elseif domain == 2 % Time