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

9 Ansichten (letzte 30 Tage)
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.

Antworten (1)

Vinay
Vinay am 19 Sep. 2024
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 Kommentare
Chen I
Chen I am 20 Sep. 2024
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 am 20 Sep. 2024
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.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Measurements and Feature Extraction finden Sie in Help Center und File Exchange

Produkte


Version

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by