Agilent Technologies FS2010 Manuel de service Page 291

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 396
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 290
Agilent Signal Generators Programming Guide 283
Creating and Downloading Waveform Files
Programming Examples
[status, status_description] = agt_sendcommand(io, 'SOURce:FREQuency 20000000000');
[status, status_description] = agt_sendcommand(io, 'POWer 0');
% define the ARB sample clock for playback
sampclk = 40000000;
% download the iq waveform to the PSG baseband generator for playback
[status, status_description] = agt_waveformload(io, IQData, 'pulsepat', sampclk, 'play', 'no_normscale',
Markers);
% turn on RF output power
[status, status_description ] = agt_sendcommand( io, 'OUTPut:STATe ON' )
You can test your program by performing a simulated plot of the in–phase modulation signal in
Matlab (see Figure 5- 2 on page 283). To do this, enter plot (i) at the Matlab command prompt.
Figure 5-2 Simulated Plot of In–Phase Signal
The following additional Matlab M–file pulse programming examples are also available on the
Documentation CD–ROM for your Agilent MXG and PSG signal generator:
Vue de la page 290
1 2 ... 286 287 288 289 290 291 292 293 294 295 296 ... 395 396

Commentaires sur ces manuels

Pas de commentaire