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

5 vues (au cours des 30 derniers jours)
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 commentaire
ABDUL
ABDUL le 13 Oct 2020
did you implement the DWT OFDM system by using IDWT and DWT ??
if implemented can i get the code for the same ?

Connectez-vous pour commenter.

Réponses (1)

Chaitanya Mallela
Chaitanya Mallela le 1 Oct 2020
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 commentaire
ABDUL
ABDUL le 12 Oct 2020
Modifié(e) : ABDUL le 13 Oct 2020
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

Connectez-vous pour commenter.

Catégories

En savoir plus sur Discrete Multiresolution Analysis dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by