04-18-2011 10:30 PM
How can i save a 1-d array of waveforms in excel. The array is coming from a vi that reads and graphs a wav. file
Solved! Go to Solution.
04-18-2011 11:52 PM
Is your data type is numeric?
Try this one!
You can save with date and time.
KRAZE4LV
You can pay by Kudo!
04-18-2011 11:58 PM
Hi Navident,
Before Creating the excel sheet keep in mind, you can not configure Excel to exceed the limit of 65,536 rows and 256 columns in Microsoft Office Excel 2003. I hope ths one will help for u
.
Siva
07-11-2011 05:23 AM
Hi,
the problem is that what I would like to saved in a excel is a sampling I'm doing... The problem comes because I have a function that save it, but only the samples showed in the graph (for example, 1 to 100).
The total of smaples are 6096, so I don't know how to save all at once.
If somebody could helps me, I will be so thankful!
Thanks!!
07-12-2011 02:08 PM
Hi mlop,
I would need to know a little more about how your program is put together to say for sure, but it sounds like you are saving to the file outside of a loop and the data you are passing outside of the loop is only the last 100 samples. You could either write to the excel file inside of the loop or make sure that you pass all of the data outside of the loop.
Have a great day,
Chris V