Re: [Discuss-gnuradio] Process Naming

2017-05-04 Thread Dave NotTelling
I can see that the threads are showing up with meaningful names using `top -H`. Names like `zmq_pub_sink_c1`. The `ps` command doesn't usually show me anything special :( But, `top -H` does which is nice. On Thu, May 4, 2017 at 9:46 PM, Marcus D. Leech wrote: > On 05/04/2017 09:23 PM, Dave No

Re: [Discuss-gnuradio] Process Naming

2017-05-04 Thread Marcus D. Leech
On 05/04/2017 09:23 PM, Dave NotTelling wrote: How are processes named in GNU Radio? I assumed they took on the ID of the block. But testing has showed that not to be the case. I was hoping to be able to see CPU usage of my blocks by running `top -H` and looking at the process names. I also

[Discuss-gnuradio] Process Naming

2017-05-04 Thread Dave NotTelling
How are processes named in GNU Radio? I assumed they took on the ID of the block. But testing has showed that not to be the case. I was hoping to be able to see CPU usage of my blocks by running `top -H` and looking at the process names. I also tried setting the block alias but that did nothing

Re: [Discuss-gnuradio] GSoC Projects Announced!

2017-05-04 Thread Moritz Luca Schmid
Thanks to Ben and Kartik for your congrats and thanks to all GNU Radio community members for your support! I am really excited about the upcoming summer and my DAB project and I am looking forward to work in this great community. Cheers and congrats to Kartik and Kosta as well! Luca On 04

Re: [Discuss-gnuradio] GSoC Projects Announced!

2017-05-04 Thread Kartik Patel
Dear Ben, I would like to thank you and other GNU Radio members for this wonderful opportunity. Thank you all, for your help with proposal refinements and a quality discussions. I will try my best to complete the project. My association with GNU Radio was successful before GSoC and I am looking fo

Re: [Discuss-gnuradio] implementing message ports on an OOT module

2017-05-04 Thread Jason Matusiak
Got it. I fat fingered the register location in the XML, so my verilog was never catching the message. Once I got them synced up it seems to take the message. Thanks! On 05/04/2017 01:40 PM, Jason Matusiak wrote: EJ, I made modifications to my C++ files and now GRC isn't complaining anymo

[Discuss-gnuradio] GSoC Projects Announced!

2017-05-04 Thread Ben Hilburn
Congratulations to Luca, Kartik, and Kosta for being accepted into Google Summer of Code 2017! We are really excited about your projects, and look forward to seeing your work over the next few months. Luca will be working on GNU Radio's DAB/DAB+ capabilities, Kartik's project is enabling a web-bas

Re: [Discuss-gnuradio] implementing message ports on an OOT module

2017-05-04 Thread Jason Matusiak
EJ, I made modifications to my C++ files and now GRC isn't complaining anymore!!! Thank so much, that was a huge help. Now I am trying to strobe some values into my block to make sure it is working, but I am not getting the results I expect. So I believe that my block is expecting a PMT va

Re: [Discuss-gnuradio] Getting really confused by PSK mod/demod blocks

2017-05-04 Thread Kyeong Su Shin
Dear Pierre: In my experience, that is just how the PSK demod block is - it misses a few symbols at the beginning, because of the blind synchronization & equalization process. It receives fine after that, but you cannot simply pack the bits to bytes and get acceptable results. This is not really p

Re: [Discuss-gnuradio] OOT Module using external function

2017-05-04 Thread West, Nathan
You have an external object that you need to link your module to. That cpp file from matlab gets compiled to an object file somehow-- you haven't specified how. Then you need to link your block to that object. On Wed, May 3, 2017 at 2:39 AM, do ber <03do...@gmail.com> wrote: > Hi to all, > > I am

Re: [Discuss-gnuradio] Getting really confused by PSK mod/demod blocks

2017-05-04 Thread Pierre
Hello again, I've tried comparing the unpacked bitstream, and it's utter nonsense : the first half of it is only zeroes while I know none of the bytes transfered to be null. My guess is that there's some parameter for either the modulator, demodulator, or both, that I haven't set correctly, but I