Difference between revisions of "Software Defined Radios"
From esoterum.org
Line 1: | Line 1: | ||
== References == | == References == | ||
*[http://www.arrl.org/tis/info/sdr.html SDR links/Tutorials] | *[http://www.arrl.org/tis/info/sdr.html SDR links/Tutorials] | ||
+ | *[http://www.dspguru.com/info/faqs/fir/basics.htm Finite Impulse Response (FIR) Filter FAQ] at dspguru.com | ||
== [[JTRS]] == | == [[JTRS]] == |
Revision as of 15:04, 20 August 2007
Contents
References
- SDR links/Tutorials
- Finite Impulse Response (FIR) Filter FAQ at dspguru.com
JTRS
- The Software Defined Radio Forum
- Software Defined Radios, Wikipedia
- Software Communications Architecture, Open architecture used by 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.