Home
Softono

DSP Implementation LMS RNN

Open source MIT C
11
Stars
2
Forks
0
Issues
1
Watchers
7 years
Last Commit

 About DSP Implementation LMS RNN

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

Platforms

Web Self-hosted

Languages

C

Links

Need Help Installing DSP Implementation LMS RNN?

We provide expert installation service for this software. Our team will install, configure, and secure DSP Implementation LMS RNN on your server. plans start at just $30.

DSP Implementation LMS RNN

View on GitHub

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.