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 36 37 38 39 40
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.10.
.TH USAGE: "1" "July 2014" "Usage: gr_time_plot_c [options]" "User Commands"
.SH NAME
gr_time_plot \- gnuradio time domain pltting applications
.SH SYNOPSIS
.B gr_time_plot_c
[\fIoptions\fR]
.SH DESCRIPTION
Plots a list of files on a scope plot. Files are a binary list of complex
floats.
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-N\fR NSAMPLES, \fB\-\-nsamples\fR=\fINSAMPLES\fR
Set the number of samples to display [default=1000000]
.TP
\fB\-S\fR START, \fB\-\-start\fR=\fISTART\fR
Starting sample number [default=0]
.TP
\fB\-r\fR SAMPLE_RATE, \fB\-\-sample\-rate\fR=\fISAMPLE_RATE\fR
Set the sample rate of the signal [default=1.0]
.TP
\fB\-\-no\-auto\-scale\fR
Do not auto\-scale the plot [default=False]
.PP
gr_time_plot_c: error: no such option: \fB\-\-version\fR
.SH "SEE ALSO"
The full documentation for
.B Usage:
is maintained as a Texinfo manual. If the
.B info
and
.B Usage:
programs are properly installed at your site, the command
.IP
.B info Usage:
.PP
should give you access to the complete manual.
|