mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-02-01 11:49:16 +00:00
Fix bug identifying the USRP
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@270 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
parent
9727444b57
commit
e659ca96b2
@ -95,7 +95,6 @@ UhdSignalSource::UhdSignalSource(ConfigurationInterface* configuration,
|
|||||||
// sc16: Complex signed integer (16-bit integers) range [-32768, +32767].
|
// sc16: Complex signed integer (16-bit integers) range [-32768, +32767].
|
||||||
// sc8: Complex signed integer (8-bit integers) range [-128, 127].
|
// sc8: Complex signed integer (8-bit integers) range [-128, 127].
|
||||||
uhd_source_ = uhd_make_usrp_source(dev_addr, uhd::stream_args_t("fc32"));
|
uhd_source_ = uhd_make_usrp_source(dev_addr, uhd::stream_args_t("fc32"));
|
||||||
std::cout << boost::format("Using Device: %s") % uhd_source_->get_pp_string() << std::endl;
|
|
||||||
|
|
||||||
// 2.1 set sampling clock reference
|
// 2.1 set sampling clock reference
|
||||||
// Set the clock source for the usrp device.
|
// Set the clock source for the usrp device.
|
||||||
|
Loading…
Reference in New Issue
Block a user