Re: European GNU Radio days 2025 updates

2025-07-07 Thread Cyrille Morin
, please tell us (by email, Matrix chat or on the wiki), especially if you are not present all the time. This will help us deciding on the exact planning. See you in Lyon, *Cyrille MORIN* /Ingénieur SED/ /Équipe MARACAS/ Logo Inria Centre Inria de Lyon Laboratoire CITI Campus La Doua

European GNU Radio days 2025 updates

2025-06-02 Thread Cyrille Morin
topics for the event in the wiki. Feel free to comment on those, and/or add some! https://wiki.gnuradio.org/index.php?title=European_GNU_Radio_Days/2025 See you in Lyon, * * *Cyrille MORIN* /Ingénieur SED/ /Équipe MARACAS/ Logo Inria Centre Inria de Lyon Laboratoire CITI Campus La Doua

European GNU Radio days 2025, Hackathon Edition

2025-05-05 Thread Cyrille Morin
and T4) Registration will be free as this is an informal meeting, but please tell us if you plan to come so that we can book the right number of rooms. See you in Lyon, -- *Cyrille MORIN* /Ingénieur SED/ /Équipe MARACAS/ Logo Inria Centre Inria de Lyon Laboratoire CITI Campus La Doua - Vi

Re: European GNU Radio Days conference YouTube streaming (Fri Aug. 30)

2024-08-30 Thread Cyrille Morin
Hi, The afternoon session won't be streamed Le 30/08/2024 à 15:04, MR169 a écrit : Are the afternoon dev sessions going to be streamed or is it just this morning's talks? On Fri, 30 Aug 2024 at 07:42, jmfriedt wrote: Today is the last day of the European GNU Radio days: the live strea

Re: gr-bokehgui in the future?

2023-03-24 Thread Cyrille Morin
m afraid I’m missing something fundamental. Where do you put these lines? In which block? Thanks Glen I’m working to document vectordemoWeb.grc mentioned below. This works pretty well and does lots of plotting. On Mar 24, 2023, at 11:39 AM, Cyrille Morin wrote: Hello Glen, Yes, the gn

Re: gr-bokehgui in the future?

2023-03-24 Thread Cyrille Morin
is only a test of a certain type of signal processing. https://www.github.com/WVRAIL/gr-radio_astro/examples/nsf/vectordemoWeb.grc The other designs use an SDRPlay RSP1A with 8 MHz sampling: NsfDetect80Web.grc NsfIntegrate80Web.grc NsfWatch80Web.grc On Mar 23, 2023, at 2:32 PM, Cyrill

Re: gr-bokehgui in the future?

2023-03-23 Thread Cyrille Morin
s the telescope data gathering role. So if bokehgui is the Gnuradio “official” way forward, I’d like to help. Maybe anyone in Gnuradio would like to comment on the merits of expanding gr-bokehgui, versus any other web-based display approach? Thanks for your efforts! Glen On Mar 23, 2023, at 5:21 AM,

Re: gr-bokehgui in the future?

2023-03-23 Thread Cyrille Morin
Hi Glen, It seems I replied to you using the wrong email address, so it got dropped. Sorry for the delay. Cyrille Le 20/03/2023 à 18:49, Cyrille Morin a écrit : Hello Glen, Glad to see that you use bokehgui, and that it works for you :) I do plan to continue improving the module in the

Re: QT GUI Time Sink graph refresh rate

2021-12-30 Thread Cyrille Morin
Hi Marcin, In this graph, the Time sink waits for chunks of 100 samples to display at a time. Since the Throttle is set to forward 1000 samples per second, it should be able to update up to 10 times per second. Keep in mind that this is an estimate since the Throttle block does not enforce its

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: Combine PDU message data with stream data

2021-11-20 Thread Cyrille Morin
; > > >See https://pastebin.com/GJgnzjCP   Embedded Python block > >https://pastebin.com/C6XVsCZx   AFSK flowgraph > > > >Any help will be appreciated. > > > >--- > >Barry Duggan KV4FV > >https://github.com/duggabe Cyrille Morin

Re:VectorSourceBlock-GRC

2021-09-30 Thread Cyrille Morin
0 zeros). > But when I run it with the option repeat = No, I only see zero. When I put > repeat=yes, I see the square but continuous, not only one period. > ¿What am I missing? Any help or advice is welcomed. > Regards > Isaac T. Cyrille Morin

Re: Python module: object as a reference (just as "Block ID" in "Function Probe" block)

2020-02-21 Thread Cyrille Morin
Hi Luke, I've had this issue before. The problem is that the Function Probe block is not actually a block, it's just a way to write code directly into the top_block python file, and do the top_block object is the one calling the block you want, which is not an issue since, it knows them, it c