The TMS320C5402 DSP starter kit (DSK) for Code Composer Studio? contains evmdsk54x.dll a Windows library and a header file evmdsk54xdll.h which allow you to use and write windows programs that can communicate with the TMS320C5402 DSK. An example program sine is included with Code Composer Studio to demonstrate howevmdsk54x.dll can be used. The example contains a both WIN32 graphical us
This document contains:
Please be aware that an important notice concerning availability standard warranty and use in critical applications of Texas Ins
Digital filtering is an integral part of many digital signal processing algorithms. Digital filters are characterized as either recursive [infinite impulse response (IIR)] or non-recursive [finite impulse response (FIR)] filters. IIR filters require a smaller order for the same set of specifications compared to FIR filters, while FIR filters provide a linear phase property. However, IIR filters, if not designed properly, tend to be unstable and use coefficients that are difficult to implement. This application report discusses the design of a certain type of IIR digital filter with excellent stability properties, known as a Lattice Wave Digital Filter (LWDF), given a set of analog filter specifications. An elementary knowledge of filters is sufficient to understand the design of LWDF as discussed in this report. The complete design of the basic filters (low-pass, high-pass, and band-pass) is given with examples. Code that implements these LWDFs on the MSP430 CPU is provided with this report.