hmm, I sort of figured out the solution, I don't seem to understand it though. I increased the number of input points from
in_t=0:1/in_fs:1;
to
in_t=0:1/in_fs:20;
(number of points used in freqz or fvtool is 144000)
That gave a notch of -60 dB. I am confused, since the notch filter is only second order why do I need so many points (3200 input points) to allow the filters create the -60dB drop. Also does this mean that when I apply this using IIR filtering in C, I also need at least 3200 input samples to allow the notch drop -60dB? OR is the number of input samples an issue to do with the fvtool to display the notch and the results?
