MATLAB: How can i use a neural network tool box with in complex number

jonesulaiman

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 ?

Best Answer

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