File: gr_spectrogram_plot.1

package info (click to toggle)
gnuradio 3.7.13.4-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 45,992 kB
  • sloc: cpp: 155,723; python: 88,934; xml: 42,165; ansic: 41,036; fortran: 927; asm: 803; sh: 224; lisp: 31; makefile: 17
file content (47 lines) | stat: -rw-r--r-- 1,449 bytes parent folder | download | duplicates (5)
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
41
42
43
44
45
46
47
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.10.
.TH USAGE: "1" "July 2014" "Usage: gr_spectrogram_plot_c [options]" "User Commands"
.SH NAME
gr_spectrogram_plot \- gnuradio spectrogram plotting application
.SH SYNOPSIS
.B gr_spectrogram_plot_c
[\fIoptions\fR]
.SH DESCRIPTION
Plots the spectrogram (waterfall) of a list of files. 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\-L\fR PSD_SIZE, \fB\-\-psd\-size\fR=\fIPSD_SIZE\fR
Set the FFT size of the PSD [default=2048]
.TP
\fB\-f\fR CENTER_FREQUENCY, \fB\-\-center\-frequency\fR=\fICENTER_FREQUENCY\fR
Set the center frequency of the signal [default=0.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\-a\fR AVERAGE, \fB\-\-average\fR=\fIAVERAGE\fR
Set amount of averaging (smaller=more averaging)
[default=1.0]
.PP
gr_spectrogram_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.