blob: 5ba0273f6893e77a69726a5bf9bb73c6547a7be5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
test graycode_ramp
protocol-decoder graycode channel d0=0 channel d1=1 channel d2=2 channel d3=3 channel d4=4 channel d5=5 channel d6=6 channel d7=7
input graycode/synthetic/graycode-ramp.sr
output graycode annotation match graycode_ramp.output
test graycode_sin
protocol-decoder graycode channel d0=0 channel d1=1 channel d2=2 channel d3=3 channel d4=4 channel d5=5 channel d6=6 channel d7=7
input graycode/synthetic/graycode-sin.sr
output graycode annotation match graycode_sin.output
test rotary_ramp
protocol-decoder graycode channel d0=0 channel d1=1
input graycode/synthetic/rotary-ramp.sr
output graycode annotation match rotary_ramp.output
test rotary_sin
protocol-decoder graycode channel d0=0 channel d1=1
input graycode/synthetic/rotary-sin.sr
output graycode annotation match rotary_sin.output
test graycode_ramp_no_samplerate
protocol-decoder graycode channel d0=0 channel d1=1 channel d2=2 channel d3=3 channel d4=4 channel d5=5 channel d6=6 channel d7=7
input graycode/synthetic/graycode-ramp-no-samplerate.sr
output graycode annotation match graycode_ramp-no-samplerate.output
|