[beagleboard] Re: How can I improve processing time on BB?

2013-09-26 Thread garyamort
On Thursday, September 26, 2013 4:47:17 AM UTC-4, 서재필 wrote: I'm trying to use Beagle Board for real-time audio-processing. I bought this one because of these clock speed(1Ghz). My algorithm running time is about 0.6 ms for one frame in my computer(window7, 2.6Ghz Quad-core). But

Re: [beagleboard] Re: How can I improve processing time on BB?

2013-09-26 Thread William Hermans
^^^ Fifthly - Look into using the two PRU's to help offload some tasks. Also look into using using specific external hardware to offload even more from the CPU. Could also be that your routines need some tightening up. Have you done any cycle counting on your code ? Checked the generated ASM ?