Rank: 522 based on 129 downloads (last 30 days) and 6 files submitted
photo

Vinod Cherian

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Vinod View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
17 Mar 2011 Screenshot Taking a screenshot of an Agilent signal analyzer over a TCPIP connection Function to connect to an Agilent signal analyzer, capture the screenshot and transfer it to MATLAB. Author: Vinod Cherian mxa, pxa, exa, cxa, signal analyzer, spectrum analyzer 7 0
05 Mar 2011 Screenshot Capturing a waveform from an Agilent oscilloscope over a standard VISA interface MATLAB example to capture a waveform from an Agilent oscilloscope and grab a screenshot. Author: Vinod Cherian usb, oscilloscope, infiniivision, matlab example, infiniium, oscilloscopes 39 4
  • 5.0
5.0 | 1 rating
01 Dec 2010 Screenshot Measure radio frequency power using MATLAB and an RF power meter MATLAB example to make RF Power measurements using an Agilent RF Power Meter Author: Vinod Cherian agilent, matlab example, rf, rf power meter 8 0
10 Jun 2010 Screenshot Agilent Infiniium and InfiniiVision Oscilloscopes – MATLAB Example MATLAB application example for Agilent Infiniium and InfiniiVision oscilloscopes Author: Vinod Cherian agilent, infiniivision, oscilloscopes, infiniium, matlab example, instrument control 33 1
20 Jan 2010 Screenshot Model-Based Design of a SUV Anti-Rollover Control System Models and literature demonstrating Model Based Design of a SUV Anti-Rollover Control System. Author: Vinod Cherian automotive, controller, mbd, simulink, optimization, demo 15 0
  • 3.0
3.0 | 2 ratings
Comments and Ratings by Vinod View all
Updated File Comments Rating
04 Mar 2011 Capturing a waveform from an Agilent oscilloscope over a standard VISA interface MATLAB example to capture a waveform from an Agilent oscilloscope and grab a screenshot. Author: Vinod Cherian

NOTE: Certain Agilent firmware (such as on the 54831D) may have a difference in the SCPI commands from the 6000 series. You may need to change the line in the MATLAB-file from:

fprintf(visaObj,':WAV:POINTS 5000');

TO

fprintf(visaObj,':ACQ:POINTS 5000');

04 Mar 2011 Capturing a waveform from an Agilent oscilloscope over a standard VISA interface MATLAB example to capture a waveform from an Agilent oscilloscope and grab a screenshot. Author: Vinod Cherian

NOTE: This has been tested on an Agilent 6000 series oscilloscope. Agilent 6000 series oscilloscopes return word data in unsigned integer format. Other series oscilloscopes (such as the 8000 series, for example) return word data in signed integer format.

If the waveform does not look correct in MATLAB, try changing line 76 from:

waveform.RawData = binblockread(visaObj,'uint16'); fread(visaObj,1);

TO

waveform.RawData = binblockread(visaObj,'int16'); fread(visaObj,1);

11 Oct 2010 allan v3.0 allan.m calculates normal, modified and timed Allan deviations of time series in one function Author: Fabian Czerwinski

In the code Allan.m, v3.0, your calculation for modified Allan deviation uses an undefined vector, y[].

Uncommenting the lines causes 111-126 and executing your script throws an error:

.??? Undefined function or method 'y' for input arguments of type 'double'.

Error in ==> allan at 120
        z1=z1-y(L)+y(L+m(j));

11 Oct 2010 allan v3.0 allan.m calculates normal, modified and timed Allan deviations of time series in one function Author: Fabian Czerwinski

In the code Allan.m, v3.0, your calculation for modified Allan deviation uses an undefined vector, y[].

Uncommenting the lines causes 111-126 and executing your script throws an error:

.??? Undefined function or method 'y' for input arguments of type 'double'.

Error in ==> allan at 120
        z1=z1-y(L)+y(L+m(j));

