Re: Python tutorials (was: Re: Discuss-gnuradio Digest, Vol 250, Issue 16)

2023-08-20 Thread SHAKTHIVEL S 2021 Batch,PES University
l! See > https://wiki.gnuradio.org/index.php?title=Creating_Your_First_Block#Editing_Work_Function > : As you can see, `input_items` is a vector of vectors, each row containing > the input items from one of the input ports your block has, and then each > vector there is many items. >

Re: Discuss-gnuradio Digest, Vol 250, Issue 16

2023-08-19 Thread SHAKTHIVEL S 2021 Batch,PES University
Hi, You may check in the docs folder in the GitHub page under usage-manual, Handling flowgraphs.txt and types of blocks.txt files until someone who is expert answer your questions. Hope that helps. Thanks.. Shakti On Sun, Aug 20, 2023, 04:54 tom sutherland wrote: > I've gone through the Python t

Re: [External]Re: Problem with running the gnu radio

2023-03-12 Thread SHAKTHIVEL S 2021 Batch,PES University
Try using 200 instead of 2e6 On Mon, Mar 13, 2023, 09:32 wrote: > I am attaching the screenshot for the error as it was not visible in my > previous mail. > > > I am running latest gnu radio on ubuntu 20.04. > > I am describing in text here: SyntaxError:Invalid Syntax in > analog.sig_source_

Re: Performance issue in gnuradio version 3.10.1

2023-01-18 Thread SHAKTHIVEL S 2021 Batch,PES University
ess dramatic, engineering terms)? > > On Wed, Jan 18, 2023 at 6:53 PM SHAKTHIVEL S 2021 Batch,PES University < > pes1ug20ec...@pesu.pes.edu> wrote: > >> It is an adaptive site I changed the blocks accordingly to 3.10 . I am >> simulating this on my PC. It is lagging like

Re: Performance issue in gnuradio version 3.10.1

2023-01-18 Thread SHAKTHIVEL S 2021 Batch,PES University
is marked as *not* applying to 3.10? >> >> On 18.01.23 17:13, SHAKTHIVEL S 2021 Batch,PES University wrote: >> > I tried running the Packet Commication example given in gnuradio >> documentation using gr38 >> > embedded block. It throwed me this error >> > "

Performance issue in gnuradio version 3.10.1

2023-01-18 Thread SHAKTHIVEL S 2021 Batch,PES University
I tried running the Packet Commication example given in gnuradio documentation using gr38 embedded block. It throwed me this error "pagesize :error: no info; setting pagesize = 4096" Although this is not an error strictly it reduced the performance of the flowgraph drastically and I couldn't decode

Error in gnu radio documentation

2023-01-15 Thread SHAKTHIVEL S 2021 Batch,PES University
I used the same grc file given in the gnu radio packet communication documentation. I got the following error while running the transmit file. Generating: '/media/shakthivel/Workspace/capstone/SatelliteSDR/pkt_xmt_gr38.py' Executing: /usr/bin/python3 -u /media/shakthivel/Workspace/capstone/Satelli