DVB-S2 using high sampling rate encoutered Fine Frequency error estimation failed

57 次查看(过去 30 天)
I'm currently facing an issue with signal demodulation when using a sampling rate of 200Msps and 20 samples per symbol. I keep encountering the error: "Fine Frequency error estimation failed."
Previously, I was able to process signals with a sampling rate of 20Msps and 2 samples per symbol without any issues. I'm using MATLAB's example code from this link: End-to-End DVB-S2X Simulation with RF Impairments and Corrections for Regular Frames.
My question is: Does the provided example code support signal processing with a 200Msps sampling rate and 20 samples per symbol configuration? If not, are there any modifications needed to support these parameters?
Any insights or suggestions would be greatly appreciated! Thank you in advance.

回答(1 个)

Vinay
Vinay 2024-9-19,11:41
Hi Chen,
The DVB-S2 uses the coarse frequency synchronization algorithm which can track carrier frequency offsets up to 11% of the input symbol rate.
The symbol rate is calculated as B/(1+R), where B is the channel bandwidth, and R is the transmit filter roll-off factor.
The symbol rate limits the maximum carrier frequency offset that can be corrected up to 2.93MHz.The symbol rate can be increased by increasing the channel bandwidth or decreasing the roll-off factor to correct the desired frequency offset but the configuration does not support the bandwidth increment by larger factor to correct CFO of 200 mega samples per second.
Kindly refer to the below documentations of “DVB-S2” for more details:
  2 个评论
Chen I
Chen I 2024-9-20,3:01
Thank you for your response. We are currently using an instrument to simulate DVB-S2 signals for reception and analysis, and the sampling rate of the instrument is 200 MS/s. I would like to confirm if the symbol rate you mentioned is the same as the sampling rate I'm referring to?
Vinay
Vinay 2024-9-20,4:17
Hi Chen, The symbol rate defined here is the rate of transmission of the signal and this itself determines the sampling rate by the given relation.
Fsamp = Rsymb*simParams.sps;
For sampling rate of 200MHz you can adjust the symbol rate(Rsymb) to Fsamp/sps which is 10Mhz by changing the bandwidth to 13.5Mhz and the output is recieved correctly at the reciever end.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Measurements and Feature Extraction 的更多信息

标签

产品


版本

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by