[Discuss-gnuradio] Question about Spectrum Sense codes

2012-08-21 Thread cdong8812
Hi, I'm currently working on a project about spectrum sensing and I went over the USRP_Spectrun_Sense codes. But I've got a question about the content of m.data. Because in the while loop, when you print out m.data, it's FFT_Size of samples for each center frequency(Not a single value). If I want

Re: [Discuss-gnuradio] Problem with thread scheduler

2012-08-05 Thread cdong8812
Hi Josh, I'd really appreciate your help if you could help me fix this issue as soon as possible because I do need to fix it for my project in a very short time. Thank you. Best, Chen Josh Blum-3 wrote: > > > > On 07/31/2012 09:27 AM, cdong8812 wrote: >> >&

Re: [Discuss-gnuradio] Problem with thread scheduler

2012-08-02 Thread cdong8812
> > > On 07/31/2012 09:27 AM, cdong8812 wrote: >> >> Hi Josh, >> Thank you for the quick reply. I have went through previous post and find >> one that had been fixed by your latest UHD build then. However I found >> this >> annoying problem again with latest m

Re: [Discuss-gnuradio] Problem with thread scheduler

2012-07-31 Thread cdong8812
: > > > > On 07/29/2012 03:57 PM, cdong8812 wrote: >> >> I have a problem with the thread scheduler in GNU Radio. I am using USRP >> N210 >> + RFX 2400 daughterboards with UHD. When I run my spectrum sensing codes, >> if >> I stop the flowgraph it will sh

[Discuss-gnuradio] Problem with thread scheduler

2012-07-29 Thread cdong8812
I have a problem with the thread scheduler in GNU Radio. I am using USRP N210 + RFX 2400 daughterboards with UHD. When I run my spectrum sensing codes, if I stop the flowgraph it will show the thread-per-block number mismatch error message on screen. I wonder if there is any way to get rid of this