Post Reply 
Long Shot #2 - BLAP Examples
08-14-2014, 09:00 PM (This post was last modified: 08-14-2014 09:13 PM by Thomas Klemm.)
Post: #5
RE: Long Shot #2 - BLAP Examples
There's an example in the Electric Circuits program by Guillermo Castarés:
[Image: circ2.jpg]

This is the program that I have written for it:
Code:
01 LBL "CI"
02 0
03 XEQ "RL"
04 16
05 XEQ "RS"
06 0
07 -20
08 XEQ "ZP"
09 1 E7
10 5 E9
11 XEQ "PLCS"
12 30
13 XEQ "RP"
14 XEQ "Z"
15 END

Make sure to have the frequency f = 50Hz stored as GHz in register 08:
5 E-8
STO 08

The result is:
Z0=9.59<-29.20

If we want to calculate V1 we have to multiply this by I = 10:
10
*
P-R

This matches the result provided: V1 = 83,7467 - 46,7976i

Kind regards
Thomas
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Long Shot #2 - BLAP Examples - jebem - 08-14-2014, 11:56 PM
RE: Long Shot #2 - BLAP Examples - Thomas Klemm - 08-14-2014 09:00 PM



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