Complex Exponential Signal in MATLAB

Поділитися
Вставка
  • Опубліковано 5 вер 2024
  • n=-20:20;
    alfa=-0.1+0.3j;
    x_n=exp(alfa*n);
    subplot(4,1,1);
    stem(n,real(x_n));
    xlabel('Time Samples');
    ylabel('Real Part');
    subplot(4,1,2);
    stem(n,imag(x_n));
    xlabel('Time Samples');
    ylabel('Imaginary Part');
    subplot(4,1,3);
    stem(n,abs(x_n));
    xlabel('Time Samples');
    ylabel('Magnitude');
    subplot(4,1,4);
    stem(n,angle(x_n));
    xlabel('Time Samples');
    ylabel('Phase');
    Learn Digital Signal Processing using MATLAB:
    • Digital Signal Process...
    Learn Complete Machine Learning & Data Science using MATLAB:
    • Data Science & Machine...
    Learn Complete Image Processing & Computer Vision using MATLAB:
    • Digital Image Processi...
    🙏🙏🙏🙏🙏🙏🙏🙏
    YOU JUST NEED TO DO
    3 THINGS to support my channel
    LIKE
    SHARE
    &
    SUBSCRIBE
    TO MY UA-cam CHANNEL
    #MATLAB #DigitalSignalProcessing #SignalProcessing #Signal

КОМЕНТАРІ • 5

  • @sandorclegane8060
    @sandorclegane8060 3 роки тому

    Thank you this helped me to understand subject better

  • @Many-ge7gv
    @Many-ge7gv 3 роки тому

    Thank You so much for your great tutorial.

  • @hammadarif3441
    @hammadarif3441 4 роки тому

    fourier transform of x(t)=e^(j*4*t) plot magnitude and phase spectra fast brother