1 / 27

Software Defined Radio

A Modular Approach. Software Defined Radio. What is SDR?. Software Defined Radio

Télécharger la présentation

Software Defined Radio

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. A Modular Approach Software Defined Radio

  2. What is SDR? Software Defined Radio “A radio communication system which can potentially tune to any frequency band and receive any modulation across a large frequency spectrum by means of as few as hardware possible and processing the signals through software” (Wikipedia, “Software Defined Radio”)‏ One device serves multiple purposes Significant utility in military and cellular markets Precursor to “Cognitive Radio” Radio will alter transmission and reception parameters (modulation, frequency, and power) to avoid interference and improve overall QoS

  3. History Many wireless devices are designed to serve a single purpose Cell phone, wireless router, GPS receiver, AM/FM radio, etc. Many current software radio groups exists GNURadio, HPSDR, SDR Forum, and others

  4. Problem Design a software defined radio that has the ability to: Change modulation techniques “on-the-fly” Avoid unwanted white noise Provide a means to easily implement the same software on other radios

  5. Solution Code and implement on a DSP various algorithms that provide the desired functionality of the radio Keep code modular (C++ classes)‏

  6. Block Diagram of a SDR

  7. Transmitter Coder Block Add bits to data stream to provide error protection (data redundancy)‏ Bit/Symbol Convert the data stream into transmission symbols for transmission Transmit Filter Shape the symbols to the desired waveform Modulator Modulate the signal for transmission

  8. Channel Channel properties Model a wireless channel with an appropriate transfer function White Noise WSS random process modeled as a process with a constant power spectral density Interference Other interference modeled as normal random variables

  9. Receiver LNA/AGC Amplify signal to receiver circuit levels Sampler Sample the received signal for digital processing Demodulator Demodulate the received signal Carrier Recovery Recover the phase of the carrier signal Matched Filter Filter designed to match the transmitting filter Timing Recovery Recover original clock of the transmitter Equalizer Distortion compensation Decoder Decode symbols into appropriate bit stream

  10. Software AlgorithmDevelopment Process Algorithms will be Developed in MATLAB Tested in SIMULINK Converted to C/C++ Tested in C/C++ model Compared to SIMULINK Verified on DSP board

  11. Implementation Decisions C++ Ease of transition between MatLab and C++ C++ will provide modular classes and functions Inheritance and Virtual Functions DSP Boards can be programmed with C/C++ Linux Documentation Cross-Platform Macintosh and IBM Compatible

  12. Modularity Utilities Class AM Modulation Class QA Modulation Class FM Modulation Class Transceiver Transmitter Receiver

  13. Radio Software Design

  14. SIMULINK Model

  15. Modulation Techniques Software Defined Radios allow for multiple modulation techniques NO additional hardware is needed Filtering can also be accomplished without any additional hardware.

  16. Amplitude Modulation (AM)‏ V(t) = Vocos(2ft + )‏ For AM the value Vo is varied to change the amplitude of the signal.

  17. Frequency Modulation (FM) • V(t) = Vocos(2ft + )‏ • For FM f is varied.

  18. Quadrature AM V(t) = Vocos(2ft + ) + Vosin(2ft + )‏ For QAM, two signals that are out of phase by 90 degrees are used simultaneously.

  19. QAM Waveform

  20. Digital Modulation The techniques that were discussed are for analog modulation. The process is similar for digital modulation The digital modulation types are: ASK, FSK, and QASK Once these techniques are realized, they can be adapted to achieve other modulation types BPSK, QPSK, …

  21. Matched Filters • Maximize the SNR to improve QoS • Receiver filter is matched to the transmitter filter by the relationship

  22. Carrier and Timing Recovery Data aided vs. Non-data aided • Data Aided • Only applicable when data symbols are detected reliably • Requires phase and frequency information of the carrier • Based on decisions made by receiver • Non-Data Aided • Independent of data symbols • Can be used for both tracking and acquisition • Not as accurate as Data-aided while tracking

  23. Spectrum Digital DSP Boards SDI TMS320C6713 DSP Boards • 225 MHz • 512KB Flash • 8MB SDRAM • Microphone, Speaker, Mono In/Out audio ports • USB Interface

  24. Demonstration

  25. Preliminary Testing MATLAB simulation using AM modulation Receiver rectifies signal and detects peaks Raw Signal Demodulated Signal

  26. Any Questions?

  27. Thank you! We appreciate your time and thank you for coming!

More Related