I made Equiripple FIR high pass filter using FDAtool in MATLAB. I want to pass a voice signal from this filter and select only high frequency part of the voice input. The problem is I don’t know how to pass the voice input through this filter.
Any ideas how can I do it?
wavread(‘filename’) converts a wav file into number array.
Try searching “Audio Processing with MatLab” for details.