MATLAB GUI Example for Agilent N8241A Arbitrary Waveform Generator

版本 1.0.0.1 (16.9 KB) 作者: Gautam Vallabha
Agilent N8241A MATLAB GUI
3.9K 次下载
更新时间 2016/9/1

查看许可证

MATLAB supports Agilent arbitrary waveform generators through the Instrument Control Toolbox.
This example demonstrates how you can use MATLAB to develop a GUI application for configuring an Agilent N8241A Arbitrary Waveform Generator. The GUI allows you to configure sinusoids and pulse trains of varying frequency, and to step automatically through a sequence of frequency values. It also has a "simulate" mode that allows you to explore the GUI without an actual instrument (the generated waveforms and AWG status are displayed a separate figure window).

To run the application, save the files in the associated ZIP file, and do one of the following:

>> agilentFcnGen('simulate'); % to run the application with a simulated AWG

>> agilentFcnGen(visaResourceString); % give the VISA resource string of the AWG

You may use this application with your AWG using the built-in waveforms. You are also welcome to modify the application (free-of-charge) for other instruments or to write your own waveform generation routines providing you also post your modified version of this MATLAB AWG application on MATLAB Central for others to use. Contact me if you need to waive this requirement.

Information on using MATLAB and Instrument Control Toolbox for instrument control and configuration is available at:
http://www.mathworks.com/products/instrument

This example requires VISA software and the MATLAB instrument driver for the Agilent N8241A Arbitrary Waveform Generator. The MATLAB instrument driver is available from MATLAB Central.

Note: This web page also includes MATLAB demos, videos, and information on drivers for other instruments.

引用格式

Gautam Vallabha (2024). MATLAB GUI Example for Agilent N8241A Arbitrary Waveform Generator (https://www.mathworks.com/matlabcentral/fileexchange/16402-matlab-gui-example-for-agilent-n8241a-arbitrary-waveform-generator), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2007a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.1

Updated license

1.0.0.0

Corrections to the description.