Forums › VSG Series Discussions › Using Matlab to create waveforms for VSG60A › Reply To: Using Matlab to create waveforms for VSG60A
Andrew
Moderator
Hello Beric,
The VSG60 software unfortunately cannot read Matlab files, but it is very easy to output a file that our software can read. If you have a 1 dimensional complex array (Nx1 array), representing the waveform you want to output, simply use this command.
csvwrite(‘fileName.csv’, [real(iqArray), imag(iqArray)]);
This will generate a CSV file you can import in the Arb mode of the software.
Let me know if you have additional questions.
Regards,
Andrew
