I wandering if the following steps are practical or not?
- Import a sound in
wavformat, if not (for example, mathematica does not supportogg) try to convert it intowav(what's the simple rate should be then?) - Use frequency modulation and amplitude modulation to detect the best remove effect
- Use
BandpassFilterto filter
How can I do this exactly, I only have some rather rough ideas, please help me move on!