mirror of https://github.com/EspoTek/Labrador.git
11 lines
246 B
Plaintext
11 lines
246 B
Plaintext
|
clear all
|
||
|
setscopewindowsize(1, 0, 5)
|
||
|
first_gui_test
|
||
|
pause(0.01)
|
||
|
max_n = 10000;
|
||
|
setscopemode(2,8,8)
|
||
|
setpsu(0,1000)
|
||
|
tiny_send_waveform(sin(linspace(0,2*pi, 128)),255,432)
|
||
|
%tiny_send_waveform(1:100, 255, 100)
|
||
|
mex_usb_iso_loop
|
||
|
%%plot(saved_waveform)
|