I'm trying to implement DWT-OFDM in Matlab. But Matlab shows the message, only real value can be available for IDWT.

조회 수: 1 (최근 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
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
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
ABDUL
ABDUL 2020년 10월 12일
편집: ABDUL 2020년 10월 13일
how do me map the inphase and quadrature phase components to the approximate and detail coefficients for idwt and dwt implementation for ofdm system?do you have any sample code on this how to implement it

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

카테고리

Help CenterFile Exchange에서 Wavelet Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by