MATLAB GUI Example for Agilent N8241A Arbitrary Waveform Generator
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.
Citar como
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. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- Test and Measurement > Data Acquisition Toolbox > Periodic Waveform Generation >
- Signal Processing > Signal Processing Toolbox > Signal Generation and Preprocessing > Waveform Generation >
- Test and Measurement > Instrument Control Toolbox > Instrument Control Toolbox Supported Hardware > Function Generator >
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.