Agilent E4438C dowload bit file
% Download bit file to signal generator and playback
% For Agilent ESG E4438C
%
% Inputs:
% x - input source (bits or symbols)
% SymRate - symbol rate (Symbol/s)
% ModType - modulation type 'BPSK' 'QPSK'
% RF - carrier frequency (Hz)
% Power - carrier power (dBm)
% ipAddr - remote ip address (remote port number fix to 5025)
% InputType - input source type 'bit' or 'symbol'
%
% Example:
% agt_download_bit([0 1 0 1], 100e3, 'QPSK', 10e6, 0, '172.18.130.110', 'bit')
%
% Other m-files required:
% 'binblockwrite_.m'
% 'busy_query.m'
% 'error_query.m'
% 'bit2uint8.m'
% 'getInstrInfo.m'
% 'send_scpi.m'
% 'error_query.m'
% 'num2str_.m'
% Subfunctions: none
% MAT-files required: none
%
% See also: agt_download_wave.m
% Author: Wang Lei
% Organization: Nanjing University of Aeronautics and Astronautics (NUAA), China
% Email: wanglei_1982@nuaa.edu.cn
% Created: 6-Jan-2011; Last revision: 6-Jan-2011
Cite As
lei wang (2025). Agilent E4438C dowload bit file (https://ch.mathworks.com/matlabcentral/fileexchange/29972-agilent-e4438c-dowload-bit-file), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
