Constellation Modulator delay calculation

2023-01-10 Thread Ali G. Dezfuli
Hi everybody, I just want to know how the delay of the "Constellation Modulator" block in GRC is calculated. In fact, whether you set the block's last parameter "truncate filter transient" or not, a delay of 86 samples could be generated, no matter how many points are in the constellation. This m

Re: USRP B210 TX/RX switching between transmitting and receiving

2023-01-10 Thread Daniel Estévez
On 09/01/2023 18:20, Karen young wrote: Hi, I want to use the single port (TX/RX) from USRP B210 to switch between transmitting and receiving. I have selected "Ch0: Antenna: TX/RX" for both the USRP sink and source blocks as shown in the figure. I expect the TX/RX port will show orange light.

Re: USRP B210 TX/RX switching between transmitting and receiving

2023-01-10 Thread okan erturk
So TX has a priority over RX, am I right? On Tue, Jan 10, 2023, 21:54 Daniel Estévez wrote: > On 09/01/2023 18:20, Karen young wrote: > > Hi, > > > > I want to use the single port (TX/RX) from USRP B210 to switch between > > transmitting and receiving. I have selected "Ch0: Antenna: TX/RX" for

Re: USRP B210 TX/RX switching between transmitting and receiving

2023-01-10 Thread Marcus D. Leech
On 10/01/2023 14:01, okan erturk wrote: So TX has a priority over RX, am I right? Not sure what you mean by "priority". The RX/TX port will be connected to the TX whenever it's transmitting. The RX chain can either be connected to the RX2 port all the time, or if it's configured for   TX/RX,

Re: USRP B210 TX/RX switching between transmitting and receiving

2023-01-10 Thread Daniel Estévez
On 10/01/2023 20:01, okan erturk wrote: So TX has a priority over RX, am I right? I don't now for sure, but I guess that would make sense, because typically you would be attempting to RX continuously, while TXing some bursts (which would leave gaps in the RX stream). I don't know if the RX g

Re: USRP B210 TX/RX switching between transmitting and receiving

2023-01-10 Thread okan erturk
Okay, we thought that when a TX signal sent, RX will be interrupted. That was what I meant. On Tue, Jan 10, 2023, 22:32 Marcus D. Leech wrote: > On 10/01/2023 14:01, okan erturk wrote: > > So TX has a priority over RX, am I right? > > Not sure what you mean by "priority". > > The RX/TX port will

Re: USRP B210 TX/RX switching between transmitting and receiving

2023-01-10 Thread Marcus D. Leech
On 10/01/2023 14:11, Daniel Estévez wrote: On 10/01/2023 20:01, okan erturk wrote: So TX has a priority over RX, am I right? I don't now for sure, but I guess that would make sense, because typically you would be attempting to RX continuously, while TXing some bursts (which would leave gaps

Updating FPGA image on Ettus N321

2023-01-10 Thread Joseph Maloyan
Hello, I am currently trying to update the image of the FPGA. I am following the guide at this link... https://kb.ettus.com/USRP_N300/N310/N320/N321_Getting_Started_Guide When I try to update through network, I get the following regarding mismatched compat numbers... INFO] [UHD] linux; GNU C++

Re: Constellation Modulator delay calculation

2023-01-10 Thread Cinaed Simson
Hi Ali - your flowchart has no device and no throttle. You need to add a throttle. And I don't the expertise or the time to look at the source code. So I'm punting back to the list. -- Cinaed On 1/10/23 03:10, Ali G. Dezfuli wrote: Hi everybody,expertise I just want to know how the delay o

Re: Updating FPGA image on Ettus N321

2023-01-10 Thread Marcus D. Leech
On 10/01/2023 18:03, Joseph Maloyan wrote: Hello, I am currently trying to update the image of the FPGA. I am following the guide at this link... https://kb.ettus.com/USRP_N300/N310/N320/N321_Getting_Started_Guide When I try to update through network, I get the following regarding mismatched

Re: Constellation Modulator delay calculation

2023-01-10 Thread U L
Ali, I think the example uses the generic_mod block inside. This block uses the polyphase arb resampler for antialiasing. The line that computes the rrc delay is here

Re: Constellation Modulator delay calculation

2023-01-10 Thread Ali G. Dezfuli
thank you, Jared and Cinead! Sure it helps Jared! On Wed, Jan 11, 2023 at 7:39 AM U L wrote: > Ali, > > I think the example uses the generic_mod block > > inside. This block uses the polyphase arb res