フィルターのクリア

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

3 ビュー (過去 30 日間)
sulaiman ahmed
sulaiman ahmed 2014 年 12 月 9 日
コメント済み: sulaiman ahmed 2014 年 12 月 14 日
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 ?

採用された回答

Greg Heath
Greg Heath 2014 年 12 月 12 日
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
  1 件のコメント
sulaiman ahmed
sulaiman ahmed 2014 年 12 月 14 日
thank you very much i will do that ,

サインインしてコメントする。

その他の回答 (1 件)

Greg Heath
Greg Heath 2014 年 12 月 11 日
Transform magnitude/phase to real/imaginary
Thank you for formally accepting my answer
Greg
  1 件のコメント
sulaiman ahmed
sulaiman ahmed 2014 年 12 月 12 日
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

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by