필터 지우기
필터 지우기

Is there any Built in MATLAB function or MATLAB code for 16APSK, 32APSK,64APSK and 128APSK modulation?

조회 수: 1 (최근 30일)
I have searched but did't find anything.

채택된 답변

Walter Roberson
Walter Roberson 2021년 5월 31일
The 16, 32, 64, 128 versions would correspond to using different M patterns.
  댓글 수: 2
Faheem Ur Rehman
Faheem Ur Rehman 2021년 5월 31일
If i want to generate 16psk the i need to keep the value of M=[8 8] or M = [4 4]
Walter Roberson
Walter Roberson 2021년 5월 31일
The sum is what is important. Each entry in M corresponds to a ring. Each entry must be a multiple of 4 and the total must be a power of 2.
So for 16 you could use 4 4 4 4 or 4 4 8 or 4 12 or 8 8 or 16

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

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by