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 个)

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