A two dimensional complex plane is geometrically identical to a conventional Cartesian plane, with the y-axis relabeled "i".  That is, your unit circle is defined by:<br><br>(REAL coefficient)^2 + (IMAGINARY coefficient)^2 = 1  <br>
<br>which gives the unit circle centered on the origin.  For a circle centered at point (x<font size="2">1</font>+y1i), you would use:<br><br>(REAL coefficient - x1)^2 +(IMAGINARY coefficient - y1)^2 = 1<br><br>You would take a similar approach with your transfer function.<br>
<br>Charlie<br><br><div class="gmail_quote">On Thu, Dec 1, 2011 at 6:07 AM, nishnish <span dir="ltr"><<a href="mailto:coolnish2k@hotmail.com">coolnish2k@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi !<br>
<br>
Basically i am stuck with a certain problem.<br>
<br>
What i need to do is to create a unit circle in the complex plane first.<br>
<br>
So i figured the equation will look something like this ==>   |x + yi |^2 =<br>
1^2<br>
<br>
Then I need to make this unit circle undergo a complex transfer function<br>
for example (2s + 3) and<br>
finally I need to plot out the output in a graph on scilab ...<br>
<br>
I have searched alot but unable to get started :(<br>
<br>
Could any kind soul out there give me tips on how to get started ? It would<br>
be of great help !!!<br>
<br>
Thank you very very very much :)<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
View this message in context: <a href="http://mailinglists.scilab.org/Complex-transfer-function-question-need-help-tp3551227p3551227.html" target="_blank">http://mailinglists.scilab.org/Complex-transfer-function-question-need-help-tp3551227p3551227.html</a><br>

Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.<br>
<br>
</font></span></blockquote></div><br>