I'm trying to implement DWT-OFDM in Matlab. But Matlab shows the message, only real value can be available for IDWT.
2 ビュー (過去 30 日間)
古いコメントを表示
As I know, the modulated data will be into IDWT instead of IFFT for OFDM.
I thought just changing IFFT to IDWT would be enough, but IDWT showed message only real value can be used for IDWT.
as the modulated data consists of real and complex values, I cannot use IDWT function for OFDM now.
How can I use IDWT for the modulated data for DWT-OFDM????
1 件のコメント
ABDUL
2020 年 10 月 13 日
did you implement the DWT OFDM system by using IDWT and DWT ??
if implemented can i get the code for the same ?
回答 (1 件)
Chaitanya Mallela
2020 年 10 月 1 日
idwt function accepts Approximate coefficients and Detail coefficients corresponding to the wavelet as a real valued vectors. Try splitting the modulation symbols as inphase and quadrature phase components and implement idwt respectively.
1 件のコメント
参考
カテゴリ
Help Center および File Exchange で Modulation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!