How to generate OFDM received signal
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello,
Suppose that the channel impulse response is (written in LateX syntax)
h(\tau)=sum_{p=1}^{N_p}h_p \delta(\tau-\tau_p)
and the OFDM transmitted signal is
s(t)=\Re\{\sum_{k=0}^{K-1}s_k e^{j2\pi f_k t}\}
Then, the noise-free received signal will be:
r(t)=\Re\{\sum_{k=0}^{K-1}s_k\sum_{p=1}^{N_p}h_p e^{j2\pi f_k(t-\tau_p)}\}
How can I generate this OFDM received signal in MATLAB?
I appreciate any help
댓글 수: 2
Walter Roberson
2014년 4월 27일
Note: there have been over 50 requests for OFDM code posted over the last few years. Most of them have gone completely unanswered. Only one bit of OFDM code comes to mind as having been posted in the last year, and that code was not working code.
You could start looking through some of the past requests, but history suggests that there will not be much answer from the volunteers. The most active volunteers do not happen to work on communications systems.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Test and Measurement에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!