How do I know the baseband (BB) from FFT?

조회 수: 2 (최근 30일)
Qasim Mohammed
Qasim Mohammed 2019년 12월 3일
답변: Kaashyap Pappu 2019년 12월 24일
Hi, I have a signal in the frequency domain on the receiver side and I need to know the data that I have received to calculate the bit error rate (BER).

채택된 답변

Kaashyap Pappu
Kaashyap Pappu 2019년 12월 24일
If you have the frequency-domain samples, you can use the ifft function to get the time-domain samples. Following this, use the biterr function with you time-domain samples and the original transmitted sequence to determine the Bit-Error Rate.
Hope this helps!

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by