problem to make an ofdm modulation

5 vues (au cours des 30 derniers jours)
itsik
itsik le 10 Juin 2011
hello if i have a 4qam symbols and i want to make ofdm modulation to them is that corect to make that before i make the ifft: symbols=rand (1,1000)
for n =length(symbols)
s=(cos(2*pi*n*t)+j*sin(2*pi*n*t))*symbols
end
thanks!

Réponses (2)

Yella
Yella le 14 Juin 2011
Hi I think u want to transmit an ofdm symbol.
Generate random data.('randn'in matlab) Modulate it with QAM('qammod' in matlab) Create a preamble of known data. Create ofdm sysmbols using cyclic prefix method. Form an ofdm frame using preamble and ofdm symbols
Then do ifft and transmit them...that is ofdm modulation..
  1 commentaire
itsik
itsik le 14 Juin 2011
how do i do the cyclic prefix method?
thanks!!

Connectez-vous pour commenter.


Yella
Yella le 17 Juin 2011
Cyclic prefix is used to eliminate ISI and IBI. Read the link u get to know to how to code 'CP'

Catégories

En savoir plus sur PHY Components dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by