problem with deleting certain frquencies in wav files
Show older comments
i am working on .wav files to filter them with cut off frequency 4 kHz, first i load the .wav file then i use the fast Fourier transform to get the signal in frequency domain, now i want to delete all the frequencies greater than 4 kHz and smaller than -4 kHz (band limited signal), my problem is when i delete the frequencies above 4khz and return the signal to time domain using ifft and save the file , the file works without problems , but when i delete both the frequencies greater than 4 kHz and smaller than -4 kHz the file does not give any sound !!!! ? *i delete the frequencies by setting their components to zero not by a filter.
1 Comment
Walter Roberson
on 20 Mar 2013
You are removing frequencies smaller than negative 4 kHz ?? I'm not sure what that would mean?
Answers (0)
Categories
Find more on Parametric Modeling in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!