~ubuntu-branches/ubuntu/trusty/gnuradio/trusty-updates

« back to all changes in this revision

Viewing changes to debian/uhd_siggen.1

  • Committer: Package Import Robot
  • Author(s): A. Maitland Bottoms
  • Date: 2012-02-26 21:26:16 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120226212616-vsfkbi1158xshdql
Tags: 3.5.1-1
* new upstream version, re-packaged from scratch with modern tools
    closes: #642716, #645332, #394849, #616832, #590048, #642580,
    #647018, #557050, #559640, #631863
* CMake build

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH UHD_SIGGEN "1" "December 2011" "uhd_siggen 3.5" "User Commands"
 
2
.SH NAME
 
3
uhd_siggen \- Signal Generator using UHD hardware
 
4
.SH SYNOPSIS
 
5
.B uhd_siggen:
 
6
[\fIoptions\fR]
 
7
.SH DESCRIPTION
 
8
Command-line signal generator application.
 
9
.SH OPTIONS
 
10
.TP
 
11
\fB\-h\fR, \fB\-\-help\fR
 
12
show this help message and exit
 
13
.TP
 
14
\fB\-a\fR ARGS, \fB\-\-args\fR=\fIARGS\fR
 
15
UHD device address args , [default=]
 
16
.TP
 
17
\fB\-\-spec\fR=\fISPEC\fR
 
18
Subdevice of UHD device where appropriate
 
19
.TP
 
20
\fB\-A\fR ANTENNA, \fB\-\-antenna\fR=\fIANTENNA\fR
 
21
select Rx Antenna where appropriate
 
22
.TP
 
23
\fB\-s\fR SAMP_RATE, \fB\-\-samp\-rate\fR=\fISAMP_RATE\fR
 
24
set sample rate (bandwidth) [default=1000000.0]
 
25
.TP
 
26
\fB\-g\fR GAIN, \fB\-\-gain\fR=\fIGAIN\fR
 
27
set gain in dB (default is midpoint)
 
28
.TP
 
29
\fB\-f\fR FREQ, \fB\-\-tx\-freq\fR=\fIFREQ\fR
 
30
Set carrier frequency to FREQ [default=mid\-point]
 
31
.TP
 
32
\fB\-x\fR WAVEFORM_FREQ, \fB\-\-waveform\-freq\fR=\fIWAVEFORM_FREQ\fR
 
33
Set baseband waveform frequency to FREQ [default=0]
 
34
.TP
 
35
\fB\-y\fR WAVEFORM2_FREQ, \fB\-\-waveform2\-freq\fR=\fIWAVEFORM2_FREQ\fR
 
36
Set 2nd waveform frequency to FREQ [default=none]
 
37
.TP
 
38
\fB\-\-sine\fR
 
39
Generate a carrier modulated by a complex sine wave
 
40
.TP
 
41
\fB\-\-const\fR
 
42
Generate a constant carrier
 
43
.TP
 
44
\fB\-\-offset\fR=\fIOFFSET\fR
 
45
Set waveform phase offset to OFFSET [default=0]
 
46
.TP
 
47
\fB\-\-gaussian\fR
 
48
Generate Gaussian random output
 
49
.TP
 
50
\fB\-\-uniform\fR
 
51
Generate Uniform random output
 
52
.TP
 
53
\fB\-\-2tone\fR
 
54
Generate Two Tone signal for IMD testing
 
55
.TP
 
56
\fB\-\-sweep\fR
 
57
Generate a swept sine wave
 
58
.TP
 
59
\fB\-\-amplitude\fR=\fIAMPL\fR
 
60
Set output amplitude to AMPL (0.0\-1.0) [default=0.15]
 
61
.TP
 
62
\fB\-v\fR, \fB\-\-verbose\fR
 
63
Use verbose console output [default=False]
 
64
.SH "SEE ALSO"
 
65
uhd_siggen_gui(1)