Hey,
I'm using MATLAB translator program for translating oscilloscope binary files to matlab. I have made code for making oscilloscope binary file in Oscilloscope and code for handling that binary file. Translator program i'm using is there: http://www.home.agilent.com/agilent/edi ... id=1185953. Now i'm making the file and afterwars saving it to my usb stick. That way I transfer it to my PC and translate it with MATLAB. Now I'm trying to find straight way to transfer that binary file from oscilloscope to PC (without network cable)? My oscilloscope is DSO91304A and Oscilloscope and PC are connected via USB cable. So I'm trying to find a way remotely control that oscilloscope from PC so that binary file could be transfered straight to matlab work directory. Is there a straigt way for that? If there's not, is there other ways handling oscilloscope's binary data in matlab?
Markus
I'm using MATLAB translator program for translating oscilloscope binary files to matlab. I have made code for making oscilloscope binary file in Oscilloscope and code for handling that binary file. Translator program i'm using is there: http://www.home.agilent.com/agilent/edi ... id=1185953. Now i'm making the file and afterwars saving it to my usb stick. That way I transfer it to my PC and translate it with MATLAB. Now I'm trying to find straight way to transfer that binary file from oscilloscope to PC (without network cable)? My oscilloscope is DSO91304A and Oscilloscope and PC are connected via USB cable. So I'm trying to find a way remotely control that oscilloscope from PC so that binary file could be transfered straight to matlab work directory. Is there a straigt way for that? If there's not, is there other ways handling oscilloscope's binary data in matlab?
Markus
extract the data from the acquisition memory directly to the PC, download the Programmer's reference
manual for your scope from www.agilent.com. You will need to extract the waveform data and the
waveform pre-amble so you can reconstruct the waveform for use in Matlab.