MATLAB: Best Filter Band design

butterbuttordhomework not originally tagged as homeworkSignal Processing Toolbox

Making of passband Filter. What is the best design?

Best Answer

The easiest way to do everything you want is to use the Signal Processing Toolbox designfilt function.
Use the freqz function to be certain the filter you designed is stable, and that it does what you want it to.
Use the filtfilt function to do the actual filtering. It has a maximally flat phase response, so will not introduce any phase distortion into your filtered signal.
Related Question