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
Converting .psdata to .csv or .txt
Re: Converting .psdata to .csv or .txt
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.
Hope this helps.
Ziko
Technical Specialist
Technical Specialist
Re: Converting .psdata to .csv or .txt
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
Chris