problem to make an ofdm modulation

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!

답변 (2개)

Yella
Yella 2011년 6월 14일

1 개 추천

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

itsik
itsik 2011년 6월 14일
how do i do the cyclic prefix method?
thanks!!

댓글을 달려면 로그인하십시오.

Yella
Yella 2011년 6월 17일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 PHY Components에 대해 자세히 알아보기

태그

질문:

2011년 6월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by