Re: Synchronization: PPS and Tx signal in a USRP N200

2021-12-13 Thread Marcus D. Leech
On 2021-12-13 16:56, isaac mario tupac davila wrote: Hello Thanks for the information !!! I have a question regarding the parameter unknown pps. I'm focusing wrong, I think so ... 1. If I read the concept This method is used to sync when the edge of PPS is UNKNOWN. But when I use a N200, a

Re: How to detect that the input item is empty?

2021-12-13 Thread Marcus Müller
Linge, > How to judge that this is the last input? There's no way. seriously, we discussed this yesterday. It's a bit tiring to explain things in chat, and then say exactly the same thing next day on the mailing list. You cann't do it this way. Your framing must come from where you read the

Re: Adaptation of Federico La Roccas ISDB-T blocks for DVB-T

2021-12-13 Thread Federico 'Larroca' La Rocca
Hi Ralf, Good news! Regarding your question, In order to be sure that what the block was measuring was right, I've used a complete software transceiver together with a Channel Model block. You may take a look at https://github.com/git-artes/gr-isdbt/blob/master/examples/full_transceiver.grc.

Re: Does complex conjugate invert IQ ?

2021-12-13 Thread Johannes Demel
Hi, I assume the "Swap IQ" block is exactly what you're looking for. https://wiki.gnuradio.org/index.php/Swap_IQ Cheers Johannes On 13.12.21 16:39, Cyrille Morin wrote: Hi, You could use a "Complex to Float" to separate the I and Q components, followed by a "Float to Complex", inverting the

Re: Does complex conjugate invert IQ ?

2021-12-13 Thread Albin Stigö
This might be of interest. https://www.dsprelated.com/showarticle/51.php --Albin On Mon, Dec 13, 2021, 16:45 Cyrille Morin wrote: > Hi, > > You could use a "Complex to Float" to separate the I and Q components, > followed by a "Float to Complex", inverting the re and im inputs. > > > Le

Re: Does complex conjugate invert IQ ?

2021-12-13 Thread Cyrille Morin
Hi, You could use a "Complex to Float" to separate the I and Q components, followed by a "Float to Complex", inverting the re and im inputs. Le 13/12/2021 à 16:31, Rachida SAROUI a écrit : Thank you for responding, but what I meant by invert is swapping the I and Q components of the signal.

Re: Does complex conjugate invert IQ ?

2021-12-13 Thread Martin Luelf
Dear Rachida, in order to do that, use the "complex to float" and "float to complex" blocks and connect the re output to the im input and the im output to the re input. Yours Martin On 13.12.21 16:31, Rachida SAROUI wrote: Thank you for responding, but what I meant by invert is swapping

Re: Does complex conjugate invert IQ ?

2021-12-13 Thread Rachida SAROUI
Thank you for responding, but what I meant by invert is swapping the I and Q components of the signal. Le lun. 13 déc. 2021 à 16:25, Fabian Schwartau a écrit : > Complex conjugate only inverts the imaginary (Q) part of the signal. > If you want to invert both, just multiply with -1. > > Am

Re: Does complex conjugate invert IQ ?

2021-12-13 Thread Fabian Schwartau
Complex conjugate only inverts the imaginary (Q) part of the signal. If you want to invert both, just multiply with -1. Am 13.12.21 um 16:22 schrieb Rachida SAROUI: Hi everyone, I need to invert the I and Q of a complex signal. Does the block complex conjugate do the job? Thank you

Does complex conjugate invert IQ ?

2021-12-13 Thread Rachida SAROUI
Hi everyone, I need to invert the I and Q of a complex signal. Does the block complex conjugate do the job? Thank you

Re: Adaptation of Federico La Roccas ISDB-T blocks for DVB-T

2021-12-13 Thread Ralf Gorholt
Hello Federico, after a lot of thinking I have finally managed to adapt your OFDM Synchronization and TMCC Decoder blocks for DVB-T :-) The problem was that the frame and symbol indexes in the tags sent by the TPS decoder were not correct. Although I can see the video now, I am not sure that I

Re: Questions On GNU Radio FFT Data logging

2021-12-13 Thread Johannes Demel
Hi Zen Chen, I add the mailing list to the discussion again. Please reply to the mailing list for all mailing list discussions. This is an example for a UDP client/server https://pythontic.com/modules/socket/udp-client-server-example Your visualization app is probably a server waiting for