From aa908fafa2f8dcf9d869c21e5b8cd14aab8a6147 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sat, 8 Oct 2011 11:48:40 -0700 Subject: uhd: help messages for user on rx samples to file --- host/examples/tx_samples_from_file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/examples/tx_samples_from_file.cpp') diff --git a/host/examples/tx_samples_from_file.cpp b/host/examples/tx_samples_from_file.cpp index d052baa4a..03fc4c8d4 100644 --- a/host/examples/tx_samples_from_file.cpp +++ b/host/examples/tx_samples_from_file.cpp @@ -70,7 +70,7 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){ ("help", "help message") ("args", po::value(&args)->default_value(""), "multi uhd device address args") ("file", po::value(&file)->default_value("usrp_samples.dat"), "name of the file to read binary samples from") - ("type", po::value(&type)->default_value("float"), "sample type: double, float, or short") + ("type", po::value(&type)->default_value("short"), "sample type: double, float, or short") ("spb", po::value(&spb)->default_value(10000), "samples per buffer") ("rate", po::value(&rate), "rate of outgoing samples") ("freq", po::value(&freq), "RF center frequency in Hz") -- cgit v1.2.3