Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

need a filter to remove noise from speech signal

Status
Not open for further replies.

kareem dsp

Junior Member level 1
Joined
Oct 24, 2012
Messages
18
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,283
Activity points
1,419
hi
i am working on dialect recognition project but you know my training data came from different place and device and i have to record sometimes in environment contain some noise i already use the below filter but i the signal still has some noise i need someone to help me Overcomes this problem
and thank you in advance

Wn =[100 7999]/8000;
n = 5;
[b,a] = butter(n,Wn);
s=filter(b,a,s);


sampling rate =8000
 

Look at the FFT of the data to see it over frequency and see if it is noise at a specific frequency that you can remove, or if it is a white noise (across all frequencies). Without knowing more about the noise it's hard to say how to fix it without losing the signal you want.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top