complex number separate the real signal about imag signal
Mostra commenti meno recenti
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
1 Commento
Muhammad Afdal Bau
il 1 Feb 2023
how can i separated about real and imaginary part plot of quaternion function in laplacian using matlab
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Transforms in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!