Converting .psdata to .csv or .txt

Forum for discussing PicoScope version 6 (non-automotive version)
Post Reply
ceilbeck
Newbie
Posts: 0
Joined: Thu Oct 28, 2010 9:14 pm

Converting .psdata to .csv or .txt

Post by ceilbeck »

I have a couple of .psdata files recorded from a 5204 using picoscope v6.4.92.0 and I'm trying to convert them into a file format that's easier for me to use. I've tried both files (20 million and 16.6666 million data points sampled as 1MS/s) and it doesn't matter whether I use .csv or .txt, I only get 1048576 data points plus the three header lines in the output file. I'm guessing this is unintended behaviour?

Chris

ziko
Advanced User
Advanced User
Posts: 1705
Joined: Fri Dec 01, 2006 10:03 am
Location: St Neots

Re: Converting .psdata to .csv or .txt

Post by ziko »

Hi this is intended, we have put a limit on csv and text files. You can however retain the full samples by using the matlab 4 binary format.

Hope this helps.
Ziko

Technical Specialist

ceilbeck
Newbie
Posts: 0
Joined: Thu Oct 28, 2010 9:14 pm

Re: Converting .psdata to .csv or .txt

Post by ceilbeck »

I've found this is the only way I can get at my recorded data, doing a .mat to .csv conversion using GNU Octave.

Chris

Post Reply