필터 지우기
필터 지우기

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개)

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 CenterFile Exchange에서 Sequence 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