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