Home > cbassSouthFunctions > CJCThesisFunctions > coldLoad.m

coldLoad

PURPOSE ^

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 d_afterBobbin=read_arc('02-Sep-2012:07:48:47','02-Sep-2012:07:55:07')
0002 d_beforeBobbin=read_arc('02-Jun-2012:07:48:47','02-Jun-2012:07:55:07')
0003 
0004 plot(d_afterBobbin.antenna0.thermal.coldLoad,'Linewidth',2)
0005 hold all
0006 plot(d_beforeBobbin.antenna0.thermal.coldLoad)
0007 
0008 grid on
0009 xlabel('Frequency [GHz]','Fontsize',20)
0010 ylabel('S Parameter [dB]','Fontsize',18)
0011 title('Notch Filter Response','Fontsize',18)
0012 set(gca,'FontSize',16)
0013 print('-depsc','coldLoadImprovement')
0014

Generated on Sun 14-Jun-2015 17:12:45 by m2html © 2005