problem to make an ofdm modulation
2 ビュー (過去 30 日間)
古いコメントを表示
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!
0 件のコメント
回答 (2 件)
Yella
2011 年 6 月 14 日
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..
Yella
2011 年 6 月 17 日
Cyclic prefix is used to eliminate ISI and IBI. Read the link u get to know to how to code 'CP'
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で OFDM についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!