All Projects → Spritea → AEC

Spritea / AEC

Licence: GPL-3.0 license
Acoustic Echo Cancellation with LMS/RLS (基于LMS/RLS的自适应回声抵消)

Programming Languages

matlab
3953 projects

Labels

Projects that are alternatives of or similar to AEC

AdaptiveFilterandActiveNoiseCancellation
Adaptive Filter and Active Noise Cancellation —— LMS, NLMS, RLS
Stars: ✭ 87 (+26.09%)
Mutual labels:  lms, rls
speckle-unity
AEC Interoperability for Unity through Speckle
Stars: ✭ 28 (-59.42%)
Mutual labels:  aec
LMS
LMS is a web based platfotm which is accessible, powerful, and provides tools required for large, robust learning platforms.
Stars: ✭ 19 (-72.46%)
Mutual labels:  lms
seb-mac
Safe Exam Browser for macOS and iOS
Stars: ✭ 74 (+7.25%)
Mutual labels:  lms
Realtime AudioDenoise EchoCancellation
No description or website provided.
Stars: ✭ 91 (+31.88%)
Mutual labels:  aec
rls rails
Row Level Security for Ruby on Rails
Stars: ✭ 50 (-27.54%)
Mutual labels:  rls
opentok-elearning-samples
Sample applications highlighting integrations between OpenTok and Learning Management Systems (LMS)
Stars: ✭ 18 (-73.91%)
Mutual labels:  lms
android-webrtc-aecm
An acoustic echo cancellation for android, based on webrtc aecm algorithms
Stars: ✭ 24 (-65.22%)
Mutual labels:  aec
scormcloud-api-wrapper
Node.js client for the SCORM Cloud API.
Stars: ✭ 15 (-78.26%)
Mutual labels:  lms
university-site-cms
University site and CMS implemented with Spring Boot.
Stars: ✭ 25 (-63.77%)
Mutual labels:  lms
scorm-api-adapter
Simple SCORM API Adapter.
Stars: ✭ 19 (-72.46%)
Mutual labels:  lms
speckle-sharp
.NET SDK, Schema and Connectors: Revit, Rhino, Grasshopper, Dynamo, ETABS, AutoCAD, Civil3D & more.
Stars: ✭ 214 (+210.14%)
Mutual labels:  aec
CoursesPortlet
No description or website provided.
Stars: ✭ 12 (-82.61%)
Mutual labels:  lms
ultron-ele
The world’s fastest LMS engine based on Gatsby -- Deliver knowledge with fun!
Stars: ✭ 27 (-60.87%)
Mutual labels:  lms
speckle-qgis
QGIS Connector for Speckle 2.0
Stars: ✭ 17 (-75.36%)
Mutual labels:  aec
academico
Lavarel-based school management platform for small and medium institutions
Stars: ✭ 164 (+137.68%)
Mutual labels:  lms
lifterlms
LifterLMS, a WordPress LMS Solution: Easily create, sell, and protect engaging online courses.
Stars: ✭ 146 (+111.59%)
Mutual labels:  lms
Learn-LTI
Access the Microsoft Learn http://docs.microsoft.com/learn Catalog of Learning Paths and Modules directly from your Learning Management Systems using the Microsoft Learn LTI application
Stars: ✭ 97 (+40.58%)
Mutual labels:  lms
a-plus
A+ frontend portal - A+ LMS documentation:
Stars: ✭ 47 (-31.88%)
Mutual labels:  lms
compas fab
Robotic fabrication package for the COMPAS Framework.
Stars: ✭ 75 (+8.7%)
Mutual labels:  aec

AEC

This code implents Acoustic Echo Cancellation with LMS/RLS in MATLAB.
I make a GUI program based on MATLAB GUI.I tried the new App designer framework of MATLAB R2017b. Sadly, there isn't an alternative function of spectrogram() ,so I use the old GUI framework back.

Contents

  • AEC_V2.5 includes the GUI program which consists of Echo_cancel.fig and Echo_cancel.m. For quick test, you can just use the folder to see the result.
  • Filter_param is used to find the best params for different types of filters. If you want to learn more about the detail, you can dig up.
  • If you know Chinese, just see MATLAB代码说明.pdf. :)

Version: Matlab R2017b. This should work on Matlab R2016b and above.
Since filter function has changed after R2016b, you need to change a bit of the usage of filter functions, say use step() function if your Matlab is not so new.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].