Time Expansion | Discrete time scaling | CODY problem | DSP

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

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

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

    what about x[3n] sir?

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

    There is no code in the description

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

      Click on SHOW MORE , and you will get the code . Anyway I am posting here also for your convenience -->
      clc
      clear all
      close all
      x=input('Enter the signal');
      k=input('Enter the required amount of expansion');
      Y=[];
      j=k-1;
      for i=1:length(x)
      Y=[Y x(i)];
      if(i~=length(x))
      for m=1:j
      Y=[Y 0];
      end
      end
      end

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

    Tell about time expansion
    Like x[2n]

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

    Thanks