06-17-2015 04:43 AM
How can I generate a signal using computer in labview software but not using DAQ?
I need a continuous pulse signal which is basically increasing and decreasing slowly w.r.t. time. i.e. it's a not pulse as it's already given in labview simulate signal option. I need the d.c. signal which may be will be merge of more than 2-3 signals. Please Help me with the solution, if possible, or any kind of solution as soon as possible.
The image of the pulse is attached herewith.
The link of the pulse is : file:///C:/Users/Priyabrata%20Saha/Desktop/internship/pulse.JPG
Solved! Go to Solution.
06-17-2015 08:44 AM
It is difficult to understand what you actually want. Can you give a more detailed description?
(...and please don't link to files on your hard drive, we (hopefully 🐵 cannot access those!)
06-18-2015 07:15 AM
06-18-2015 07:25 AM - last edited on 10-10-2024 03:42 PM by Content Cleaner
Have you tried "simulate arbitrary signal"?
06-18-2015 10:50 AM
Well, I just tried.
Still stuck at how to convert data points. I got some data points in excel. (.xlsx format), whereas I need to convert them in .lvm format in order to load the points.
06-19-2015 12:17 AM
How can I get a labview measurement file (.lvm) ?
It seems that I cannot load .txt or .xlsx(excel) files. I have around 100 data points t plot the graph, but even if I manually enter them, it's not working.
What can I do ?
Do I have any other options?
06-19-2015 12:43 AM
06-19-2015 01:08 AM
This is the .txt file with datas in tab separated. I am trying to use Arbitrary signal generation. But .txt files doesn't seem to open in 'load data'. Neither .lvm.
06-19-2015 01:25 AM
06-20-2015 09:51 AM
I tried converting the file into lvm but still of no help. The x-axis i.e. the first column is the time. It's value is very small because my frequency is very large ( in the range of MHz.)
So whenever I am loading the data, its not taking it, Can you help ?
I have also tried with 'Mathscript' and trying to do with 'interp1' function of matlab inside the mathscript. How can I do it? Can anyone help me with the coding part. I am no good at coding. I have no knowledge of matlab coding.