Other Parts Discussed in Thread: IWR1443, UNIFLASH
Tool/software: Code Composer Studio
Hi,
I have some questions about the configuration file of vital signs demo. The detailed information of the tools I'am using is:
1. IWR1443 ES3.0
2. mmwave_sdk_02_01_00_04-Windows-x86
3. ccs 7.4.0
4. UniFlash 5.1.0
5. matlab R2017a
6. matlab runtime for R2017a
I have succeeded in running the vital signs demo and showing the heart-beat and breathing wavefoms thourgh the GUI provided by TI. However, when I read the matlab code in vitalSigns_demo_gui.m, I am confused about the parameters settings.
My questions are:
1. The profile_2d_VitalSigns_20fps.cfg shows that the third parameter of channelCfg is 3, which equals to 0x0011b, in other words, Tx1 and Tx2 antennas are used. I think that 1Tx and 1Rx antennas are enough to estimate the vital signs of single object. Why there need 2Tx antennas?
2. Line 691, why "P.dataPath.numDopplerBins = P.dataPath.numChirpsPerFrame / P.dataPath.numTxAnt"? In this way, P.dataPath.numDopplerBins = 2/2=1, because P.dataPath.numChirpsPerFrame = 2, and P.dataPath.numTxAnt=2, too. Shouldn't it be the number of samples before Doppler-FFT, such as 256 ? The number "1" is really too small to do Doppler-FFT, and as a result, the doppler resolution will be bad..
Best regards,
Xia Dai