Giter VIP home page Giter VIP logo

mono_aec's Introduction

Mono_AEC

中文版

Description

Monophonic Acoustic Echo Cancellation (AEC) demo.

Using adaptive filter theory, find a filter w, according to input signals(reference signal x and desired signal d), that minimises (d - w * x),

where d = x * w0 + r, r is Gaussian white noise and "*" denotes convolution operation

These AEC functions are copied and modified from Behrouz Farhang-Boroujeny (2013) Adaptive Filters:Theory and Applications 2nd Edition

Software Architecture

AECtest.m calls 5 AEC functions, namely:

  1. VSNLMS: Variable Step-size Nomalized LMS algorithm
  2. VSNLMSNt: Variable Step-size Nomalized LMS-Newton algorithm
  3. VSAPLMS: Variable Step-size Affine Projection LMS algorithm
  4. VSNPFBLMS: Variable Step-size Nomalized Partitioned Frequency-domain/Fast Block LMS algorithm
  5. SbLMS: Subband LMS algorithm

And, PFBfilter and SbFilter is the operation on x to create best-estimated d_hat using learned filter w.

Installation

  1. Clone the entire folder to Matlab's running path
  2. Run AECtest.m

Instructions

  1. Run AECtest.m and check the results
  2. Try changing algorithm options and check different algorithm's effect
  3. Try changing inputs (reference signal x and echo filter w0 ) and check the results

mono_aec's People

Contributors

ethanlifegreat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.