Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Adaptive-Filter-Design-

Adaptive Filter Design using LMS algorithm

Project Overview

This project demonstrates the design and performance analysis of an adaptive filter using the Least Mean Squares (LMS) algorithm, and compares its performance with static FIR filters designed using standard window functions (like Hamming, Hanning, and Blackman). The objective is to showcase how adaptive filtering adjusts to varying signal environments, unlike fixed-coefficient filters.

Objectives

  • Implement LMS-based adaptive filtering for noise reduction.
  • Design FIR filters using static window techniques (Hamming, Hanning, etc.).
  • Compare performance in terms of convergence rate, error minimization, and adaptability to non-stationary signals.
  • Visualize and analyze filter outputs in MATLAB.

About

An adaptive filter design project that implements the Least Mean Squares (LMS) algorithm and compares its performance with conventional FIR filters using Hamming, Hanning, and Blackman window techniques.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages