![Tektronix RSA2200A User Manual Download Page 293](http://html1.mh-extra.com/html/tektronix/rsa2200a/rsa2200a_user-manual_1078129293.webp)
File Format
RSA2203A & RSA2208A User Manual
3- 173
A frame contains 1024 pairs of I and Q data in the time domain in order of data
acquisition.
Definition of Bin.
The bin is defined by the following structure:
struct iqBin_st {
short q;
short i;
};
Definition of Frame.
The frame is defined by the following structure:
struct iqFrame1024_st {
struct iqBin_st iq[1024];
};
All the data of amplitude, phase, I and Q are transformed to 2-byte signed
integers, and then written in the file.
Amplitude.
The amplitude is calculated using i and q in the IQT file using these
formulas:
i = i -- IOffset
q = q -- QOffset
Amplitude = 10 * ln(i * i + q * q) / ln(10)
+ Gain MaxInpu LevelOffset [dBm]
Phase.
The phase is calculated using i and q in the IQT file using these formulas:
i = i -- IOffset
q = q -- QOffset
Phase = atan2(q, i) * (180 / Pi) [degree]
I, Q.
I and Q are calculated using i and q in the IQT file using these formulas.
i = i -- IOffset
q = q -- QOffset
IQScale = Sqrt(Power(10, (Gain MaxInputLevel
+ LevelOffset) / 10) / 20 * 2)
I = i * IQScale [V]
Q = q * IQScale [V]
Frame Data
Calculation of Data
Summary of Contents for RSA2200A
Page 6: ......
Page 8: ......
Page 25: ...Getting Started...
Page 26: ......
Page 53: ...Operating Basics...
Page 54: ......
Page 82: ...Functional Overview 2 28 RSA2203A RSA2208A User Manual...
Page 119: ...Reference...
Page 120: ......
Page 208: ...Setting Timing Parameters 3 88 RSA2203A RSA2208A User Manual...
Page 220: ...Trigger 3 100 RSA2203A RSA2208A User Manual...
Page 256: ...Display Line 3 136 RSA2203A RSA2208A User Manual...
Page 268: ...Marker Operation and Peak Search 3 148 RSA2203A RSA2208A User Manual...
Page 274: ...Selecting Input Source 3 154 RSA2203A RSA2208A User Manual...
Page 298: ...File Format 3 178 RSA2203A RSA2208A User Manual...
Page 302: ...Screen Copy 3 182 RSA2203A RSA2208A User Manual...
Page 303: ...Appendices...
Page 304: ......
Page 320: ...Appendix A Specifications A 16 RSA2203A RSA2208A User Manual...
Page 336: ...Appendix D Options and Accessories D 4 RSA2203A RSA2208A User Manual...
Page 337: ...Glossary...
Page 338: ......
Page 346: ...Glossary Glossary 8 RSA2203A RSA2208A User Manual...
Page 347: ...Index...
Page 348: ......