0% found this document useful (0 votes)
270 views12 pages

Active Noise Cancellation - ECE EEE Final Year Projects

This document describes a student project to build an active noise cancellation system using a digital signal processor (DSP). The system uses two microphones and one speaker, with one microphone sampling external noises and the other collecting all sounds. An adaptive filter using the least mean squares algorithm generates an anti-noise signal that is phase-shifted by 180 degrees and sent to the speaker to cancel the noises. The student tested the system using a constant noise and analyzed results for different filter lengths and step sizes. Key challenges included using the DSP board and fully understanding the adaptive filter algorithm.

Uploaded by

Leul Seyfu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
270 views12 pages

Active Noise Cancellation - ECE EEE Final Year Projects

This document describes a student project to build an active noise cancellation system using a digital signal processor (DSP). The system uses two microphones and one speaker, with one microphone sampling external noises and the other collecting all sounds. An adaptive filter using the least mean squares algorithm generates an anti-noise signal that is phase-shifted by 180 degrees and sent to the speaker to cancel the noises. The student tested the system using a constant noise and analyzed results for different filter lengths and step sizes. Key challenges included using the DSP board and fully understanding the adaptive filter algorithm.

Uploaded by

Leul Seyfu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

6/14/2021 Active Noise Cancellation | ECE EEE Final Year Projects

ECE EEE Final Year Projects


Electrical Electronics Final Year Project Topics, Ideas and Downloads

Home ECE/EEE Project Abstracts ECE/EEE Mini Projects ECE/EEE Project Help

Get Latest Final Year ECE/EEE Projects in your Email

Your Email ID:



Join  (Free)

Active Noise Cancellation


https://ece-eee.final-year-projects.in/a/4336-active-noise-cancellation.html 1/12
6/14/2021 Active Noise Cancellation | ECE EEE Final Year Projects

WhatsApp Share Tweet

Download Project:

Fields with * are mandatory

Full Name*:

Email ID*:

Phone Number:

  Submit

Feel that
Get away
vacation
without
feeling
going far
again

Find vacation homes

ABSTRACT

https://ece-eee.final-year-projects.in/a/4336-active-noise-cancellation.html 2/12
6/14/2021 Active Noise Cancellation | ECE EEE Final Year Projects

Test your supply chain

knowledge with our five

question quiz.

APICS Certification Open

In this project, I tried to build a noise-cancellation system using DSK. Two microphones and one speaker were used

in the system: the first microphone is to sample unexpected noises from the outside and the second microphone is

to collect all the sounds, including both the desire sounds and unexpected noises. The second microphone detects

and evaluates how well the noise cancellation works.

I used Least Mean Square algorithm to implement Noise Cancellation system. The output of the adaptive filters in

LMS algorithm would be phase shifted by 180 degrees and sent to a speaker to generate the anti-noise sound, which

would cancel noises.

Ads by
Stop seeing this ad Why this ad? 

https://ece-eee.final-year-projects.in/a/4336-active-noise-cancellation.html 3/12
6/14/2021 Active Noise Cancellation | ECE EEE Final Year Projects

BACKGROUND

— Figure 2: A block diagram of the whole system

https://ece-eee.final-year-projects.in/a/4336-active-noise-cancellation.html 4/12
6/14/2021 Active Noise Cancellation | ECE EEE Final Year Projects

— Figure 3: A block diagram of an adaptive filter part in LMS algorithm

Usually, noises are random and have some characteristics of amplitude, phase, and speed of sound. To control this

random noise well, the active noise control system should be used. Adaptive filter algorithm adjusts its internal

filter coefficients to minimize error signals between unknown system and adaptive filter. The least-mean-squares

algorithm is one of adaptive filters algorithm; the LMS algorithm and its relatives are all adaptive filtering

algorithms. The basic block diagram is shown in Figure 2 and Figure 3.

REQUIREMENTS

The general requirement for this project is to cancel out noise from a speaker. If a speaker is not made from some

good materials to cover ears perfectly, then noises disturb users to listen to only what they want; which way is

known as a passive noise cancellation. The main problem to make a perfect passive noise cancellation system is

that size and shape of each human ear are different and money costs a lot for good materials.

DESIGN, DEVELOPMENT AND CONSTRUCTION

https://ece-eee.final-year-projects.in/a/4336-active-noise-cancellation.html 5/12
6/14/2021 Active Noise Cancellation | ECE EEE Final Year Projects

— Figure 3: Schematic of Noise Cancellation system

First, I considered about the position of a speaker and microphone, which collects output sound and noise, because

the distance between a speaker and microphone are critical. It can cause addition of sound wave’s properties; the

system should have destruction, not addition. It should have the distance of the full wave length of sound wave to

work correctly. However, I assume that DSP board has infinite fast which cannot be compared with the speed of

sound wave. I just tried put microphones and speaker together as close as possible. The schematic of whole system

is shown in Figure 3.

TEST PLANS

I focused on designing the noise cancellation system, which can destruct only a constant noise first because least

mean square algorithm is the slowest algorithm in adaptive algorithms. Therefore, some random noise can be

