Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- your capture is in ones and zeros. Can you get the data values as bus instead of individual bits setting the format to signed. --- Quote End --- Hello to all, Refering to these two lines: "disp('HP16500C LA 100/110 State Card'); "filename=input('Enter file name or press RETURN to accept data from LA via GPIB/HPIB ) : '); I do not have access to HP16500C, so I do not know how the data is written/organized by this tool. In order to do postprocessing (using data from other sources: Cadence), I have replaced the lines with this one: "filename=load('data.csv');" But my "data.csv" format is not the same as the data from HP16500C. From the previous posts, kaz said that this format is incorrect: -1024 0 0 1 0 1 1 0 0 0 1 1 1 0 1 1 1 -1023 0 0 1 0 1 1 0 0 0 1 1 1 0 1 1 1 -1022 0 0 1 0 1 1 0 0 0 1 1 1 0 1 1 1 and it should be ""bus format and signed" Could someone please send me a sample ? (I have from some considerable time been trying to run this code). Thank you, Vlad