Skip to content Skip to navigation

Connexions

You are here: Home » Content » Files for TI DSK 5510

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

    • External bookmarks
  • E-mail the author

Recently Viewed

Files for TI DSK 5510

Module by: Thomas Shen

Summary: This module includes the computer files that ECE420 uses for the TI TMS320C5510.

Introduction

The files in this module are designed for use with the DSK 5510. Some of the files are only useful with the add-on dual3006 daughterboard built by Educational DSP. The code may also be useful for other DSKs. Please make sure to use the files that match the hardware used. One of the big differences between the files is sample-by-sample processing and block-processing. In sample-by-sample processing, the DSP receives one input sample per channel and expects one output sample per channel. For block-processing, the DSP will have a buffer (length N) of inputs samples per channel, and will expect N output samples per channel. Block-processing is capable of RTDX, but has a longer delay. FFT applications will require the use of block-processing. Keep this in mind when choosing the files to use.

DSK5510 with DUAL3006 daughterboard

These files assume input and output are through the four input and four output ports provided by the DUAL3006 daughterboard. This category contains the files used in lab 0 through lab 4 of ECE420 at the University of Illinois as of Spring 2008.

  • Lab 0 - an FIR filter. Input and output processed on a sample-by-sample basis. RTDX not supported
  • Lab 4 - framework code for block processing. RTDX not supported
  • BPSK Transmitter - poor implementation of a BPSK transmitter that utilizes block processing
  • Block-processing - code for block processing. RTDX supported

DSK5510

These files assume input and output are through the two input and two outputs ports provided by the DSK5510. These files will probably be most useful to those not at the course at UIUC, or for those working on a final project that does not require four input/output channels.

Comments, questions, feedback, criticisms?

Send feedback