Now I am buffering the Wimax signal by Agilent VSA, and then calculate the SNR by Matlab.
Step1:Run Matlab script1 in Labview to execute "VSAsetting.m" file(Matlab file, configuration VSA):
"h = actxserver('AgtVsaVector.Application');" will return the handle of VSA.
Step2:Run Matlab script2 in Labview again to execute "TxSNR.m" file, here will be using the handle of Step1.
Now is the question, how can I transfer a handle type from script1 to script2, I have checked the Input Data type of Script, there are real,complex,string,path, but not handle.