Measure radio frequency power using MATLAB and an RF power meter

Version 1.0.0.1 (2.32 KB) by Vinod
MATLAB example to make RF Power measurements using an Agilent RF Power Meter
844 Downloads
Updated 1 Sep 2016

View License

MATLAB is a software environment and programming language with over 1,000,000 users. MATLAB extends the functionality of Agilent instruments by enabling you to make application-specific and/or automated measurements and tests.
This example shows you how you can use MATLAB to control an Agilent RF Power Meter, make measurements, and retrieve the data into MATLAB and calculate a mean value of the measurements. The user can customize the code to set the IP address of their RF Power Meter, set the channel measurement offsets, etc. For more information on the SCPI commands used to control the instrument, refer to your instrument's programmer's guide.

To execute this example, type ‘[channelCPower, channelDPower] = readPowerMeter()’ in the MATLAB command window. Note: Change the IP address in the readPowerMeter.m file to the IP address of the instrument.

This MATLAB example has been tested using a Agilent N1914A RF Power Meter.

To request your free trial of MATLAB and/or Instrument Control Toolbox, visit http://www.mathworks.com/agilent/instrument/tryit.html

Cite As

Vinod (2024). Measure radio frequency power using MATLAB and an RF power meter (https://www.mathworks.com/matlabcentral/fileexchange/29592-measure-radio-frequency-power-using-matlab-and-an-rf-power-meter), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.1

Updated license

1.0.0.0