sector_antenna_gain_linear_perRotationSet = sector_antenna_gain_linear_perRotation(20:35:120,25:25:115,:); sector_antenna_gain_linear_perRotationSet_static = reshape(sector_antenna_gain_linear_perRotationSet(:,:,1),[],1); sector_antenna_gain_linear_perRotationSet_static_5th = prctile(sector_antenna_gain_linear_perRotationSet_static,5); sector_antenna_gain_linear_perRotationSet_meanRotation = mean(sector_antenna_gain_linear_perRotationSet,3); sector_antenna_gain_linear_perRotationSet_meanRotation = reshape(sector_antenna_gain_linear_perRotationSet_meanRotation,[],1); sector_antenna_gain_linear_perRotationSet_meanRotation_5th = prctile(sector_antenna_gain_linear_perRotationSet_meanRotation,5); (sector_antenna_gain_linear_perRotationSet_meanRotation_5th-sector_antenna_gain_linear_perRotationSet_static_5th)/sector_antenna_gain_linear_perRotationSet_static_5th*100 K>> meanAntennaUE1 = mean(reshape(sector_antenna_gain_linear_perRotationSet(1,1,:),[],1)); K>> meanAntennaUE2 = mean(reshape(sector_antenna_gain_linear_perRotationSet(1,2,:),[],1)); K>> meanAntennaUE3 = mean(reshape(sector_antenna_gain_linear_perRotationSet(1,3,:),[],1)); ReceivedPowerMapsPerRotationSet = ReceivedPowerMapsPerRotation(20:30:120,25:20:115,:); K>> ReceivedPowerMapsPerRotationSet_static = ReceivedPowerMapsPerRotationSet(:,:,1); ReceivedPowerMapsPerRotationSet_static = reshape(ReceivedPowerMapsPerRotationSet(:,:,1),[],1); ReceivedPowerMapsPerRotationSet_static_5th=prctile(ReceivedPowerMapsPerRotationSet_static,5) ReceivedPowerMapsPerRotationSet_mean = mean(ReceivedPowerMapsPerRotationSet,3); ReceivedPowerMapsPerRotationSet_static = reshape(ReceivedPowerMapsPerRotationSet_mean(:,:,1),[],1); ReceivedPowerMapsPerRotationSet_mean = reshape(ReceivedPowerMapsPerRotationSet_mean(:,:,1),[],1); ReceivedPowerMapsPerRotationSet_mean_5th=prctile(ReceivedPowerMapsPerRotationSet_mean,5) ReceivedPowerMapsPerRotationSet_static_5th K>> figure(1) K>> plot(1:1:360,reshape(sector_antenna_gain_linear_perRotationSet(1,1,:),[],1)) K>> figure(2) K>> plot(1:1:360,reshape(sector_antenna_gain_linear_perRotationSet(1,2,:),[],1)) figure(3) K>> plot(1:1:360,reshape(sector_antenna_gain_linear_perRotationSet(1,3,:),[],1)) K>> figure(4) K>> plot(1:1:360,reshape(ReceivedPowerMapsPerRotationSet(1,1,:),[],1)) K>> figure(5) K>> plot(1:1:360,reshape(ReceivedPowerMapsPerRotationSet(1,2,:),[],1)) K>> figure(6) K>> plot(1:1:360,reshape(ReceivedPowerMapsPerRotationSet(1,3,:),[],1))
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter