Hi:
There are some questions about the function of MmwDemo_dataPathConfigEdma in the demo->mmw_dss_16xx->dss_data_path code confused me.
1. LINE 1381: Why dose the srcBIdx is (obj->numAdcSamples * BYTES_PER_SAMP_1D * 2) * obj->numChirpsPerChirpEvent.
I think the srcBIdx should be numAdcSamples * BYTES_PER_SAMP_1D, because the acount of an array is numAdcSamples * BYTES_PER_SAMP_1D, so the beginning of the N array to the N+1 array is numAdcSamples * BYTES_PER_SAMP_1D.
2. What's the difference between the numAdcSamples and numRangeBins?
I do not know if the equation of numRangeBins=numAdcSamples *numChirpsPerChirpEvent is right.
3. What's the difference between the numChirpsPerChirpEvent and numChirpsPerFrame?
I think they are equal. But it may be wrong.
4.Is there a detailed flow chart of the signal preocessing for this demo?
THANK YOU !