Page 1 of 1

About real-time computing

Posted: Wed Mar 06, 2024 7:06 pm
by wer5546
I would like to ask if I want to use GnuRadio Python Block to design a real-time computing Block, how should I design it? I hope to do a 2 norm operation after collecting 32,000 ratio data.

Re: About real-time computing

Posted: Mon Mar 11, 2024 6:52 pm
by songentle
Designing a real-time computing block with GnuRadio Python Block for a 2 norm operation on 32,000 ratio data involves creating a custom block.tunnel rush Utilize GnuRadio's Python API for signal processing and implement the 2 norm operation on the collected data. If you need further guidance, feel free to provide more details for a more tailored response!

Re: About real-time computing

Posted: Mon Mar 11, 2024 8:10 pm
by bubblyeducate
songentle wrote: Mon Mar 11, 2024 6:52 pm Designing a real-time computing block with GnuRadio Python Block for a 2 norm operation on 32,000 ratio data involves creating a custom block. Utilize GnuRadio's Python API for signal processing and implement the 2 norm operation on the collected data. If you need further guidance, feel free to provide more details for a more tailored response!
Do you have any similar tools?

Re: About real-time computing

Posted: Wed Mar 20, 2024 2:59 am
by wer5546
I finally used the FIFO method to process.

Re: About real-time computing

Posted: Thu Mar 28, 2024 2:49 am
by Andlonimper
To design a real-time computing block in GnuRadio using the Python Block, you can utilize the Embedded Python Block feature. This allows you to create custom blocks in Python without the need for an Out of Tree (OOT)

Re: About real-time computing

Posted: Tue Jul 23, 2024 1:21 am
by andreen
Edit the generated Python block file slither io (likely located at my_custom_blocks/python/my_custom_blocks/norm_computation.py). Implement the logic to compute the 2-norm of 32,000 data points.