You see, I have a vector in matlab that accumulates the voltages obtained in time. Then, this vector took out the fft and I get another vector with the values of voltage versus frequency.
My question is: what command would allow me to take this fft vector and get another vector that contains the phase vs. frequency?
Code:
fy=fft(v1(1:i));
I know the bode
function but as far as I know and have searched it serves when you have the function described in terms of ´s´
.