Post Reply 
(42S) FRECC - Cutoff frequency equations for circular waveguide (TEmn or TMmn)
10-27-2022, 01:57 PM
Post: #2
RE: HP-42S FRECC - Cutoff frequency equations for circular waveguide (TEmn or TMmn)
(10-26-2022 04:38 AM)pinkman Wrote:  Use the # button to insert the code marker.

What he really meant is to use the # button in the toolbar:
[Image: toolbar.gif]

This puts the code in a scrollable block using a fixed font:
Code:
00 { 135-Byte Prgm }
01▸LBL "FRECC"
02 MVAR "FREC"
03 MVAR "ADIAM"
04 MVAR "TE/M"
05 MVAR "M"
06 MVAR "N"
07 MVAR "Er"
08 MVAR "Ur"
09 4
10 RCL- "M"
11 X<0?
12 RTN
13 4
14 RCL- "N"
15 X<0?
16 RTN
17 1
18 RCL "TE/M"
19 X=Y?
20 INDEX "PLmn"
21 2
22 RCL "TE/M"
23 X=Y?
24 INDEX "Pmn"
25 1
26 RCL+ "M"
27 RCL "N"
28 STOIJ
29 RCLEL
30 RCL÷ "ADIAM"
31 95429303.8779
32 ×
33 RCL "Ur"
34 RCL× "Er"
35 SQRT
36 ÷
37 RCL- "FREC"
38 END

Alternatively you can also use code tags in the text.

If you want to easily copy code from such a block I recommend to use the link at the bottom of the page:
[Image: printable.gif] View a Printable Version
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP-42S FRECC - Cutoff frequency equations for circular waveguide (TEmn or TMmn) - Thomas Klemm - 10-27-2022 01:57 PM



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