Design a linear phase, minimum-length, band-pass FIR digitalfilter in MATLAB to meet the specifications listed below. UseRectangular Windowing (MATLAB function: fir1)
pass-band frequencies: f_p1 = 0.35, f_p2 = 0.65
stop-band frequencies: f_s1 = 0.10, f_s2 = 0.80
pass-band tolerance: d_p <= 0.1
stop-band tolerance: d_s <= 0.1
I am attempting to learn more about MATLAB and I am havingtrouble with specific filter design and it would be helpful to havean example.