discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Software Defined Radio and OSGi?


From: Ulf Soderberg
Subject: Re: [Discuss-gnuradio] Software Defined Radio and OSGi?
Date: Thu, 13 Jan 2005 01:53:37 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Daniel O'Connor wrote:
On Thu, 13 Jan 2005 10:51, Ulf Soderberg wrote:
  
See this blog entry.

http://osgifun.blogspot.com/2005/01/software-defined-radio-and-osgi.html

Comments? Java and GNU Radio, unrealistic or possible? Anyone doing this
already?
    

You know conceivably you could actually do the entire thing in Java except for 
the kernels of MMX/SSE/Altivec which the JIT probably isn't smart enough to 
use.

Certainly the JIT can beat GCC in a lot (most/all..) cases for pure numerics 
from what I have seen with some benchmarks.
  
Ok. So the only code that may need to be written in C++ is the MMX/... kernels. I guess those could be put in the jar files as Java Native Interface code.

/Ulf


reply via email to

[Prev in Thread] Current Thread [Next in Thread]