Two questions in SoraSDK1.6

已答覆 Two questions in SoraSDK1.6

  • 2012年4月9日 上午 09:15
     
     

    Hey,

        the questions are:

        1. Are the functions in user mode started with "HRESULT SoraURadio..." Sora API that couldn't seen by our custormers? or haven't written?

       2.The User mode use the RADIO 0(TARGET RADIO), and have some Rx gain control functions related with it.

    Now I want to do AGC(Auto gain control) in the "kmsdr" by using similar functions, so what's the number of RADIO?

所有回覆

  • 2012年4月17日 上午 02:26
    解答者
     
     已答覆
    1. Which specific function do you concern? Most UMX API (user mode) starts with "HRESULT SoraURadio...", and they can be used by customer by including the header file "sora.h". They are implemented as documented in Sora Manual v1.6
    2. Currently we only supported TARGET_RADIO default value 0. This limitation is expected to be removed after MIMO support introduced in the future.