change from double (c) to double

hello, i'm natasha.
i need your help everyone.
i have research about wimax based OFDM using simulink. and i have problem about demodulator. my demodulator in simulink get double complex, but i want to convert that into double. can anyone help me?

댓글 수: 2

Jan
Jan 2013년 7월 23일
Do you mean the conversion into "real"? Even complex values can have the type double.
bashar
bashar 2013년 7월 23일
in the dialogue box of demodulator there is option of data types >>output and then chose the type of your data that you want..

댓글을 달려면 로그인하십시오.

답변 (1개)

the cyclist
the cyclist 2013년 7월 23일

0 개 추천

Not sure about Simulink, but in MATLAB you can use either real() or abs(), depending on whether you want to just drop the imaginary part, or take the magnitude.

카테고리

질문:

2013년 7월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by