Re: [USRP-users] UBX coherence between TX and RX

2019-05-30 Thread Michael R. Freedman via USRP-users
1 >>>>>> |   |   | _ >>>>>> |   |   |    / >>>>>> |   |   |   |       TX Frontend: 0 >>>>>> |   |   |   |   Name: UBX TX >>>>>> |   |   |   |

Re: [USRP-users] Subdev spec when BasicRX installed in SlotA and BasicTx in slotB - other slots empty X310

2019-04-10 Thread Michael R. Freedman via USRP-users
I believe I answered my own question.  For anyone wondering - RX subdev spec = A:AB B:0 Tx subdev spec = A:0 B:AB Mike On 04/10/2019 11:13 AM, Michael R. Freedman via USRP-users wrote: Hello, Can anyone tell me what the subdev spec should be when there is only one BasicRX on one side

[USRP-users] Subdev spec when BasicRX installed in SlotA and BasicTx in slotB - other slots empty X310

2019-04-10 Thread Michael R. Freedman via USRP-users
Hello, Can anyone tell me what the subdev spec should be when there is only one BasicRX on one side and a Basic TX is on the other side.  I am only using the GPIO pins so don't care at all about the analog section. Thanks,   Mike ___ USRP-user

Re: [USRP-users] Stuck spinning in zero_copy_recv thread.

2019-04-09 Thread Michael R. Freedman via USRP-users
us D. Leech via USRP-users wrote: On 04/09/2019 01:19 PM, Michael R. Freedman via USRP-users wrote: Hello, X310 with UBX boards, individual RX streamers per channel. MultiUSRP with either 4 or 6 channels.  Occasionally one or two channels get stuck in the zero_copy_recv spinning at 100% of the CP

[USRP-users] Stuck spinning in zero_copy_recv thread.

2019-04-09 Thread Michael R. Freedman via USRP-users
Hello, X310 with UBX boards, individual RX streamers per channel. MultiUSRP with either 4 or 6 channels.  Occasionally one or two channels get stuck in the zero_copy_recv spinning at 100% of the CPU.  When trying to shut down the program, it stays stuck in that thread and has to be killed. 

Re: [USRP-users] Propagation delay in TxStreamer X310 3.14.0.0

2019-04-09 Thread Michael R. Freedman via USRP-users
n the buffer (there always are) and the "entire" waveform doesn’t always come out, seems like hysteresis. I usually prepend and postpend samples and do some timing bookkeeping to account for added samples. -Original Message- From: USRP-users On Behalf Of Michael R. Freedman via

Re: [USRP-users] Propagation delay in TxStreamer X310 3.14.0.0

2019-04-09 Thread Michael R. Freedman via USRP-users
- From: USRP-users On Behalf Of Michael R. Freedman via USRP-users Sent: Tuesday, April 9, 2019 11:34 AM To: usrp-users@lists.ettus.com Subject: [USRP-users] Propagation delay in TxStreamer X310 3.14.0.0 *** WARNING *** EXTERNAL EMAIL -- This message originates from outside our organization.

Re: [USRP-users] Propagation delay in TxStreamer X310 3.14.0.0

2019-04-09 Thread Michael R. Freedman via USRP-users
X310 with UBX front ends. Mike On 04/09/2019 12:07 PM, Brian Padalino wrote: On Tue, Apr 9, 2019 at 11:46 AM Michael R. Freedman mailto:mfreed...@ll.mit.edu>> wrote: I'm generating samples at 2MHz. What Ettus radio are you using? Brian ___

Re: [USRP-users] Propagation delay in TxStreamer X310 3.14.0.0

2019-04-09 Thread Michael R. Freedman via USRP-users
I'm generating samples at 2MHz. Mike On 04/09/2019 11:45 AM, Brian Padalino wrote: On Tue, Apr 9, 2019 at 11:35 AM Michael R. Freedman via USRP-users mailto:usrp-users@lists.ettus.com>> wrote: Hello, I am doing timed streaming.  It appears to me that there are severa

[USRP-users] Propagation delay in TxStreamer X310 3.14.0.0

2019-04-09 Thread Michael R. Freedman via USRP-users
Hello, I am doing timed streaming.  It appears to me that there are several "zero" samples getting to the DAC prior to my waveform and as a result, my waveform is being truncated.  Has anyone else seen this? Mike ___ USRP-users mailing list USRP

Re: [USRP-users] UBX coherence between TX and RX

2019-04-05 Thread Michael R. Freedman via USRP-users
utput on a spectrum analyser,   or another X310 doing receive? On 03/27/2019 03:42 PM, Marcus D. Leech via USRP-users wrote: On 03/27/2019 03:39 PM, Michael R. Freedman via USRP-users wrote: Marcus, I tried a 10MHz LOOffset with no change.  I also tried it at 1155.0MHz and 1160.0MHz.  At 1155

[USRP-users] Timed commands on FP0 causing late messages in receive

2019-04-01 Thread Michael R. Freedman via USRP-users
Hello, On one USRP I have a thread that does this :     multiUsrp_->set_command_time( startTime, usrpIndex_ );     value = multiUsrp_->get_gpio_attr( "FP0", "READBACK", usrpIndex_ );     multiUsrp_->clear_command_time( usrpIndex_ ); while in another thread I do :  streamCmd.time_spec  = uh

