10-10-2012 04:39 AM
Solved! Go to Solution.
10-12-2012 03:31 AM
Dear Muhammad,
I took a look at your code, and here is my interpretation of what you want to do. You are aquiring data from your DAQ device inside a while loop that you want to run until you push the stop button. Once you have acquired all of your data you wish to apply the Parks Vector Transform (PVT) and a Wavelet Transform.
I have been able to find a sub-vi that performs a Discrete Wavelet Transform which I put inside a case structure depending on which tab is selected. However this sub-vi comes with the LabVIEW 2010 Advanced Signal Processing Toolkit, which you may not have. In which case, I would reccomend you use a mathscript node if you can find an equivalent function in a text based programming language. The same applies to the PVT since a sub-vi comes with the NI SoftMotion Module which I don't suppose you have either.
I hope this has been of use
Regards
11-03-2012 03:22 AM
Dear Sir
I have attached a file in which some other person use Park Vector transform in his research work. He show the block diagram in his research paper. I could not under stand the names of VI that he used. You look at this attachment may be you understand the name of VI. If can know the name of VI then it will become easier to find that VI from function pallete. I also attache the two equations of Park Vector model.
Kind Regards
Muhammad Irfan
11-06-2012 03:01 AM
Muhammad,
I wish I could help you buddy, but it would take me a loooong time to sift through every .vi in LabVIEW trying to find those two specific functions; particularly as they are low resolution images.
Have you thought about e-mailling the author of the code and asking him what they are? Does it give any indication in his paper of what they may be? What file format is the original image; I am just wondering if it is a LabVIEW snippet which has the code embedded.
Regards,
11-06-2012 03:41 AM
Dear Sir
Actually in first VI author has calculate park vector equations Id and Iq using following relation:
Id= (1.2247)*I*sin(2*pi*f)t
Iq= (1.2247)*I*sin[(2*pi*f)t-pi/2]
where I is real time analog data coming through DAQ assistance, t is the time interval which could be choosen any and f is carrier frequency which is 50Hz.
In second VI author draw the graph between Id (along X-axis) and Iq (alonf Y-axis).
I think author has created his own sub Vi. May be he has use mathscipt node for first Vi.
(In attachment is the original paper in pdf formate. I try to contact with author via email but no reply from his side.)
I will be very thankful to you for your attention and consideration.
Kind Regards
Muhammad Irfan
11-06-2012 04:58 AM
Muhammad,
The two vis are "MT Downconvert Passband.vi" and "MT IQ to XY Graph.vi".
Regards,
11-06-2012 06:24 AM
Where to find MT Downconvert Passband.vi" and "MT IQ to XY Graph.vi
They are not available in LabVIEW8.2
11-06-2012 07:09 AM
They are part of niAMT.lvlib which is part of the Modulation Toolkit.
Regards,
11-06-2012 07:16 AM
Should I ask for modulation kit to National Instrument and will this kit be compatible with LabVIEW 8.2 Version?
11-06-2012
07:30 AM
- last edited on
04-15-2025
03:30 PM
by
Content Cleaner
Here is a link to the toolkit; http://sine.ni.com/nips/cds/view/p/lang/en/nid/12855 . Looking at the data sheet, the system requirements are LabVIEW 7.0 or later, so you should be OK.
Regards,