08-28-2005 08:50 AM
08-28-2005 08:53 AM
You only need to make copies of the VIs that you change. The rest of the VIs can stay where they are and be called by anyone.
You should be careful when making changes to VI.lib VIs and make sure that you make your changes on a copy and not on the original.
08-28-2005 09:22 AM
08-28-2005 10:16 AM
I assume you mean the one called One Sided FFT spectrum.
It seems to me that you will have to create an indicator for that number, connect that indicator in the VIs connector pane (by right clicking the VI icon when seeing the FP and selecting Show Connector) and do the same to all the calling VIs. Any changed VI will have to be saved elsewhere.
Is it possible to reverse the calculation NI is doing and get the complex number back from the number that's already coming out of the VI?
08-28-2005 12:10 PM
It seems to be a better idea to convert dB to complex number but any idea how?
i have tried to copy the sub vi and Modify them but is too complex coz in a psd.vi the fft is in the sub sub vi level.