]> sigrok.org Git - sigrok-dumps.git/blame - spdif/more/README
st7735: Add dump with unknown command
[sigrok-dumps.git] / spdif / more / README
CommitLineData
898d3399
AM
1Several .sr files for testing of SPDIF.
2
3Use channel D6 for testing. The test signal is a 44,1kHz 2 channel audio signal (2.822Mbit/s).
4
5spdif_16mhz_44khz.sr:
6Original decoder is lucky to enter the stream with pulses of medium length. OK.
7New decoder recognizes short pulses (width <= 3 samples) and reports an error. OK.
8
9spdif_16mhz_44khz_3.sr:
10Original decoder decodes wrong because of false pulse width detection at the beginning. Fail.
11New decoder recognizes short pulses (width <= 3 samples) and reports an error. OK.
12
13spdif_24mhz_44khz_1.sr:
14Original decoder doesn't find any frames because of long low level phase before the data stream. Fail.
15Now decoder correctly decodes stream after synchronisation (First frame is missed). OK.