Effacer les filtres
Effacer les filtres

How to get bit error rate, Doppler shift, SNR in fsk modulation using simulink ?

15 vues (au cours des 30 derniers jours)
Deepak Nayak
Deepak Nayak le 25 Avr 2017
Réponse apportée : Yash le 21 Juin 2023
i am performing fsk modulation technique to transmit and receive data and i want to analyse BER,DOPPLER SHIFT, SNR graphs.

Réponses (1)

Yash
Yash le 21 Juin 2023
You can do so by adding FSK Modulator, FSK Demodulator and a BER analyzer block in your model.
Remember to configure the FSK blocks according to parameters relevant to your model.
Connect the output of the FSK Modulator to the input of the FSK Demodulator block.
Then connect the output of the FSK Demodulator to the input of the BER Analyzer block.
After the simulation completes, you can analyze the results using the available scopes or sinks in Simulink, or you can extract the data and plot the BER, Doppler shift, and SNR graphs using MATLAB functions. The BER Analyzer block provides the BER results, which you can observe in the Simulink output.
Hope this helps.

Catégories

En savoir plus sur Detection, Range and Doppler Estimation dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by