From 9b2ae7e07787b248328ecbe44c07695bb6a796f2 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 11 Mar 2011 12:17:46 -0800 Subject: uhd: added continuous streaming and new options to tx_waveforms --- host/examples/rx_samples_to_file.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'host/examples/rx_samples_to_file.cpp') diff --git a/host/examples/rx_samples_to_file.cpp b/host/examples/rx_samples_to_file.cpp index 61add87c7..d44315701 100644 --- a/host/examples/rx_samples_to_file.cpp +++ b/host/examples/rx_samples_to_file.cpp @@ -78,11 +78,11 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){ ("nsamps", po::value(&total_num_samps)->default_value(0), "total number of samples to receive") ("spb", po::value(&spb)->default_value(10000), "samples per buffer") ("rate", po::value(&rate), "rate of incoming samples") - ("freq", po::value(&freq), "rf center frequency in Hz") + ("freq", po::value(&freq), "RF center frequency in Hz") ("gain", po::value(&gain), "gain for the RF chain") - ("ant", po::value(&ant), "select antenna") - ("subdev", po::value(&subdev), "select subdevice") - ("bw", po::value(&bw), "select IF filter bandwidth in Hz") + ("ant", po::value(&ant), "daughterboard antenna selection") + ("subdev", po::value(&subdev), "daughterboard subdevice specification") + ("bw", po::value(&bw), "daughterboard IF filter bandwidth in Hz") ; po::variables_map vm; po::store(po::parse_command_line(argc, argv, desc), vm); -- cgit v1.2.3