Save the curve to a USB memory stick

From Course Wiki
Revision as of 22:31, 24 March 2014 by Eliot Frank (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

For the Rigol oscilloscopes:

  • Insert USB stick
  • Press Storage button
  • In menu:
    • Set "Storage" to CSV
    • Select External -> New File -> Save


For the Atten oscilloscopes:

  • Press Save/Recall
  • In menu:
    • Set "Type" to CSV
    • Select Save
      • Set "Modify" to Files
      • Select "New File"
        • Select "Confirm"


In MATLAB use the xlsread function to load the data, e.g.,

data = xlsread('newfile0.csv');