gnuradio flow graph starts and stops

2022-07-18 Thread Zafar Iqbal
Hi,

Please help with the following issue. Thanks in advance

OS: Windows 11
Gnuradio version: 3.8.3.0
(Python 3.8.0)
Source: radioconda 2021.04.08

Observation: FLow graph starts, output windows appear and stops in a
fraction of second.

Error:

> gr::pagesize: no info; setting pagesize = 4096
> Traceback (most recent call last):
>   File "D:\\Google
> Drive\\Zafar\\SDR_Course_WirelessPi\\Codes\time_shift_effect.py", line 284,
> in 
> main()
>   File "D:\\Google
> Drive\\Zafar\\SDR_Course_WirelessPi\\Codes\time_shift_effect.py", line 269,
> in main
> signal.signal(signal.SIGINT, sig_handler)
> AttributeError: module 'signal' has no attribute 'SIGINT'
>

Regards
Zafar


re: [GSoC porting SIMD to gr-web] weekly update

2022-07-18 Thread 史 皓航
Hey, all!


I will post weekly this project update in this thread, following is last week:


Short version report:(due to covid-19 the progress slows down a little)


 Has Done: post a  
blog
 to introduce the dev tool usage(part 1)

 TODO: post another blog and measure the different implemented volk  
performance(time cost first)


Full version report: blog 
here


Yours,

Yao.




发件人: 史 皓航 
发送时间: 2022年7月12日 0:10
收件人: discuss-gnuradio@gnu.org 
主题: [GSoC porting SIMD to gr-web] weekly update


Hey, all!



This is a weekly update email about the GSoC project.



Following is last week progress and next week plan:

Short:

l  Has Done:  building gr-web wholly and play grc.

l  Need to be Done: Intend to run a benchmark to measure different implement to 
`volk`

Full blog:

 Week2 | eat4toast.github.io



Yours,

Yao



发件人: 史 皓航
发送时间: 2022年7月5日 00:06
收件人: discuss-gnuradio@gnu.org
主题: [GSoC porting SIMD to gr-web] weekly update



Hi, everyone!

I've been accepted to work with GnuRadio for this year's Google Summer of Code.



The task I intend to implement is porting SIMD code to gr-web through wasm,

which enables gnuradio more extensible and popular through the browser.



I am really sorry, this post seems a bit late due to some unexpected problems 
with the building gr-web from the source.



Last week's blog:

 https://eat4toast.github.io/2022/07/04/week1.html



I will post a weekly update on the mailing list, well the blog will record more 
latest progress.



Yours,

Yao.




Re: gnuradio flow graph starts and stops

2022-07-18 Thread Cinaed Simson
Hi Zafar  - are you trying to run python code which was built on another 
machine?


Or are you running gnuradio remotely?

Which SDR are you using?

-- Cinaed


On 7/18/22 00:29, Zafar Iqbal wrote:eree

Hi,

Please help with the following issue. Thanks in advance

OS: Windows 11
Gnuradio version: 3.8.3.0
(Python 3.8.0)
Source: radioconda 2021.04.08

Observation: FLow graph starts, output windows appear and stops in a 
fraction of second.


Error:

gr::pagesize: no info; setting pagesize = 4096
Traceback (most recent call last):
  File "D:\\Google
Drive\\Zafar\\SDR_Course_WirelessPi\\Codes\time_shift_effect.py",
line 284, in 
    main()
  File "D:\\Google
Drive\\Zafar\\SDR_Course_WirelessPi\\Codes\time_shift_effect.py",
line 269, in main
    signal.signal(signal.SIGINT, sig_handler)
AttributeError: module 'signal' has no attribute 'SIGINT'


Regards
Zafar