This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

1D FFT for FMCW ! (Vital signs lab)

Other Parts Discussed in Thread: AWR1642, DCA1000EVM

Hi all,

I am collecting  raw data from AWR1642 using DCA1000EVM card. I have a question regarding computing 1D FFT to received chirps.

In vital signs lab, they are using only one chirp per frame, compute the range FFT (1D FFT / chirp) and do further process to get breathing and heart signals. 

in my case, I am writing a short python script to get the 1D fft for each chirp for some further processing.. (scipy.fftpack.fft function)

my question is: in vital signs lab, are they combining more than one chirp (more than one frame) for the FFT computations ? or range FFT per single chirp ?

knowing that each frame takes 50ms and in just 50ms we can't extract something about the breathing signal from just 1 chirp FFT signal..

what is the best process (in term of FFT computations) that lead to the vital signs extraction !

attached you can find an fft plot of one chirp(200 samples), another one of 5 chirps(1000 samples).

thanks in advance,