Specifications
Manuals
Brands
DSP Manuals
Computer equipment
TP104-plus
111
112
113
114
115
116
117
118
119
120
5-
29
Remote Programming
txLia("SRAT10; SEND0");
/* set 64 Hz sample rate, stop at end */
txLia("DDEF1,1,0; DDEF2,1,0");
/* set CH1=R, CH2=theta. Buffers store CH1 and CH2 */
printf("Scan is Initialized, Press <Enter> to Begin Scan...");
getch();
}
1
...
...
110
111
112
113
114
...
...
174