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.

CCS/MMWAVE-SDK: Need help in understanding angle FFT

Part Number: MMWAVE-SDK

Tool/software: Code Composer Studio

Hi there,

From the TI training and the mmw Demo introduction, I learned that the angle FFT gives the azimuth result. However, there is no detail in how to do this azimuth FFT(angle FFT). Could you please explain a little bit in the method? Is it a Digital beam forming (DBF) process in order to find the coherence peak?

By the way, may I know the reason why the two transmit antennas Tx1 and Tx3 are horizontally spaced at d = 2 Lambda? It seems not intuitive to make it an integer, right?

Thanks in advance for you answer.

Best,

Zhu

  • Hello Zhu,

    This is discussed in the Doxygen which can be found in the latest version (1.1) of the mmWave SDK. It is located at C:/ti/mmwave_sdk_01_01_00_02/packages/ti/demo/xwr16xx/mmw/docs/doxygen/html/index.html

    The angle FFT is discussed in the section called "Data Path - Direction of Arrival FFT Calculation."


    Cheers,
    Akash
  • Hi Akash,

    Thanks for your apply. However I believe those few words in that paragraph are far from enough. Again I wish to know is angle FFT actually doingg a Digital beam forming (DBF) process?

    Also I wish to know what does the peakVal in the detObj2D mean? What does it stand for?

    Best,
    Zhu
  • Hi Zhu,

    I can confirm no beam forming is being performed here.

    PeakVal is a relative value representing returned signal strength. Is there a specific document you are looking at that is talking about peakVal?


    Cheers,
    Akash