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.

window and filter an audio signal

Status
Not open for further replies.

pepito82

Newbie level 2
Joined
Aug 31, 2005
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,295
audio signal windowing

Hi guys! I have this problem I need to sole as soon as possible.
I'm coding with matlab.
I need to filter a signal saved in a .wav file. I'm reading it using the function wavread and then I create several frames of it through Hamming window with an overlap of 50%. At this point I use fft to compute the spectrum of each frame and I make some changes on it.
At the end I want to link together all the frames (retransormed in temporal domain with ifft) and generate a wav file containing the output of the system. I don't know how to solve this last step! The problem I have is that I listen a strange noise between each frame (a noise like a clip)
Can anyone suggest me how to fix it?
 

try to add the results frame withe the same overlap
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top