% 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
引用
lei wang (2025). Agilent E4438C dowload bit file (https://www.mathworks.com/matlabcentral/fileexchange/29972-agilent-e4438c-dowload-bit-file), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
プラットフォームの互換性
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.0 |