Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 726 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 726 Bytes

DSP-implementation_LMS_RNN

Implementation of the LMS and RNN code in Digital Signal Processor to see its realtime performance on input signals.

Continuation of our Active Noise Cancellation paper. The github repository of that paper is https://github.com/Aakriti05/LMS-ANN-Project

The Digital Signal Processor (DSP) in question is Texas Instruments' TMS320C6713 DSP Starter Kit whose hardware specifications and documents can be found at http://www.ti.com/tool/TMDSDSK6713.

The rnn.c code is the C program implementation of our noise cancelling architecture. We are using weights that are trained on a more powerful workstation since the DSP is only going to be used for noise filtering and not training the network.