![MOGlabs ARF021 Скачать руководство пользователя страница 92](http://html.mh-extra.com/html/moglabs/arf021/arf021_manual_1823388092.webp)
82
Chapter 9. Advanced table mode (XRF)
Listing 9.6 demonstrates how to linearly ramp the
RF
power in 100
steps using a single instruction instead of 100 individual instructions
using the
REPn
notation.
The result is shown in Figure 9.3.
TABLE,CLEAR,1
TABLE,XPARAM,1,POW
# set power to OFF
TABLE,APPEND,1,POW,0x0,0x1
# linear ramp up (100 steps)
TABLE,APPEND,1,POW,0x10,0x1,REP100
# linear ramp down (100 steps)
TABLE,APPEND,1,POW,-0x10,0x1,REP100
# reset power to OFF
TABLE,APPEND,1,POW,0x0,0x1
# loop the ramp 2 more times
TABLE,LOOP,1,-1,1,2
# last entry cannot be loop
TABLE,APPEND,1,POW,0x0,0x1
Listing 9.6:
Creation of a triangle wave envelope in advanced table mode,
using only five table entries.
Figure 9.3:
Output generated by Listing 9.6.
Содержание ARF021
Страница 1: ...Agile RF Synthesizer AOM driver ARF021 ARF421 XRF021 XRF421 Version 1 5 0 Rev 6 ...
Страница 4: ...ii ...
Страница 10: ...viii Contents ...
Страница 26: ...16 Chapter 3 Communications ...
Страница 44: ...34 Chapter 5 External modulation ...
Страница 50: ...40 Chapter 6 PID stabilisation ...
Страница 64: ...54 Chapter 7 Digital I O ...
Страница 100: ...90 Chapter 9 Advanced table mode XRF ...
Страница 128: ...118 Appendix C Command language ...
Страница 133: ......