Code covered by the BSD License  

Highlights from
Vectorized Adaptive noise canceler using LMS filter

5.0

5.0 | 1 rating Rate this file 32 Downloads (last 30 days) File Size: 16.84 KB File ID: #16278
image thumbnail

Vectorized Adaptive noise canceler using LMS filter

by Kiran Kintali

 

07 Sep 2007 (Updated 14 Aug 2008)

This demo shows to call external functions in an Embedded MATLAB block

| Watch this File

File Information
Description

(Demo developed using R2007b)

Embedded MATLAB block in Simulink supports calling three types of functions;

1) Embedded MATLAB builtin library functions
2) Subfunctions within the Embedded MATLAB block script and
3) External MATLAB functions

This demo shows how to call user written compilable "External MATLAB functions" from an Embedded MATLAB block.

The attached model implements a vectorized adaptive noise canceler using a Least Mean Square (LMS) filter written in Embedded MATLAB.

The LMS filter retrieves the original music signal ('err_sig') from Pilot's Mic by filtering the Exterior Mic's signal. The weights of the filter are updated(adapted) in real time based on 'input' and 'err_sig'

The main body of the canceler implementation is part of the block script in
'lms_eml_hardware/Embedded MATLAB Function'. The script embedded in that block calls the following M functions on the path

tapped_delay_fcn.m, treesum_fcn.m, update_weight_fcn.m

For code generation (C and HDL) the user must instruct Embedded MATLAB to compile an external function by adding the following compilation directive or pragma to the function body

%#eml

For more info related to this topic search for "Calling Functions in Embedded MATLAB" in MATALAB documentation

For general info about Embedded MATLAB visit
http://www.mathworks.com/products/featured/embeddedmatlab/index.html?s_cid=HP_MI_EmbeddedMATLAB

Required Products Fixed-Point Toolbox
Simulink
MATLAB release MATLAB 7.4 (R2007a)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (2)
12 Feb 2008 Ali Buendia

Good use of embedded matlab

27 Apr 2008 farzad MOAZZAMI

I believe LMS is the best line enhancer

Please login to add a comment or rating.
Updates
10 Sep 2007

updated the screen shot

26 Sep 2007

requires the following wave file matlab\toolbox\dspblks\dspdemos\dspafxf_8000.wav

14 Aug 2008

add to eML category

Tag Activity for this File
Tag Applied By Date/Time
embedded matlab Kiran Kintali 22 Oct 2008 09:26:05
hdl Kiran Kintali 22 Oct 2008 09:26:05
lms Kiran Kintali 22 Oct 2008 09:26:05
adaptive filter Kiran Kintali 22 Oct 2008 09:26:05
embedded matlab Kiran Kintali 22 Oct 2008 09:26:05
adaptive filter Saleh 03 Apr 2009 10:42:22
hdl Andres 12 Jul 2010 18:54:42
adaptive filter rohit sahoo 02 May 2011 00:12:44

Contact us at files@mathworks.com