06-13-2016 05:04 AM
Hi all,
I am trying to implement the energy detector algorithm in labview communications design but I am having difficulties with the implementation of the Q inverse function (inverse erf function ) but this function exists as a VI in labview So is there a way to link between labview communications design and labview or is there a way to execute my program in labview.
I am working in the usrp 2901 (teaching bundle).
Thanks in advance.
Best Regards,
06-15-2016 04:23 AM
Hi,
unfortunately there is no way to use this function in LabVIEW Communications (I am sorry, that I didn't double check you SW in your previous post).
I think you might have to implement this function yourself. I am pretty sure that somewhere the source code of the erfc_inv can be found.
You can then e.g. create you own User-Defined Function or implement it directly in your function node.
Best,
Anna