The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 Plotting S Parameters on Smith Chart

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
noisy Posted - 12/21/2004 : 06:46:26 AM
is it possible to directly plot the s parameters on smith chart? what i have seen some ppl do is that they converted to z parameters then plot.
3   L A T E S T    R E P L I E S    (Newest First)
noisy Posted - 12/24/2004 : 1:22:06 PM
thanks very much forestan, i tried it and it works...
forestan Posted - 12/23/2004 : 9:31:19 PM
Origin can plot smith chart using z parameters directly, if you have the s parameters rather than z parameters, you can also plot it, some conversions are needed. I take an example to explain it.

Suppose you have two columns data of s parameters in worksheet:

SparaX(X) SparaY(Y)

0.5 0.5

0.4 0.2

0.75 0.25

0.2 0.4



Step1: convert rectangle coordinates into polar coordinates:

Add two columns named Mag, Angel

Choose Column Mag, Right Click ˇ°Set column Valuesˇ­ˇ±, input the formula : sqrt(col(SParaX)*col(SParaX) + col(SParaY)*col(SParaY))

Choose Column Angel, Right Click ˇ°Set column Valuesˇ­ˇ±, input the formula: atan(col(SParaY)/col(SParaX)) , and set this column as ˇ°Yˇ±.

Now Worksheet looks like this:

SparaX(X1) SparaY(Y1) Mag(X2) Angel(Y2)

0.5 0.5 0.70711 45

0.4 0.2 0.44721 26.56505

0.75 0.25 0.79057 18.43495

0.2 0.4 0.44721 63.43495



Step2: plot smith chart.

Choose column Mag and Angel, click plot->smith chart, now a smith chart will show, but the graph is not we want.



Step3: Click the button with smith chart icon at right top of the smith chart window, a configuration window will show.

Click the button ˇ°Reinterpret Data as Mag/Angelˇ±, now the smith chart is just what you want.

And, you may notice that two columns(column Mag1 and Angel1) are inserted, they represents Z parameters data of the smith chart.

SparaX(X1) SparaY(Y1) Mag1(X2) Angel1(Y2) Mag(X3) Angel(Y3)

0.5 0.5 1 2 0.70711 45

0.4 0.2 2 1 0.44721 26.56505

0.75 0.25 3 4 0.79057 18.43495

0.2 0.4 1 1 0.44721 63.43495



Edited by - forestan on 12/23/2004 9:35:24 PM
noisy Posted - 12/22/2004 : 07:26:00 AM
anyone can help? need to know urgently... thank you...

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000