Тёмный

Relationship between Laplace and Z Transforms : S Plane to Z Plane Mappings 

David Dorran
Подписаться 19 тыс.
Просмотров 35 тыс.
50% 1

Shows how points on the S-Plane map on to points on the Z-Plane. This provides a visual interpretation of the relationship between the Laplace and Z transforms

Опубликовано:

 

12 май 2019

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 32   
@SteveJobzz
@SteveJobzz 4 года назад
This is amazing! I know each of these videos must take a long time and a lot of effort to make. Thank you for this.
@ddorran
@ddorran 4 года назад
Thanks for the comment! Yes - the videos take me quite a while to create but it's nice to know when they have an impact - it makes it worthwhile!
@SAJAN_ECE
@SAJAN_ECE 2 года назад
If you have watched all the 5 videos, congrats ! without doubt I can say that this is one of the best video series on z Transform in RU-vid.
@beincheekym8
@beincheekym8 3 года назад
this is an amazing visualization, thank you so much, not only for this video but the whole series on Z-transform. It was eye-opening. Developed my own little version of Z-surface visualization in Python to nail it down in my head. I absolutely love this visualization of how S-space is just z-space when sampling frequency goes to infinity, quite bamboozled by it, making some nice connections in my brain.
@ddorran
@ddorran 3 года назад
Thanks for the kind comment! Good luck with your studies!
@PunmasterSTP
@PunmasterSTP Год назад
I never thought of that either, and seeing it illustrated visually blew my mind.
@PunmasterSTP
@PunmasterSTP Год назад
The graphics were so succinct and insightful, and this was an amazing video!
@felixw9185
@felixw9185 Год назад
thank you so much, that video really helped to grow understanding:)
@reaperromero7665
@reaperromero7665 3 года назад
You blew my mind. :)
@andykandolf1948
@andykandolf1948 Год назад
These are great videos 👍🙏🏻
@bassrabbit9
@bassrabbit9 Год назад
Best explanation on this I have ever seen. Thank you for the colors!!
@ddorran
@ddorran Год назад
No problem! Glad it helped!
@williamfehlhaber5708
@williamfehlhaber5708 5 лет назад
woah... this is random. great explanation as usual!
@oadka
@oadka 5 месяцев назад
Very nice comparison
@hajerjm
@hajerjm 3 года назад
Amazing thanks
@maria-js6sl
@maria-js6sl 4 года назад
Great vedeo
@user-vy2zb9lo1v
@user-vy2zb9lo1v 2 месяца назад
The Best
@kniv0gaffel
@kniv0gaffel 10 месяцев назад
🐐
@user-fo6ey4jf6j
@user-fo6ey4jf6j 4 года назад
Hi Bro. nice video! Would you like to tell me how you did the visulisation? thx in advance
@ddorran
@ddorran 4 года назад
It's done in Matlab by creating guí objects and writing code to manipulate those objects.
@user-fo6ey4jf6j
@user-fo6ey4jf6j 4 года назад
@@ddorran thx bro😉😉😉
@akhiltk476
@akhiltk476 5 лет назад
Gr8
@kebabsharif9627
@kebabsharif9627 2 года назад
Please explain clearlly , what happend if the sampling time descrease?
@ddorran
@ddorran 2 года назад
Good question. One way to picture this is to play the video backwards from the end up to time 1 min 55 sec! After this point (in reverse time) you'd have to use your imagination and picture that the yellow 'circle' points would continue to rotate past the -1+0j and become negative imaginary terms (aliased negative frequencies). Similarly, the red 'circle' points would rotate past the -1+0j and become positive imaginary terms (aliased positive frequencies). Eventually the green radial lines would also become associated with aliased negative frequencies - and if the sampling frequency continued to reduce eventually all the points that are associated with aliased negative frequencies would become aliased positive frequencies (and so on ).
@AbdulMoiz-kj6ut
@AbdulMoiz-kj6ut 2 года назад
which book do u prefer ??
@ddorran
@ddorran Год назад
DSP Guide by Smith and Understanding DSP by Lyons. My notes aren't too bad either (see pzdsp.com/docs/)
@AbhinavRao-te9co
@AbhinavRao-te9co 2 месяца назад
Why is the region of stability within the unit circle for the Z Tranform? Isnt that where the signal grows exponentially i.e. instability?
@ddorran
@ddorran 2 месяца назад
You're correct (kind of!). The signal z^-n does grow exponentially for values of z that lie inside the unit circle. However, the z-transform multiplies the signal z^-n by the signal we are interested in analysing for stability e.g. x[n] (and then sums the resulting multiplied terms). If x[n] is growing exponentially and z^-n is also growing (which is the case for all values of z within the unit circle) then the sum of the products of x[n] and z[n] will never converge within the unit circle. On the other hand when x[n] is decaying and z^-n is growing then there will a set of values of z that lie within the unit circle for which the product of x[n] and he signal z^-n will converge. I suspect it's quite difficult to interpret these previous sentences - if so you could take a look at page 83 of www.researchgate.net/publication/370660126_The_z-transform_A_practical_overview or take the following video ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-dEJp46SFgV4.html. Hopefully, one of these could provide some insight.
@AbhinavRao-te9co
@AbhinavRao-te9co 2 месяца назад
@@ddorran I read the paper that you have linked, however I didnt understand one thing, you say that the region of convergence lies outside the circle with radius equal to that of the pole of the system. In your example you used -0.5. My question is why is it that you called -0.5 the pole? Wasn't that the impulse response? Also all of this implies that the region of stability/convergence is > Pole value circle, not that region of stability is
@ddorran
@ddorran 2 месяца назад
@@AbhinavRao-te9co "My question is why is it that you called -0.5 the pole?" The answer is because H(z) goes toward infinity when z= -0.5 (poles exist at values of z for which H(z) goes toward infinity). "Also all of this implies that the region of stability/convergence is > Pole value circle, not that region of stability is
@AbhinavRao-te9co
@AbhinavRao-te9co 2 месяца назад
@@ddorran "Having said that, regions outside the unit circle are associated with instability because any pole outside the unit circle will cause the system to be unstable (since the unit circle will not lie in the region of convergence)." Is there any proof for this or should i just learn this as a given?
@ddorran
@ddorran 2 месяца назад
@@AbhinavRao-te9co I don't have a formal proof to hand but there must be one out there! There are a couple of aspects to look at: A formal proof that the region of convergence lies outside the pole furthest from the origin (or proof that the region of convergence cannot contain poles, is another way of saying this); A formal proof that an unstable system contains poles that lie outside the unit circle. If both of these can be proven then it follows that the unit circle will not lie in the region of convergence, for unstable causal systems.
Далее
An explanation of the Z  transform    part 1
12:20
Просмотров 218 тыс.
МОЙ НОВЫЙ ДОМ
1:01:04
Просмотров 2,1 млн
Laplace Transform Explained and Visualized Intuitively
19:55
The Laplace Transform: A Generalized Fourier Transform
16:28
Understanding the Z-Transform
19:56
Просмотров 93 тыс.
Poles and Zeros of z-Transforms
13:49
Просмотров 179 тыс.
Here is the proof that AMD hates you
15:36
Просмотров 29 тыс.