From 031702c7a66148e46584ac92a9dd2ccb832a6913 Mon Sep 17 00:00:00 2001 From: jiangx <jiangx@eurecom.fr> Date: Thu, 16 Apr 2015 08:59:35 +0000 Subject: [PATCH] figure legend updated git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7173 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- targets/ARCH/EXMIMO/USERSPACE/OCTAVE/rx_calibration_exmimo.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/ARCH/EXMIMO/USERSPACE/OCTAVE/rx_calibration_exmimo.m b/targets/ARCH/EXMIMO/USERSPACE/OCTAVE/rx_calibration_exmimo.m index 7b4b712cb9..d3cab40b25 100644 --- a/targets/ARCH/EXMIMO/USERSPACE/OCTAVE/rx_calibration_exmimo.m +++ b/targets/ARCH/EXMIMO/USERSPACE/OCTAVE/rx_calibration_exmimo.m @@ -162,7 +162,7 @@ N0(idx_power,idx_gain,:) = mean(abs(s).^2,1) - abs(mean(s,1)).^2; plot(ALL_gain,G0(:,:,2),'x-','markersize',10) plot(ALL_gain,G0(:,:,3),'s-','markersize',10) plot(ALL_gain,G0(:,:,4),'d-','markersize',10) - legend('Byp RX0','Med RX0','Max RX0','Byp RX1','Med RX1','Max RX1'); + legend('Byp RX0','Med RX0','Max RX0','Byp RX1','Med RX1','Max RX1','Byp RX2','Med RX2','Max RX2','Byp RX3','Med RX3','Max RX3'); title('Gains') figure(4) @@ -172,7 +172,7 @@ N0(idx_power,idx_gain,:) = mean(abs(s).^2,1) - abs(mean(s,1)).^2; plot(ALL_gain,NF0(:,:,2),'x-','markersize',10) plot(ALL_gain,NF0(:,:,3),'s-','markersize',10) plot(ALL_gain,NF0(:,:,4),'d-','markersize',10) - legend('Byp RX0','Med RX0','Max RX0','Byp RX1','Med RX1','Max RX1'); + legend('Byp RX0','Med RX0','Max RX0','Byp RX1','Med RX1','Max RX1','Byp RX2','Med RX2','Max RX2','Byp RX3','Med RX3','Max RX3'); title('Noise Figure') idx_gain = idx_gain + 1; -- GitLab