hello,
I have 3 signals in the form of sampled values. When I plot them using
plot (t,vPa,t,vPb,t,vPc)
where vPa, vPb, vPc contains the values and t contains the sampling istants I get this:
when I calculate phase shift using fft I get phase angle = 0.
I have tried using my own code ( which...