Sub carrier mapping and IFFT signal formation

3 vues (au cours des 30 derniers jours)
Darshan Manjunathrao Chawan
clc;clear all;close all;
input=[1 1 0 1 0 0 1 0 ]; %input bit
M=4;
Nsc=148;
N = 2;
X = bin2dec(reshape(sprintf('%u',input),N,[]).'); %bin2dec conversion
y=qammod(X,M);
scatterplot(y); %QAM modulation
This is my code. I don't know how to do subcarrier mapping and finally I have to generate IFFT signal after mapping. Can someone help me with this?

Réponses (1)

Chaitanya Mallela
Chaitanya Mallela le 20 Août 2020

Community Treasure Hunt

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

Start Hunting!

Translated by