Re: [Discuss-gnuradio] gr_fractional_interpolator

2011-07-15 Thread Colby Boyer
On Fri, Jul 15, 2011 at 8:07 PM, Marcus D. Leech wrote: > On 07/15/2011 10:16 PM, Colby Boyer wrote: > > The fractional interpolator works by shifting the phase through a > > block of fractionally delayed filters. It rolls over every full sample. > > > > It should be easy to put a method in that

Re: [Discuss-gnuradio] gr_fractional_interpolator

2011-07-15 Thread Marcus D. Leech
On 07/15/2011 10:16 PM, Colby Boyer wrote: > The fractional interpolator works by shifting the phase through a > block of fractionally delayed filters. It rolls over every full sample. > > It should be easy to put a method in that will advance this phase. > Just add some mutex around some of the va

Re: [Discuss-gnuradio] gr_fractional_interpolator

2011-07-15 Thread Colby Boyer
The fractional interpolator works by shifting the phase through a block of fractionally delayed filters. It rolls over every full sample. It should be easy to put a method in that will advance this phase. Just add some mutex around some of the variables. On Fri, Jul 15, 2011 at 2:16 PM, Marcus D.

[Discuss-gnuradio] gr_fractional_interpolator

2011-07-15 Thread Marcus D. Leech
I'm just looking at the gr_fractional_interpolator, and looks to me like there's no way to adjust the phase-shift after the block is instantiated. Is this deliberate? I have an application where I need to tweak the phase at run-time (not very often, but I don't want to have to stop, reconfig

Re: [Discuss-gnuradio] Performance on ARM Cortex-A8

2011-07-15 Thread Philip Balister
On 07/15/2011 04:24 PM, Marcus D. Leech wrote: On 07/13/2011 04:40 AM, Riadh Elloumi wrote: Hi all, I complied DAB demodulation for ARM Cortex-A8 (TI OMAP 3). It successfully demodulate DAB+ but spends 13 seconds decoding 1 second of radio baseband (USRP file). I used all the optimized code fo

Re: [Discuss-gnuradio] Performance on ARM Cortex-A8

2011-07-15 Thread Marcus D. Leech
On 07/15/2011 04:42 PM, Philip Balister wrote: From a quick look at Tom's oprofile results, first find out who is calling into libm and see if you can change the block to stopp calling libm. For example, calculate sin/cos via a table approximation (I think GNU Radio already does that). I thi

Re: [Discuss-gnuradio] Performance on ARM Cortex-A8

2011-07-15 Thread Nick Foster
On Fri, 2011-07-15 at 16:24 -0400, Marcus D. Leech wrote: > On 07/13/2011 04:40 AM, Riadh Elloumi wrote: > > Hi all, > > > > I complied DAB demodulation for ARM Cortex-A8 (TI OMAP 3). It > > successfully demodulate DAB+ but spends 13 seconds decoding 1 second of > > radio baseband (USRP file). > >

Re: [Discuss-gnuradio] Performance on ARM Cortex-A8

2011-07-15 Thread Thomas Tsou
On Fri, Jul 15, 2011 at 1:24 PM, Marcus D. Leech wrote: > On 07/13/2011 04:40 AM, Riadh Elloumi wrote: >> I used all the optimized code for Cortex-A8 like dotprod_ccf_armv7_a.c. >> My compilation flags are: -mcpu=cortex-a8 -mfloat-abi=softfp -mfpu=neon >> -O2. I used fftw-3.2.2. > > What does -mfl

Re: [Discuss-gnuradio] Performance on ARM Cortex-A8

2011-07-15 Thread Marcus D. Leech
On 07/13/2011 04:40 AM, Riadh Elloumi wrote: Hi all, I complied DAB demodulation for ARM Cortex-A8 (TI OMAP 3). It successfully demodulate DAB+ but spends 13 seconds decoding 1 second of radio baseband (USRP file). I used all the optimized code for Cortex-A8 like dotprod_ccf_armv7_a.c. My compi

Re: [Discuss-gnuradio] Performance on ARM Cortex-A8

2011-07-15 Thread Thomas Tsou
On Wed, Jul 13, 2011 at 1:40 AM, Riadh Elloumi wrote: > Hi all, > > I complied DAB demodulation for ARM Cortex-A8 (TI OMAP 3). It > successfully demodulate DAB+ but spends 13 seconds decoding 1 second of > radio baseband (USRP file). I tested the demodulator with similar results. Decoding a file

Re: [Discuss-gnuradio] "Failed to automatically set up a USRP device" !

2011-07-15 Thread Jim Simpson
Hi Josh, I would be really interested in the uhd versions of benchmark rx and tx as well. I came across this code from Andrew back in March. http://lists.gnu.org/archive/html/discuss-gnuradio/2011-03/msg00256.html Please see attachment in the linked email. Unfortunately I think there are a lot

Re: [Discuss-gnuradio] Import Error:no module called _audio_swig found

2011-07-15 Thread uday_gnu
Hello Mr.Josh Sorry for replying late. Thank you very much for you reply. I would on Linux.The two files I can find in the /user/local/lib64/python2.6/site-packages/gnuradio/audio are _audio_swig_.la and _audio_swig.so.I do not any other files in this folder. Josh Blum-3 wrote: > > > > On 07/0