Developments in GNU Radio
The FSF has put out a
release describing recent changes to GNU Radio. "
VOLK provides a way to access the vector (i.e., SIMD) instructions of general purpose processors. While there are other ways of doing this, a goal of GNU Radio is cross-platform support and an ease of programming and implementing new signal processing features. Until VOLK, adding SIMD code to GNU Radio had been a difficult, assembly-driven process. Instead, VOLK introduces the concept of a vector kernel to perform common mathematical functions in a cross-platform library. Over the next year, we will be improving many of the low-level signal processing blocks by using VOLK kernels instead of generic C++ code."
Posted Mar 7, 2011 12:40 UTC (Mon)
by ssam (guest, #46587)
[Link]
Developments in GNU Radio
volk sounds similar to orc http://code.entropywave.com/projects/orc/