Impact-Site-Verification: dbe48ff9-4514-40fe-8cc0-70131430799e

Search This Blog

MATLAB Functions

                     MATLAB Free Courses

Learn MATLAB step by step from basics with coding.



MATLAB Lectures:

Join us on Telegram: t.me/matlabirawen

1 comment:

  1. I have a problem with the complex number
    comp=a+ib
    a1+ib1
    a2+ib2
    ...
    ...
    ..
    an+ibn
    then I separated the real signal about the imaginary signal like this;
    real(comp)
    imag(comp)
    the result is
    a
    a1
    a2
    .
    .
    an
    and
    b1
    b2
    .
    .
    bn
    my problem how can I put the sequence the real signal after imag signal as the follow
    a
    a1
    a2
    .
    .
    an
    b1
    b2
    .
    .
    b2n

    ReplyDelete

Popular Posts