I need to generate a certain type of chirp profile which the mmwave Demo visualizer isn't able to generate. I used the online (https://dev.ti.com/gallery/view/1792614/mmWaveSensingEstimator/) radar studio to come up with some chirps that will be useful for us. Basically I need:
- smaller chirp times (i.e, something around 50-100 micro-seconds inter-chirp times)
- close to 128 or more chirps
- Frame periodicity of 100 ms or more (else we are not able to pull out the data in time and the mmWave demo crashes)
The online radar studio generates a json file (attached) for the designed chirp. HOW do we convert this json file into a config (*.cfg) file that serves as input to the mmWave demo code ? (If there is a way to generate the cfg file directly please let us know or if you have scripts to convert json to cfg please let us know.)
Also, there seems to be many restrictions on selecting parameters on the demo visualizer. I would like to know if it is because of hardware limitations.