06-26-2012 03:14 PM
I need to convert this csv file to an analog signal. The timing and magnitude need to be exact
06-26-2012 03:17 PM
Sorry my internet browser was messed up here is the file
06-26-2012 03:35 PM
So, what have you tried? You are showing an image of an Excel file so save it off as a text file and read it with the Read From Spreadsheet File.
06-27-2012 09:54 AM
I've tried alot of the signal generation options, and the simulate arbitrary signal vi, but that requires that you enter in all 100000 points.
06-27-2012 10:08 AM
That has nothing to do with your question about reading from a file and if you are talking about the express function, your statement is not even true.
06-27-2012 10:12 AM
Well I know you can load .lvm files, but how do I convert the .csv to a signal?
06-27-2012 10:18 AM
I already told you how to read the file. The essentials of a signal/waveform consists of a y array and dt value. You showed both of those in the Excel file you had. You will get a 2D array from the read so just use the Index Array functions.
06-27-2012 10:18 AM
@ishironagasaki wrote:
Well I know you can load .lvm files, but how do I convert the .csv to a signal?
As Dennis already stated, use the Read From Spreadsheet File VI.
06-27-2012 12:00 PM
Yeah, I know I have to use the read spreadsheet vi, but after I read the spread sheet I have to convert the array to a signal. I'm having trouble on finding the right signal generation vi.
06-27-2012 12:31 PM - edited 06-27-2012 12:32 PM
Have you tried the build waveform?