Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Matlab+FM modulation of some complex value:

Status
Not open for further replies.

sayfee

Junior Member level 1
Junior Member level 1
Joined
Apr 22, 2011
Messages
19
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,389
i have one complex number. i want to do FM modulation of that
ex:
a=2+2i;
i have one carrier cos(2*pi*fc*t);
here fc=1000;

is it possible to do that in matlab.
or i m totally wrong.
plz let me know
 

Maybe you can do it like this:

first:mapping

2+j2 --> f1
2-j2 --->f2
-2+j2 --> f3
-2-j2 --->f4

sencond: FM modulation

cos(2*pi*(fc+fx)*t), x=(1,2,3,4)
:wink:
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top