Noise diode and sky dips
0001 0002 0003 %Noise diode and sky dips 0004 d = read_arc('26-jan-2010:05:18:00','26-jan-2010:05:22:00'); 0005 0006 d = reshapeRx(d); 0007 d = reshapeAz(d); 0008 d = interpAz(d); 0009 0010 x = 1./(sind(d.antenna0.servo.interpEl)); 0011 y= -d.antenna0.receiver.dataNew(:,1); 0012 0013 plot(x,y)