.. ECE 4703 Lectures ======== .. only:: public +---------------------------------------------------------+----------+---------------------------------------------------------------------------+-----------------------------------------------------+ | **Lecture** | Date | Examples | Notes | +=========================================================+==========+===========================================================================+=====================================================+ | :doc:`Introduction ` | 10/21 | | | +---------------------------------------------------------+----------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :doc:`Sampling and Reconstruction ` | 10/22 | `dsp_l1_loopback `_ | :download:`notes ` | +---------------------------------------------------------+----------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :doc:`Real-Time I/O ` | 10/26 | `dsp_l2 `_ | :download:`notes ` | +---------------------------------------------------------+----------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :doc:`DTFT, z-transform, and FIR filters ` | 10/29 | `dsp_l3 `_ | :download:`notes ` | +---------------------------------------------------------+----------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :doc:`FIR Implementation ` | 11/2 | `dsp_l4 `_ | :download:`notes `| +---------------------------------------------------------+----------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :doc:`IIR filters, and their implementation `| 11/5 | `dsp_l5_cascade `_ | | +---------------------------------------------------------+----------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :doc:`Fixed-point Arithmetic in DSP ` | 11/9 | `dsp_l6_fixp `_ | | +---------------------------------------------------------+----------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :doc:`Performance Optimization in DSP ` | 11/16 | `dsp_l7 `_ | | +---------------------------------------------------------+----------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :doc:`DSP Libraries (ARM CMSIS) ` | 11/19 | | :download:`notes `| +---------------------------------------------------------+----------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :doc:`Adaptive Filters ` | 11/23 | `dsp_l9 `_ | :download:`notes ` | +---------------------------------------------------------+----------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :doc:`Frequency Synthesis and Detection ` | 11/29 | `dsp_l10 `_ | | +---------------------------------------------------------+----------+---------------------------------------------------------------------------+-----------------------------------------------------+ .. only:: draft +---------------------------------------------------------+----------+---------------------------------------------------------------------------+-----------------------------------------------------+ | **Lecture** | Date | Examples | Notes | +=========================================================+==========+===========================================================================+=====================================================+ | :doc:`Introduction ` | 10/21 | | | +---------------------------------------------------------+----------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :doc:`Sampling and Reconstruction ` | 10/22 | `dsp_l1_loopback `_ | :download:`notes ` | +---------------------------------------------------------+----------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :doc:`Real-Time I/O ` | 10/26 | `dsp_l2 `_ | :download:`notes ` | +---------------------------------------------------------+----------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :doc:`DTFT, z-transform, and FIR filters ` | 10/29 | `dsp_l3 `_ | :download:`notes ` | +---------------------------------------------------------+----------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :doc:`FIR Implementation ` | 11/2 | `dsp_l4 `_ | :download:`notes ` | +---------------------------------------------------------+----------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :doc:`IIR filters, and their implementation `| 11/5 | `dsp_l5_cascade `_ | | +---------------------------------------------------------+----------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :doc:`Fixed-point Arithmetic in DSP ` | 11/9 | `dsp_l6_fixp `_ | | +---------------------------------------------------------+----------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :doc:`Performance Optimization in DSP ` | 11/16 | `dsp_l7 `_ | | +---------------------------------------------------------+----------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :doc:`DSP Libraries (ARM CMSIS) ` | 11/19 | | :download:`notes `| +---------------------------------------------------------+----------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :doc:`Adaptive Filters ` | 11/23 | `dsp_l9 `_ | :download:`notes `| +---------------------------------------------------------+----------+---------------------------------------------------------------------------+-----------------------------------------------------+ | :doc:`Frequency Synthesis and Detection ` | 11/29 | `dsp_l10 `_ | | +---------------------------------------------------------+----------+---------------------------------------------------------------------------+-----------------------------------------------------+ .. toctree:: :maxdepth: 2 :hidden: introduction lecture1 lecture2 lecture3 lecture4 lecture5 lecture6 lecture7 lecture8 lecture9 lecture10