Hi Snehasish,
I need more information to answer this - for example how many channels
are you trying to process with GSM receiver?What is your GNU RAdio
flowgraph?
Will your pfb channelizer be released as free software project? Or maybe
it already is?
For now all I can say is that current GSM receiver is single threaded.
It processes one channel first, then next and so on - so for current
multi core machines it could be quite easily speed up by doing the
processing with use of multiple threads.
Will your pfb channelizer be released as free software project? Or maybe
it already is?Already it is.
I tried doing it in multiple threads but i am not getting any data. can you explain in which part should i need to implement threading i am attaching file that i modified.
https://drive.google.com/file/d/1LSrMI-GMKIhvfHNPrJ8iPkCrWxHujrMM/view?usp=sharing
| fcch_search_handler(input, noutput_items) and sch_search_handler(input, noutput_items) has to be done for input_nr(only C0) or all the available burst numbers? BR |
| |
Hi,
Just needed a peice of infomation does
fcch_search_handler(input, noutput_items) and sch_search_handler(input, noutput_items) has to be done for input_nr(only C0) or all the available burst numbers?