\fBatest\fR is a test application which decodes AX.25 frames from an audio recording. This provides an easy way to test Dire Wolf decoding performance much quicker than normal real-time.
.SHOPTIONS
.TP
.BI"-B ""n"
Bits / second for data. Proper modem selected for 300, 1200, 9600.
300 baud uses 1600/1800 Hz AFSK.
1200 (default) baud uses 1200/2200 Hz AFSK.
9600 baud uses K9NG/G2RUH standard.
.TP
.BI"-D ""n"
Divide audio sample rate by n.
.TP
.BI"-F ""n"
Amount of effort to try fixing frames with an invalid CRC.
0 (default) = consider only correct frames.
1 = Try to fix only a single bit.
more = Try modifying more bits to get a good CRC.
.TP
.BI"-P ""m"
Select the demodulator type such as A, B, C, D (default for 300 baud), E (default for 1200 baud), F, A+, B+, C+, D+, E+, F+.
.SHEXAMPLES
.P
.PD0
.Bgen_packets-otest1.wav
.P
.Batesttest1.wav
.PD
.P
.PD0
.Bgen_packets-B300-otest3.wav
.P
.Batest-B300test3.wav
.PD
.P
.PD0
.Bgen_packets-B9600-otest9.wav
.P
.Batest-B9600test9.wav
.PD
.P
.RS
This generates and decodes 3 test files with 1200, 300, and 9600 bits per second.
.RE
.P
.PD0
.Batest02_Track_2.wav
.P
.Batest-PC+02_Track_2.wav
.P
.Batest-F102_Track_2.wav
.P
.Batest-PC+-F102_Track_2.wav
.PD
.P
.RS
Try different combinations of options to find the best decoding performance.
.RE
.P
.SHSEEALSO
More detailed information is in the pdf files in /usr/local/share/doc/direwolf, or possibly /usr/share/doc/direwolf, depending on installation location.