Re: sndfile::sndfile again

2022-12-29 Thread Cinaed Simson
The libsndfile1-dev installs the header files. In general, the -dev extension installs the header files and sometimes the static libraries. It most likely crashed because of the lack of header files - it found the dynamic libraries which where installed with gnuradio - but no header files.

Re: sndfile::sndfile again

2022-12-29 Thread Larry Doolittle
Cinaed - On Wed, Dec 28, 2022 at 06:31:17PM -0800, Cinaed Simson wrote: > Hi Larry - try >   apt install libsndfile1-dev Yes, I confirm that is the solution. Thanks! Although it's more practical to apt-get install --no-install-recommends libsndfile1-dev to keep xtrx-dkms out of it. Both speci

Re: USRP B210 overflow and underflow

2022-12-29 Thread Marcus D. Leech
On 29/12/2022 10:56, Karen young wrote: Hi, I am using a USRP B210 to transmit and receive pulse signals using attached antennas, and try to measure the phase delay between the transmitted and received signals. I do not understand why the following problems are happening. What can I do to fix