[go: up one dir, main page]

Menu

[0713af]: / exps / arc / arcT_LP.m  Maximize  Restore  History

Download this file

17 lines (14 with data), 316 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
N_SCAN=length(vc_ch);
COR_init(N_SCAN*((2*4-1)*16+1+1),60)
for vc=1:N_SCAN;
% The ac pulses
COR_arclp(439,vc,'s',376,64,4,128,1,0,(0:15)*24,1);
COR_pp(0,1,vc,'s',1,439,0,1)
end
for vc=1:2:N_SCAN;
COR_pp(6455,1,vc,'c',1,20,0,1)
end
for vc=2:2:N_SCAN;
COR_pp(6475,1,vc,'b',1,20,0,1)
end
COR_end