OFDM implementation in Simulink
이전 댓글 표시
I am implementing OFDM Transmitter using QPSK Modulation. I am having trouble adding cyclic prefix to OFDM symbols as there is no predefined cyclic prefix. in addition what should be the parameters of it.
댓글 수: 1
pen
2025년 6월 23일
can you please share the info if you have successfully implemented it
답변 (1개)
Chaitanya Mallela
2020년 9월 30일
0 개 추천
Create a cyclic prefix extension to the serial IFFT symbols with the help of Selector and Vector Concatenate blocks (extract from the end and append to the start) where the length of the cyclic prefix should be equal to the number of channel taps in the wireless channel model in the simulation.
Also, refer the documentation to know about different parameters considered in the transmission.
카테고리
도움말 센터 및 File Exchange에서 QPSK에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!