HP Forums

Full Version: (42) QAM - Frequency Bandwidth and Bit Speed Rate (b/s) for QAM Modulation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear All

Solving Frequency Bandwidth (Hz) and Bit Rate (b/s) for QAM - Quadrature Amplitude Modulation; to be used with "HP Solver" built-in application.

Attachments:

- Program documentation, including example, math equations, how to use explanations, source code, etc; (xlsx and pdf)

- Source code in RAW format file (zip)

Code:

00 { 51-Byte Prgm }
01 LBL "QAM"
02 MVAR "BRF"
03 MVAR "M"
04 MVAR "FB"
05 MVAR "ALFA"
06 1
07 RCL+ "ALFA"
08 RCL× "FB"
09 RCL "M"
10 LOG
11 ÷
12 2
13 LOG
14 ×
15 RCL- "BRF"
16 END

Warm regards,
Reference URL's