Re: How to read *.bin file

2004-03-12 Thread BeckyB
Hello - This http://digital.ni.com/public.nsf/websearch/2F8ED0F588E06BE1862565A90066E9BA?OpenDocument";>KnowledgeBase discusses importing data from LabVIEW to Matlab. Good luck with your project and have a great day! Becky B. Applications Engineer National Instruments

Re: How to read *.bin file

2004-03-12 Thread shoneill
I'm not sure if I'm on the right track here, but if you're saving the file through LV, then a look at the code should reveal everything you need to know about the file. The easiest thing may be to write a VI to convert the data into a more Matlab-compatible format. This requires also that you alr

How to read *.bin file

2004-03-11 Thread dreamhawk
We use PCI 6014 and labView 7.0 to save the signal as *.BIN file, I want to read it in Matlab, please tell me the head file and the resolution of the *.BIN file.