Difference between revisions of "Software Defined Radios"

From esoterum.org
Jump to: navigation, search
Line 16: Line 16:
 
*[http://www.sdrforum.org/pages/sdr04/1.2%20Firmware%20Rhiemeier/1.2-3%20%20Grassmann.pdf C. Grassman, M. Sauermann, H.-M. Bluethgen, U. Ramacher, ''System Level Hardware Abstraction for Software Defined Radios'', Software Defined Radio Technical Conference and Product Exposition, November 15-18, 2004]
 
*[http://www.sdrforum.org/pages/sdr04/1.2%20Firmware%20Rhiemeier/1.2-3%20%20Grassmann.pdf C. Grassman, M. Sauermann, H.-M. Bluethgen, U. Ramacher, ''System Level Hardware Abstraction for Software Defined Radios'', Software Defined Radio Technical Conference and Product Exposition, November 15-18, 2004]
 
::Modeling languages like the [http://messier.eecs.berkeley.edu/conferences/01/src/miniconf/27edwillink.pdf waveform description language] WDL are aiming to provide an ideal high-level representation, avoiding limitations by the combination of aspects from different existing languages.
 
::Modeling languages like the [http://messier.eecs.berkeley.edu/conferences/01/src/miniconf/27edwillink.pdf waveform description language] WDL are aiming to provide an ideal high-level representation, avoiding limitations by the combination of aspects from different existing languages.
 +
::...the observed relation between signal processing code size and control code size, which is actually 2000 lines versus 8000 lines demands for a code generation solution...large parts of the code are very regular and with every change in the partitioning or scheduling, the implementation has to be changed substantially.  On the other hand signal processing implementations are highly individual and can hardly be automated by some tool process.

Revision as of 17:30, 30 May 2007

Software Defined Radio Technical Conference and Product Exposition

GNU Radio

Articles

Techno Concepts in Van Nuys, California developed a patented sigma delta architecture that can take an input form 1GHz to 6GHz and convert it directly to a digital baseband.
TechnoConcepts of Boston, reconfigurable Wi-fi
Modeling languages like the waveform description language WDL are aiming to provide an ideal high-level representation, avoiding limitations by the combination of aspects from different existing languages.
...the observed relation between signal processing code size and control code size, which is actually 2000 lines versus 8000 lines demands for a code generation solution...large parts of the code are very regular and with every change in the partitioning or scheduling, the implementation has to be changed substantially. On the other hand signal processing implementations are highly individual and can hardly be automated by some tool process.