Post Go back to editing

How to generate the initial parameters when I use no_os api to controll ad9364?

Hi,my transmittor board is based on ad9364 working at 5.8GHz frequency. I want to use the no_os api to initialize it. 

When I call the api,I should give every parameters to the struct AD9361_InitParam.

There are hundreds of parameters in this struct to be filled,but I only know that my TX frequency is 5664MHz,and the bandwidth is 40MHz,the TX level is -10dbm,and the RX is disabled.

Is there any tool can generate all the parameters? Or,is there any document introduce how to genenate them?