Difference between revisions of "Software Defined Radios"

From esoterum.org
Jump to: navigation, search
Line 29: Line 29:
 
::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.
 
::...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.
*(3.2)[http://www.ee.ucla.edu/faculty/papers/abidi_JSSC_may2007.pdf A. A. Abidi, ''The Path to the Software-Defined Radio Receiver'', IEEE Journal of Solid-State Circuits, VOL. 42, NO. 5, MAY 2007]
+
*(3.2) [http://www.ee.ucla.edu/faculty/papers/abidi_JSSC_may2007.pdf A. A. Abidi, ''The Path to the Software-Defined Radio Receiver'', IEEE Journal of Solid-State Circuits, VOL. 42, NO. 5, MAY 2007]

Revision as of 15:13, 22 August 2007

References

Examples

Waveforms

JTRS

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.