Find averages of Simulink model
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Nathan Jaqua
am 4 Nov. 2019
Beantwortet: Nishant Gupta
am 25 Nov. 2019
I ama trying to find the Average noise level (dB) and Average noise level (dB) in my SImulink model but I don;t see any setting's for averageing my spectrum. WHat Am I doing wrong?
Average tone level(dB): ______________ Average tone level(dB): ______________
0 Kommentare
Akzeptierte Antwort
Nishant Gupta
am 25 Nov. 2019
You can try the following options:
Option 1: You can use the MER Measurement Block (refer following link for documentation) to measure the signal-to-noise ratio (SNR).
Option 2: You can use MATLAB Function Block and call 'snr' function from MATLAB, 'snr' function (refer following link for documentation) returns the signal-to-noise ratio as well as total noise power.
Then, SNR(dB) = Signal Power(dB) - NoisePower(dB)
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu RF Blockset Models for Transceivers finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!