|
jay |

Forum-Newbie
|
 |
Beiträge: 3
|
 |
|
 |
Anmeldedatum: 06.12.09
|
 |
|
 |
Wohnort: Koblenz
|
 |
|
 |
Version: ---
|
 |
|
|
 |
|
Verfasst am: 08.12.2009, 20:04
Titel: Z-Transformation 3D
|
 |
|
 |
|
verzeiht mir dass die Meldung auf Englisch ist :
hello everybody,
i was just trying to carry my 3D s-plane (LAPLACE) into the other discret way, what is the Z-transformation, as you know the relation between the first and the second ist in this shape Z=exp(s*t) i think i had a problem to define the time, then i thought like that: if we are trasporting everything from s-plane to z-plane we do transport a point (delta=0,omega=pi/t) the point on the imaginary part is the point that present the end of the half circle starting from zero tell the half circle, passed an angle pi so that point has a value as angle omega*t=pi, that means t suposed to be pi/omega.
i tried to plot it so iam expecting a circle in 3D form, but its not working proparly, this is my code below can any one tell me what, or where is my problem.
x1=[-10:.1:10]; % real axis
y1=x1; % imaginary axis
[sigma,w]=meshgrid(x1,y1); % generating mesh for x and y
s=sigma+w*i; % generate complex plane (s-plane)
t=pi./(w.*i); %in s-plane is w=pi/T the point
%that present the angle of the
%of the pointer in z-plane
z=exp(s.*t);
h = z./(z-2);
figure (1);
surf (sigma,w,20*log10(abs(h)));
xlabel ('\sigma ');
ylabel ('j \omega ');
zlabel('|G(z)|in db')
view([45 20]);
THANK every one, who would help me
Jay
|
|
|
|
|
Harald |

Forum-Meister
|
 |
Beiträge: 24.499
|
 |
|
 |
Anmeldedatum: 26.03.09
|
 |
|
 |
Wohnort: Nähe München
|
 |
|
 |
Version: ab 2017b
|
 |
|
|
 |
|
Verfasst am: 08.12.2009, 20:11
Titel:
|
 |
Hallo,
der Code läuft ja. Vielleicht sollte man dazu sagen, wo das Problem liegt bzw. inwiefern die Ausgabe unerwartet ist?
Grüße,
Harald
|
|
|
jay |
Themenstarter

Forum-Newbie
|
 |
Beiträge: 3
|
 |
|
 |
Anmeldedatum: 06.12.09
|
 |
|
 |
Wohnort: Koblenz
|
 |
|
 |
Version: ---
|
 |
|
|
 |
|
Verfasst am: 08.12.2009, 20:42
Titel:
|
 |
hallo,
das man was ploten kann ist eine Sache, und was man will ist was anderes, wenn du dich mit z-trafo gut auskennst dann weisst du ja dass die s-ebene sich in einem Kreis zusammenfasst, 3D gesehen einen hohlen kreis.
Was man beim code sieht ist eine ebene, die nicht begrenzt ist, die Begrenzung soll mindestens kreisförmig sein.
mfg
'Jay
|
|
|
|
|
Einstellungen und Berechtigungen
|
|
Du kannst Beiträge in dieses Forum schreiben. Du kannst auf Beiträge in diesem Forum antworten. Du kannst deine Beiträge in diesem Forum nicht bearbeiten. Du kannst deine Beiträge in diesem Forum nicht löschen. Du kannst an Umfragen in diesem Forum nicht mitmachen. Du kannst Dateien in diesem Forum posten Du kannst Dateien in diesem Forum herunterladen
|
|
Impressum
| Nutzungsbedingungen
| Datenschutz
| FAQ
| RSS
Hosted by:
Copyright © 2007 - 2025
goMatlab.de | Dies ist keine offizielle Website der Firma The Mathworks
MATLAB, Simulink, Stateflow, Handle Graphics, Real-Time Workshop, SimBiology, SimHydraulics, SimEvents, and xPC TargetBox are registered trademarks and The MathWorks, the L-shaped membrane logo, and Embedded MATLAB are trademarks of The MathWorks, Inc.
|
|