Z-Domain - Pole Zero Plots Relationship with System Frequency Response

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 44

  • @sashas1092
    @sashas1092 7 лет назад +16

    This is the best illustration of the poles and the zeros in terms of the magnitude response I've ever seen! :D you rock!

  • @digital.signal8632
    @digital.signal8632 3 года назад +3

    David Dorran used a nice GUI for dragging zeros and poles. A little bit more advanced version of this GUI is now available at MathWorks file exchange server (Matlab). The name is 'z-Tools'.

  • @technoisbeautiful
    @technoisbeautiful 4 года назад +4

    awesome, having an exam tomorrow, better to find this now than never! I've been looking for it since a while thank you soo much :):)

  • @mjf1422
    @mjf1422 5 лет назад +3

    Thank you so much! I can't emphasis enough how useful this was for me.

  • @Zurenio
    @Zurenio 3 года назад

    THE BEST LECTURE THAT EVER SEEN...!

  • @Retronix21
    @Retronix21 7 месяцев назад +1

    super nice demo thank you so much

  • @RagdollRocket
    @RagdollRocket 2 года назад +1

    wow, great explanation and tool!

  • @kennethharte
    @kennethharte 3 года назад

    Nice to hear an Irish accent. Thanks for the vid.

  • @chandrahasp6697
    @chandrahasp6697 4 года назад +2

    This was a great example!

  • @ddorran
    @ddorran  12 лет назад

    It's matlab code which was originally developed by Tom Krauss of perdue. I've posted my version on my dadorran wordpress blog - See 4:40 (links not allowed in posts unfortunately). .See 4:40

  • @hiraiftikhar1690
    @hiraiftikhar1690 6 лет назад +2

    Best video ever. Cleared all of my confusions, hats off to you sir!

  • @ShizzleMyChizzle
    @ShizzleMyChizzle 5 лет назад

    Thank you for your efforts in helping us all!

  • @jirokaze6380
    @jirokaze6380 5 лет назад

    If you want to see the (1) impulse response and the (2) step response of the above system (or any system defined in terms of z) you can use the following Matlab code:
    H = tf([1 0 0],[1 -1.3 0.7], 0.01);
    figure(1);
    subplot(121);
    bode(H);
    subplot(122);
    pzmap(H);
    figure(2);
    subplot(121);
    impulse(H); title('Impulse response');
    subplot(122);
    step(H); title('Step response');
    Hope it helps!

  • @ddorran
    @ddorran  11 лет назад +2

    Take a look at the video entitled "Z-Domain System View - Mathematical Perspective"

  • @AdityaPrasad007
    @AdityaPrasad007 5 лет назад

    wow 2012 vs now... look at how far we have come in stuff like MATLAB, we should make use of the brilliant tools we have to visualise these things

  • @fidgetgadget3475
    @fidgetgadget3475 3 года назад

    great software, thanks a bunch!

  • @gonchar80
    @gonchar80 12 лет назад +1

    Thank You for Your work

  • @cemonatk
    @cemonatk 5 лет назад

    Awesome content, thanks for your videos.

  • @anupdixit3342
    @anupdixit3342 5 лет назад

    Thank you for the video :). Also the code helped to understand the concept alot more

  • @chougulenikhiljgd
    @chougulenikhiljgd 7 лет назад

    Can I add a data of gains(magnitudes) and frequency to this GUI and then see the effect of adding poles and zeros for the system I have(system created from gains and freq I have). Also is there a way to edit the transfer functions that are being used?
    Thank you

  • @Lolabot94
    @Lolabot94 4 года назад

    Can you make similar links for the phase frequency response ?

  • @arnacoeusebabtou7819
    @arnacoeusebabtou7819 3 года назад

    Thank you so much!

  • @beincheekym8
    @beincheekym8 4 года назад

    man this is awesome! thank you so much.

  • @brandenchristensen
    @brandenchristensen 12 лет назад

    BRILLIANT!

  • @tkbattula
    @tkbattula 2 года назад

    Here is matlab code
    W=0:pi/60:pi;
    H=j*w; M=abs(H);
    B=[2,-2];
    A=[1,1];
    H1=freqz(B,A,W);
    M1=abs(H1);
    Figure
    Plot(W,M,’k’,w,M1,’r’);
    Shall I get Python equivalent?

  • @ikn001
    @ikn001 11 лет назад

    How do you get the poles and zeroes from the difference equation?

  • @fatimas9801
    @fatimas9801 9 лет назад

    How did you insert magnitude response into the GUI? I'm doing a GUI where the user enters a signal, poles and zeros and gets the filters' response and the results of filter signal convolution.
    However, I do not know how to plot the filters response; using fvtool opens a new window
    please please help!

    • @ddorran
      @ddorran  9 лет назад +2

      +teema ciba [b a] = butter(3,0.2);
      H = freqz(b,a);
      plot(abs(H))

    • @fatimas9801
      @fatimas9801 9 лет назад

      +David Dorran Thank you soooo much!! it worked! I was trying with freqz but I did not think to use the same inputs I used for the filters!!
      thanks a lot :)

    • @KhaledMohamed-is5pl
      @KhaledMohamed-is5pl 5 лет назад

      Please tell me what to do after downloading the files from dropbox

  • @AliAhmad-ki2po
    @AliAhmad-ki2po 6 лет назад +1

    If poles are outside the unit circle, than what will be the response then?

    • @mahamfarhat7128
      @mahamfarhat7128 6 лет назад +1

      Ali Ahmad The system will be unstable

    • @AliAhmad-ki2po
      @AliAhmad-ki2po 6 лет назад

      Maham, as z=r*e^jw , kindly tell me what is the value of r for this particular system.

  • @lazarocouso9310
    @lazarocouso9310 5 лет назад

    can you make a video with impulse response instead of the magnitude response

    • @ddorran
      @ddorran  5 лет назад

      ruclips.net/video/-BXrYfPFjVk/видео.html

  • @Pimpinpark777
    @Pimpinpark777 6 лет назад

    What is the filter type @7:27 ?

  • @AdityaPrasad007
    @AdityaPrasad007 5 лет назад

    your bad handwriitng makes me relate.

  • @dkdabekar1
    @dkdabekar1 12 лет назад

    thanks.

  • @AliAhmad-ki2po
    @AliAhmad-ki2po 6 лет назад

    Your voice is very similar to JAMES MORIARTY.

  • @ferdinand9271
    @ferdinand9271 6 лет назад

    help us please with the programming

  • @rangerover961
    @rangerover961 7 лет назад

    engineer approved

  • @jianbozhao458
    @jianbozhao458 5 лет назад

    Thank you so much!