Convert Vector to Arbitrary Waveform

버전 1.1.0.0 (2.63 KB) 작성자: Neil Forcier
Converts Matlab array / vector to waveform file that can be used on 3352xA waveform generator
다운로드 수: 907
업데이트 날짜: 2012/1/31

라이선스 보기

The Matlab function convertToArb(data,samplerate,fName) function allows you to turn vector /
array data into a waveform format that can be loaded onto Agilent's 3352xA
function / arbitrary waveform generators (33521A one channel and 33522A
two channel)

This function converts a row or colunm vector into a 3352xA generator
format .arb file (a waveform file that can be loaded onto the 3352xA).
The input vector should contain values expressed in Volts not exeding the
output limit of the generator.

input argument 'data' is the vector containing the waveform points

samplerate is the sample rate you would like to generate the values from
the 'data' vector. The total time of your waveform is equal to:
samplerate * numberofpoints in the file

fName is the name you want to assign to the .arb file that is created, for
instance "myArb.arb"

After the conversion the function outputs a .arb file it will be stored in
the current Matlab directory. You can then transfer the waveform to a
3352xA using a USB memory stick.

인용 양식

Neil Forcier (2024). Convert Vector to Arbitrary Waveform (https://www.mathworks.com/matlabcentral/fileexchange/34840-convert-vector-to-arbitrary-waveform), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2011b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Waveform Generation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Added more comments to code

1.0.0.0