06-12-2009 09:58 AM
Hi,
I have attached the programm and a PrintScreen of block diagram and front panel. My programm provide just a single achievement of the signal. How can I make my signal to become periodicaly?
Thanks.
Solved! Go to Solution.
06-12-2009 10:37 AM
Hi Matei,
Good afternoon and I hope your well today. Thanks for your post!
Why do you want to make this period? In terms of signal anylsis you won't gain anything more from having it repeated. Are you looking to output this waveform? If so, is it an NI DAQ device? These can take a one period waveform and repeat it without running the code i.e. you can use your one period. Please let me know your intention.
However, if you still want to simulate a continuous signal, how about the code below. LabVIEW 8.6. Basically, create the waveform outside of the loop, and then use an append waveform to add the previous to the next period of the wave. And then, update the chart.
Hope this finds you well,
06-12-2009 10:59 AM
Thank you.
Unfortunately, i can't open the code in LabVIEW 8.6, because i have LabVIEW 8.5. Can you please send it again, but in LabVIEW 8.5 so I can open it?
This programm is part of my diploma project.
Regards,
Matei
06-12-2009 11:11 AM
06-12-2009 11:16 AM
06-12-2009 11:20 AM
06-15-2009 11:41 AM
Hi Matei,
Did you manage to get this sorted?
Please let me know,
06-15-2009 11:57 AM
06-15-2009 08:16 PM
Matei wrote:
Can you tell me if I can make a connection between'"dt" and frequency.
I don't understand your question. In your VI, you have dt connected and it is based on calculations determined by your enum called frequency.
06-16-2009 04:44 AM
Hi Matei,
Good Morning and I hope your well today.
Sorry I never posted my code in LabVIEW 8.5 - here it is.
Hopefully it will help.
As already noted, the dt is the sample period which is the inverse (1 / fs) of the sample rate.
Please let me know if I can be of any more help,