I am using the function fdesign.lowpass
in Matlab, on a signal that is sampled at 8kHz. I am making a filter for a speech signal and want to filter out gaussian noise, i have found the fundamental freq. to be around 343Hz with FFT.
So I am using the command in Matlab:
fdesign.lowpass('Fp,Fst,Ap,Ast',319,378,0.25,1,8000);
Should my sample rate be 8000/2?