Re: [Discuss-gnuradio] Writing SIMD code with sse

2007-12-13 Thread Rohit Garg
the assembly level like IBM has one for it's cell's spe's. I am sure Intel's IPP and AMD'd AKML provide these (I haven't checked) but they obviously can't be used here. -- Rohit Garg Junior Undergraduate Department of Physics IIT Bombay _

Re: [Discuss-gnuradio] Writing SIMD code with sse

2007-12-13 Thread Rohit Garg
the assembly level like IBM has one for it's cell's spe's. I am sure Intel's IPP and AMD'd AKML provide these (I haven't checked) but they obviously can't be used here. -- Rohit Garg Junior Undergraduate Department of Physics IIT Bombay _

[Discuss-gnuradio] Writing SIMD code with sse

2007-12-12 Thread Rohit Garg
ion, given that these extensions are the key to unlock full power of new processors and yet are rather low level (we are still writing trig funcs), is there any FLOSS library for simd math? -- Rohit Garg Junior Undergraduate Department of Physics

Re: [Discuss-gnuradio] QT Oscilloscope

2007-09-08 Thread Rohit Garg
excuse me for asking this, but what is the frequency and voltage range for these basic RX/TX boards? I know these must be common specs, but couldn't find them with a _quick_ google search . -- Rohit Garg ___ Discuss-gnuradio mailing list Di

Re: [Discuss-gnuradio] QT Oscilloscope

2007-09-08 Thread Rohit Garg
and RX boards allow this -- > they don't do any RF front-end processing. > > The Basic boards let you make the USRP into a poor man's oscope, with > very limited voltage ranges on the input. > > -Ian > > On 9/7/07, Rohit Garg <[EMAIL PROTECTED]> wrote: >

Fwd: [Discuss-gnuradio] Porting GNURadio to arm-linux platform

2007-08-18 Thread Rohit Garg
-- Forwarded message -- From: Rohit Garg <[EMAIL PROTECTED]> Date: Aug 19, 2007 11:51 AM Subject: Re: [Discuss-gnuradio] Porting GNURadio to arm-linux platform To: Bdale Garbee <[EMAIL PROTECTED]> Hi, Not a strictly related question to the subject, but does the arm

[Discuss-gnuradio] using gpu's for accelerating computations

2007-06-14 Thread Rohit Garg
Hi all, Has any body tried porting the compute intensive portions to GPU's. The task apparantly is ideal for GPU's to digest. I know that GPGPU is, as yet, more research and less apps area, but I feel that it will be valuable addition. --