Skip to content

rohitkumara/LMS-ANN-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LMS-ANN-Project

Project done under Dr. Sainath Bitragunta.

The aim of this project is to compare the performance of Least-Mean-Squares Algorithm and Artificial Neural Networks for the purposes of Active Noise Cancellation to judge which performs better and is less computationally complex.

The hardware imlementation of the same can be found in this repository.

The python packages required to run this code are as follows:

  1. Tensorflow - This is the machine learning framework on which the architectures are built.
  2. Keras - Wrapper package for rapid prototyping.
  3. Matplotlib - For visualizing the Normalized Mean Square Error.
  4. Soundfile - For reading the most common audio format files.
  5. Sounddevice - For audio recording and playback through code.

Run the command python3 call_lms.py or python3 call_RNN.py to run the Least-Means-Squares or Recurrent-Neural-Network filter respectively.

Authors -

Rohitkumar Arasanipalai - [email protected]

Aakriti Agrawal - [email protected]

About

Comparison of LMS and ANN for ANC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages