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.

I need help in designing 64qam communication system inmatlab

Status
Not open for further replies.

johnnycage65

Newbie level 3
Joined
Apr 17, 2009
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,316
64qam coomunication system and

I want to design a 64 qam communication system in matlab. Does anyone has the complete code . ??
What do i do?/ where do i begin ?? Pls help me out here ? Its a project due very soon .
I want separate codes for 64 qam baseband modulator and demodulator
 

Re: I need help in designing 64qam communication system inma

try using the functions in the matlab. I'm afraid there aren't any codes out there which I've came across using 64qam modulation scheme yet.


modulation = modem.qammod('M', P, 'SymbolOrder', 'Gray');

demodulation = modem.qamdemod(modulation);
 

Re: I need help in designing 64qam communication system inma

U can use following Commands for 64 qam

data = randint(1,100,64);
mod_data = qammod(data,64);
scatterplot(mod_data)
 

do you mean the data mapping in the constellation diagram?

do you mean the modulation and demodulation with out need to its construction and how does it work? if so , the above answers are both correct but if no, you will need to follow the general rule for constellation construction and program it in matlab. see this link http://www.dspdesignline.com/207601...13AYQSNDLQCKHSCJUNN2JVN?printableArticle=true

------------------------------------------------------------------------------------------------
**broken link removed**
------------------------------------------------------------------------------------------------
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top