how can i use a neural network tool box with in complex number

hello can help me i want to use network tool box with smart antenna (phased array antenna ) and i will treat with complex number (signals phase shift ) can you help about that matter ?

 Akzeptierte Antwort

You misinterpreted my previous answer
z = x + i * y; % complex number
x - the real part is real
y - the imaginary part is also real
Therefore use the 2-dimensional real vector
[ x ; y ]
instead of the complex number z.
Thank you for formally accepting my answer
Greg

Weitere Antworten (1)

Greg Heath
Greg Heath am 11 Dez. 2014

1 Stimme

Transform magnitude/phase to real/imaginary
Thank you for formally accepting my answer
Greg

1 Kommentar

thank you ,but the problem with using the neural network with imaginary numbers, i can't used neural network with imaginary numbers this is my problem< thank you again

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu 5G Toolbox finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by