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.