hossain00 Posted December 17, 2008 Report Share Posted December 17, 2008 Dear I have design a labview program for RF probe calibration but it show some error, can anyone help me in this regard to solve this error? Thanks a lot Quote Link to comment
Antoine Chalons Posted December 17, 2008 Report Share Posted December 17, 2008 QUOTE (hossain00 @ Dec 16 2008, 11:46 AM) DearI have design a labview program for RF probe calibration but it show some error, can anyone help me in this regard to solve this error? Thanks a lot Hi, There are some mistakes in your MathScript node : - you define a for loop with i going from 0 to "N-1" but N isn't defined - the cvariable "k", used inside the for loop is undefined as well. If you correct these mistakes it should be ok. Hope this helps Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.