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 Kommentare

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

Melden Sie sich an, um zu kommentieren.

Antworten (1)

the cyclist
the cyclist am 23 Jul. 2013

0 Stimmen

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.

Gefragt:

am 23 Jul. 2013

Community Treasure Hunt

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

Start Hunting!

Translated by