How to obtain a phase diagram of an FFT in MATLAB?

1

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´ .

    
asked by Marco Ycaza Lengua 29.09.2016 в 09:25
source

0 answers