필터 지우기
필터 지우기

Sub carrier mapping and IFFT signal formation

조회 수: 5 (최근 30일)
Darshan Manjunathrao Chawan
Darshan Manjunathrao Chawan 2020년 5월 31일
답변: Chaitanya Mallela 2020년 8월 20일
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?

답변 (1개)

Chaitanya Mallela
Chaitanya Mallela 2020년 8월 20일

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by