11 Apr 2009 Model-Based Design of a SUV Anti-Rollover Control System Models and literature demonstrating Model Based Design of a SUV Anti-Rollover Control System. Author: Vinod Cherian
Comments and Ratings on Vinod's Files View all
Updated File Comment by Comments Rating
26 Aug 2011 Agilent Infiniium and InfiniiVision Oscilloscopes – MATLAB Example MATLAB application example for Agilent Infiniium and InfiniiVision oscilloscopes Author: Vinod Cherian kang, kiwoong

first time

18 May 2011 Generating Waveforms on Agilent MXG, ESG, PSG Signal Sources using MATLAB MATLAB® example to download arbitrary waveform data on Agilent MXG, ESG, or PSG signal sources. Author: Vinod Cherian Leow, Cheah Wei

MATLAB_WFM is it a file?

04 Mar 2011 Capturing a waveform from an Agilent oscilloscope over a standard VISA interface MATLAB example to capture a waveform from an Agilent oscilloscope and grab a screenshot. Author: Vinod Cherian Cherian, Vinod

NOTE: Certain Agilent firmware (such as on the 54831D) may have a difference in the SCPI commands from the 6000 series. You may need to change the line in the MATLAB-file from:

fprintf(visaObj,':WAV:POINTS 5000');

TO

fprintf(visaObj,':ACQ:POINTS 5000');

04 Mar 2011 Capturing a waveform from an Agilent oscilloscope over a standard VISA interface MATLAB example to capture a waveform from an Agilent oscilloscope and grab a screenshot. Author: Vinod Cherian Cherian, Vinod

NOTE: This has been tested on an Agilent 6000 series oscilloscope. Agilent 6000 series oscilloscopes return word data in unsigned integer format. Other series oscilloscopes (such as the 8000 series, for example) return word data in signed integer format.

If the waveform does not look correct in MATLAB, try changing line 76 from:

waveform.RawData = binblockread(visaObj,'uint16'); fread(visaObj,1);

TO

waveform.RawData = binblockread(visaObj,'int16'); fread(visaObj,1);

08 Feb 2011 Capturing a waveform from an Agilent oscilloscope over a standard VISA interface MATLAB example to capture a waveform from an Agilent oscilloscope and grab a screenshot. Author: Vinod Cherian Gerald

Does the following code also work for agilent infiniium 54831D MSO?

Is it also possible to plot the current instead of the voltage?
fprintf (oszi, ':CHANnel1:UNITs AMPere');

Top Tags Applied by Vinod
agilent, matlab example, infiniium, infiniivision, instrument control
Files Tagged by Vinod View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
04 May 2011 Screenshot Stability Analyzer 53230A The Stability Analyzer 53230A performs true Allan Deviation measurements and plotting Author: Neil Forcier allan deviation, allan variance, oscillator stability, clock stability, measurement, 53230a 19 0
17 Mar 2011 Screenshot Taking a screenshot of an Agilent signal analyzer over a TCPIP connection Function to connect to an Agilent signal analyzer, capture the screenshot and transfer it to MATLAB. Author: Vinod Cherian mxa, pxa, exa, cxa, signal analyzer, spectrum analyzer 7 0
05 Mar 2011 Screenshot Capturing a waveform from an Agilent oscilloscope over a standard VISA interface MATLAB example to capture a waveform from an Agilent oscilloscope and grab a screenshot. Author: Vinod Cherian usb, oscilloscope, infiniivision, matlab example, infiniium, oscilloscopes 39 4
  • 5.0
5.0 | 1 rating
01 Dec 2010 Screenshot Measure radio frequency power using MATLAB and an RF power meter MATLAB example to make RF Power measurements using an Agilent RF Power Meter Author: Vinod Cherian agilent, matlab example, rf, rf power meter 8 0
11 Jun 2010 BuildTektronixAWG710xWFM Generate WFM files for the Tektronix AWG710 and AWG710B Author: Keith Brady tektronix awg710 awg ..., tektronix 2 0

Contact us at files@mathworks.com