Cross Correlation in MATLAB | MATRIX METHOD | DSP

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ธ.ค. 2024

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

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

    CODE:
    clc
    clear all
    close all
    x=input('Enter the first sequence');
    n1=input('Enter the time sample range:');
    h=input('Enter the second sequence');
    n2=input('Enter the time sample range:');
    n2=-fliplr(n2);
    z=[];
    h=fliplr(h);
    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

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

    Thank you for your effort this video helped me a lot 🥰

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

      Glad to know the video is helpful to you Mohamed Elamir! Happy Learning

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

    Life saver ❤️❤️

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

      Glad to know the video is helpful to you, Arief Rose! Happy Learning