How can sora process float data?

问题 How can sora process float data?

  • samedi 8 octobre 2011 13:26
     
     

    Hi,I want to use sora to do some channel simulation,but as far as I know,sora can not process data with float type,then what can I do to realize this function?

    Looking forward to your reply.

    Thank you.

    • Type modifié june422 dimanche 9 octobre 2011 12:11
    •  

Toutes les réponses

  • samedi 15 octobre 2011 13:01
    Modérateur
     
     
    Yes, in current signal processing modules of Sora, we only implemented fix-point algorithms. However, you can write your own floating point algorithm based on Sora architecture. As a recommendation, you can write user mode program on top of UMX. Basically, UMX will give you all the raw samples, so you can do whatever you want.