Re: [USRP-users] tx_streamer and timed_transmit fail depending on multi_usrp configuration.

2019-03-27 Thread Michael R. Freedman via USRP-users
9 03:32 PM, Marcus D. Leech via USRP-users wrote: On 03/27/2019 02:57 PM, Michael R. Freedman via USRP-users wrote: Hello, I have a need to have a separate tx_streamer for each channel in a multi_usrp using timed transmission.  I am seeing bizarre results that at this point I can't e

Re: [USRP-users] UBX coherence between TX and RX

2019-03-27 Thread Michael R. Freedman via USRP-users
Marcus, I tried a 10MHz LOOffset with no change.  I also tried it at 1155.0MHz and 1160.0MHz.  At 1155 the phase rolls... at 1160 it does not. Mike On 03/27/2019 11:10 AM, Marcus D. Leech via USRP-users wrote: On 03/27/2019 10:41 AM, Michael R. Freedman via USRP-users wrote: Any

[USRP-users] tx_streamer and timed_transmit fail depending on multi_usrp configuration.

2019-03-27 Thread Michael R. Freedman via USRP-users
Hello, I have a need to have a separate tx_streamer for each channel in a multi_usrp using timed transmission.  I am seeing bizarre results that at this point I can't explain.  I have tried 3.10, 3.13 and the latest release 3.14 all with different results.  I have attached some sample co

Re: [USRP-users] UBX coherence between TX and RX

2019-03-27 Thread Michael R. Freedman via USRP-users
Any thoughts on this? Mike On 03/25/2019 01:04 PM, Michael R. Freedman via USRP-users wrote: Marcus,    190Hz is what we calculated.  I have attached a text file with the data we used.  This is a single UBX40 tuned to 155MHz sampling at 2MHz. Mike On 03/25/2019 12:34 PM, Nick Foster

Re: [USRP-users] UBX coherence between TX and RX

2019-03-25 Thread Michael R. Freedman via USRP-users
attenuator) with both sides set to the same frequency. Your received signal should look like a sine wave at the frequency of the offset. On Mon, Mar 25, 2019 at 9:16 AM Michael R. Freedman via USRP-users mailto:usrp-users@lists.ettus.com>> wrote: Hello, Do you have any sugge

Re: [USRP-users] UBX coherence between TX and RX

2019-03-25 Thread Michael R. Freedman via USRP-users
ev of UBX cards? On Sat, 2019-03-23 at 17:06 -0400, Michael R. Freedman via USRP-users wrote: Hello, I have an issue where I tune both the TX and RX side of a UBX40 card in an X310 to the same frequency and find that the transmitted signal and what is received are not coherent. I am using an

Re: [USRP-users] UBX coherence between TX and RX

2019-03-25 Thread Michael R. Freedman via USRP-users
usly, i.e. with timed commands, random at each tune. Best regards, Marcus On Sat, 2019-03-23 at 17:06 -0400, Michael R. Freedman via USRP-users wrote: Hello, I have an issue where I tune both the TX and RX side of a UBX40 card in an X310 to the same frequency and find that the transmitted signa

Re: [USRP-users] UBX coherence between TX and RX

2019-03-25 Thread Michael R. Freedman via USRP-users
at 17:06 -0400, Michael R. Freedman via USRP-users wrote: Hello, I have an issue where I tune both the TX and RX side of a UBX40 card in an X310 to the same frequency and find that the transmitted signal and what is received are not coherent. I am using an external 10MHz reference and have tried

[USRP-users] UBX coherence between TX and RX

2019-03-23 Thread Michael R. Freedman via USRP-users
Hello, I have an issue where I tune both the TX and RX side of a UBX40 card in an X310 to the same frequency and find that the transmitted signal and what is received are not coherent.  I am using an external 10MHz reference and have tried the documented suggestions. at 150MHz it is coheren

[USRP-users] Multiple independent tx_streamers on X310 with UBX boards

2019-03-22 Thread Michael R. Freedman via USRP-users
Hello, I have serveral X310s all with UBX boards up and running with independent rx_streamers for each channel.  I have attempted to get multiple tx_streamers working in the same way with no success.  In addition, I am having issues picking which channel I want to transmit on.  I am running

Re: [USRP-users] X310 set_timed_command and get_gpio_attr

2019-03-20 Thread Michael R. Freedman via USRP-users
u try 3.9.7 LTS? And 3.10.3? Thanks, Xavier On Wed, 20 Mar 2019 at 01:56, Michael R. Freedman via USRP-users mailto:usrp-users@lists.ettus.com>> wrote: Hello, I have multi_usrp setup with many USRPs that are all doing timed sampling.  The sampling intervals need to be as

[USRP-users] X310 set_timed_command and get_gpio_attr

2019-03-19 Thread Michael R. Freedman via USRP-users
Hello, I have multi_usrp setup with many USRPs that are all doing timed sampling.  The sampling intervals need to be as fast as 1ms sampling for 999us.  In addition, at the start of the sample window, I need to grab the state of the GPIO pins on the front panel.  I have tried the following :