problem to make an ofdm modulation
Mostrar comentarios más antiguos
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!
Respuestas (2)
Yella
el 14 de Jun. de 2011
1 voto
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 comentario
itsik
el 14 de Jun. de 2011
Yella
el 17 de Jun. de 2011
0 votos
Cyclic prefix is used to eliminate ISI and IBI. Read the link u get to know to how to code 'CP'
Categorías
Más información sobre PHY Components en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!