How to calculate SNR from coherence function?

조회 수: 13 (최근 30일)
Csanad Levente Balogh
Csanad Levente Balogh 2021년 1월 18일
답변: Csanad Levente Balogh 2021년 1월 20일
Hi!
I havee aset of transfr functions calcuated with tfestimate and a set of coherence functions calculated with mscoherence. I need the SNR of the signals, and I know that the folowing equation is true:
, where C is the coherence function. Could someone write a simple script to show me how it works in practice?

채택된 답변

Csanad Levente Balogh
Csanad Levente Balogh 2021년 1월 20일
Simply:
coh % vector calculated by mscoherence
SNRfg = coh ./ (1-coh);
SNR = 10*log10(mean(SNRfg));

추가 답변 (0개)

카테고리

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

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by