File: fdmdv_get_test_bits.1

package info (click to toggle)
codec2 1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 76,376 kB
  • sloc: ansic: 436,819; cpp: 2,091; objc: 1,736; sh: 1,510; python: 1,405; asm: 683; makefile: 603
file content (35 lines) | stat: -rw-r--r-- 888 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.TH FDMDV_GET_TEST_BITS 1 2020-12-04 fdmdv_get_test_bits "User commands"
.SH NAME
fdmdv_get_test_bits \- a diagnostic tool for the codec2 library to generate data for fdmdv_mod.
.SH SYNOPSIS
.B fdmdv_get_test_bits usage:
.IR OutputBitFile
.IR numBits
.IR [Nc]
.PP
.SH DESCRIPTION
.PP
Generates a file of packed test bits, useful for input to fdmdv_mod.
.PP
.SH EXAMPLE
 fdmdv_get_test_bits test.c2 1400
.PP
.SH OPTIONS
The first argument, 
.IR OutputBitFile
is the file name of a file to be created with test sample data. If "-" is
given the output is sent to stdout.
.PP
The second argument, 
.IR numBits
is an integer number of bits per second to use.
.PP
The optional third argument,
.IR [Nc]
is the number of carriers to use in the modem. The default is 14.
The minimum is 2 and the maximum is 20.
.PP
.SH "SEE ALSO"
.BR fdmdv_mod (1),
.BR fdmdv_demod (1)
.BR fdmdv_put_test_bits (1)