Post Reply 
(42S) PPOL Loss in a radiofrequency link due to the antennas polarization (mis)match
11-07-2022, 12:26 AM
Post: #2
(42S) PPOL Loss in a radiofrequency link due to the antennas polarization (mis)match
You could move the subroutine at LBL 02 to end of the program.
This makes the LBL 01 and the jump GTO 01 obsolete.

Also it looks as if the common denominator:

\(
\begin{align}
(1 + ??1^2) \times (1 + ??2^2)
\end{align}
\)

could be extracted.

Thus the following lines:
Code:
1
RCL+ "R1L2"
÷
1
RCL+ "R2L2"
÷
… have to be executed only once after the addition of the numerators.

Currently after this line:
Code:
52 +
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(42S) PPOL Loss in a radiofrequency link due to the antennas polarization (mis)match - Thomas Klemm - 11-07-2022 12:26 AM



User(s) browsing this thread: 1 Guest(s)