Hello,
I get zeros at the beginning at a lower sample rate. I run the following
commands and get results shown in the following figures:
sudo ./rx_samples_to_file --args "addr=192.168.60.2" --duration 10 --rate
1e6 --freq 800e6 --gain 70 --subdev "A:0" --file test3.dat
[image: original.png]
su
Hi,
Do you get the same result if you run the included (compiled/default)
version of rx_samples_to_file at a lower sample rate, such as:
/usr/local/lib/uhd/examples/rx_samples_to_file --args "addr=192.168.60.2"
--duration 10 --rate 1e6 --freq 100e6 --gain 10 --subdev "A:0" --file
test.sc16
What
Dear Nate,
The parameters that I introduce are the following:
*//setup the program options*
*po::options_description desc("Allowed options");*
*desc.add_options()*
*("help", "help message")*
*("args",
po::value(&args)->default_value("addr0=192.168.60.2,second_addr0=19
Hi Anabel,
What parameters are you using with the rx_samples_to_file example?
Regards,
Nate Temple
On Mon, Nov 11, 2019 at 3:02 AM Anabel Almodovar via USRP-users <
usrp-users@lists.ettus.com> wrote:
> Hello,
>
> I am trying to make a continuous acquisition with an ettus x310 card whose
> daugh
Hello,
I am trying to make a continuous acquisition with an ettus x310 card whose
daughter boards are TwinRx. I have used as a base the example
"rx_samples_to_file.cpp" and I have modified it to be able to acquire
continuously with the 4 available channels. However, this gives me an error
and save