Autocorrelation in MATLAB | MATRIX METHOD | DSP

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ม.ค. 2025

ความคิดเห็น • 13

  • @KnowledgeAmplifier1
    @KnowledgeAmplifier1  5 ปีที่แล้ว +7

    Code :
    clc
    clear all
    close all
    x=input('Enter the sequence');
    n1=input('Enter the time sample range:');
    h=fliplr(x);
    n2=-fliplr(n1);
    z=[];
    for i=1:length(x)
    g=h.*x(i);
    z=[z;g];
    end
    [r c]=size(z);
    k=r+c;
    t=2;
    y=[];
    cd=0;
    while(t

  • @gamerzombie42
    @gamerzombie42 2 ปีที่แล้ว +1

    Thank you so much. It is really appreciated.

  • @kinjalmacwan4866
    @kinjalmacwan4866 3 ปีที่แล้ว

    Thank you! Much helpful explanation.

  • @karthikeyatsvr3838
    @karthikeyatsvr3838 2 ปีที่แล้ว +1

    what if we have two inputs given ??

    • @KnowledgeAmplifier1
      @KnowledgeAmplifier1  2 ปีที่แล้ว

      Then in that case , it is cross-correlation KARTHIKEYA TSVR , for cross-correlation , you can refer this -- th-cam.com/video/xS8x6oAeg_U/w-d-xo.html Happy Learning

  • @kumudinigandhesiri7149
    @kumudinigandhesiri7149 4 ปีที่แล้ว

    could you pls explain on Wiener-Khintchine relation using power spectrum of given signal

  • @thewodrosayele4636
    @thewodrosayele4636 4 ปีที่แล้ว

    Thank you so much

  • @ewang0212
    @ewang0212 3 ปีที่แล้ว +1

    I believe the contents of this clip is good, however you talk in the "fast and furious" manner, make it hardly understandable, deviate the purpose of making it.

  • @human_being9
    @human_being9 2 ปีที่แล้ว +1

    Thankyou so much.

    • @KnowledgeAmplifier1
      @KnowledgeAmplifier1  2 ปีที่แล้ว +1

      You're most welcome Vaidehi Singh! Happy Learning :-)