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 Comments

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

Sign in to comment.

Answers (1)

the cyclist
the cyclist on 23 Jul 2013
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.

Asked:

on 23 Jul 2013

Community Treasure Hunt

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

Start Hunting!