About real-time computing
-
- Posts: 3
- Joined: Tue Mar 05, 2024 11:30 pm
About real-time computing
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.
-
- Posts: 1
- Joined: Mon Mar 11, 2024 6:43 pm
Re: About real-time computing
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!
-
- Posts: 1
- Joined: Mon Mar 11, 2024 8:07 pm
Re: About real-time computing
Do you have any similar tools?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!
-
- Posts: 3
- Joined: Tue Mar 05, 2024 11:30 pm
Re: About real-time computing
I finally used the FIFO method to process.
-
- Posts: 1
- Joined: Thu Mar 28, 2024 2:40 am
Re: About real-time computing
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)
Andlonimper
basket random
basket random
-
- Posts: 2
- Joined: Tue Jul 23, 2024 12:38 am
Re: About real-time computing
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.