skipped and difficult to see whether noise is canceled or not, if that random noise is generated for a short time.

ANALYSIS AND TEST RESULTS

https://ece-eee.final-year-projects.in/a/4336-active-noise-cancellation.html 6/12
6/14/2021 Active Noise Cancellation | ECE EEE Final Year Projects

— Figure 6: A graph of least mean square algorithm with 100 filter length and .008 step-size

Three adaptive filters with same step-size and different filter length show me quite bit different result. Actually,

an adaptive with 500 filter length cannot be used for this project because the DSP board has limitation of some

filter length and it is not good value to reduce error definitely as shown in Figure 6.

CONCLUSION

The most difficult part of this project was that I had never used DSP board before and did not know how least mean

square algorithm works. I could not fully understand how least mean square algorithm works. However, least mean

square algorithm is just math work. Anyone can make code for least mean square algorithm without understanding

it fully as put equation in the right order. When the problem occurs, I tried to go over program of the given “Starter

program” partially. However, the starter program is not simple program, which I understand in a short time.

Source: California Polytechnic State University

Author: Sihyung Lee

Download Project

Download Project:

Fields with * are mandatory

Full Name*:

Email ID*:

https://ece-eee.final-year-projects.in/a/4336-active-noise-cancellation.html 7/12
6/14/2021 Active Noise Cancellation | ECE EEE Final Year Projects

Phone Number:

  Submit

Project: Electrical Projects, MATLAB Projects, Microcontroller Projects, Microprocessor Projects, Power Electronics

Projects, Security Projects, Sensor Projects, Signal Processing Projects

Tags: Antenna Design, Audio Processing, Control System, Design, DSP, Home Automation System, Modeling,

Performance, Realtime, Sensor, Simulation

WhatsApp Share Tweet

Similar Projects:

Detection of Breathing and Infant Sleep Apnea

Lip Detection and Adaptive Tracking

https://ece-eee.final-year-projects.in/a/4336-active-noise-cancellation.html 8/12
6/14/2021 Active Noise Cancellation | ECE EEE Final Year Projects

Real-Time Monitoring of Water Content in Sandy Soil Using Shear Mode Piezoceramic Transducers and Active

Sensing—A Feasibility Study

Design and Analysis of a Silicon-based Pattern Reconfigurable Antenna Employing an Active Element Pattern

Method

Lip Detection and Adaptive Tracking

ECE/EEE PROJECTS TAGS


Aeronautics / Avionics / Space Projects Algorithm

Automobile Projects Amplifier

Biotechnology Projects Analysis

Electrical Projects Android

Embedded Projects Antenna

Energy Saving Projects Antenna Design

IEEE Electrical Projects Architecture

IEEE Electronics Projects Arduino

Internet of Things (IoT) ARM7

MATLAB Projects Artificial Intelligence

Microcontroller Projects Audio Processing

Microprocessor Projects Automation

Other Electronics Projects Big Data

Power Electronics Projects Biomedical

Power Harvesting Projects Biometric

Robotics Projects Bluetooth

Security Projects CDMA

Sensor Projects Chip

Signal Processing Projects Cloud Computing

Telecommunications Projects CMOS

Uncategorized Control System

Wireless Projects Design

Dielectric

Digital Image Processing

Digital Video Broadcasting

DSP

https://ece-eee.final-year-projects.in/a/4336-active-noise-cancellation.html 9/12
6/14/2021 Active Noise Cancellation | ECE EEE Final Year Projects

Eco-friendly

Electronics

Embedded

Fingerprint

FPGA

Frequency

Fuzzy

Fuzzy logic

Gas Leakage Detection

GPS

Greenhouse

GSM

Healthcare

HFSS

Home Appliances Control

Home Automation System

Image Processing

Infrared

Java

Low Cost

Low Power

Matlab

Medical

Microstrip

Mobile

Modeling

Monitoring

MOSFET

Motor

MSP430

Networking

Neural Network

Ns2

Optical Communications

Performance

PIC

https://ece-eee.final-year-projects.in/a/4336-active-noise-cancellation.html 10/12
6/14/2021 Active Noise Cancellation | ECE EEE Final Year Projects

Piezoelectric

PLC

Power Electronics

Power Quality

Projects for Blind

RADAR

Railway System

Realtime

Receiver

Renewable Energy

RF

RFID

Satellite

SCADA

Semiconductor

Sensor

Simulation

Software

Solar Projects

Torque Control

Tracking System

Transmitter

Unmanned Aerial Vehicle(UAV)

Vehicle

Vehicle Automation

VHDL

Video Processing

Vision

VLSI

Voice Recognition

Wall Climbing Robot

Wi-Fi

Wimax

Wireless

Wireless Sensor Networks

WLAN

https://ece-eee.final-year-projects.in/a/4336-active-noise-cancellation.html 11/12
6/14/2021 Active Noise Cancellation | ECE EEE Final Year Projects

WSN

Zigbee

https://ece-eee.final-year-projects.in/a/4336-active-noise-cancellation.html 12/12

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy