sarkararghya
Newbie level 6
I design a specific second order digital differentiator for a specific application where phase difference must be equal to pi over a specified frequency range. I use the following MATLAB prog. to determine the phase difference. Am I correct ?
[H,W]=freqz(B1,A1),
plot(W/pi,phase(H))
Specifically my question is, is phase response and phase difference are identical ?
[H,W]=freqz(B1,A1),
plot(W/pi,phase(H))
Specifically my question is, is phase response and phase difference are identical ?