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.

Internal time vector- how to plot in time domain in Matlab?

Status
Not open for further replies.

mashhur

Member level 5
Joined
Jan 21, 2009
Messages
91
Helped
6
Reputation
12
Reaction score
4
Trophy points
1,288
Activity points
1,863
Internal time vectors..

Hello everybody!

after using modulate(Mod,tx) funchtion, we get the Internal Time Vector, right?
so, then how to plot in time domain this signal in Matlab?

for example:

hmod = modem.qammod(M);
M = 16; %16-QAM
tx = randint(500,1,M);

% Modulation
qamSig = modulate(hmod,tx);

qamSig =
1.0000 + 3.0000i
-1.0000 + 3.0000i
-3.0000 - 1.0000i
3.0000 - 1.0000i
-3.0000 - 3.0000i
-1.0000 - 1.0000i
-1.0000 + 1.0000i
3.0000 - 1.0000i
3.0000 + 3.0000i
-3.0000 + 3.0000i
1.0000 + 1.0000i
-1.0000 - 1.0000i
.......................

like this stream and how to make a time domain formula of this vector?
the purpose of doing i should find the peak value.
findpeaks(x) can run in time domain
thnks in advance!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top