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
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