How to work out the noise power and SNR in the systems output?

조회 수: 2 (최근 30일)
Jared Joselowitz
Jared Joselowitz 2020년 9월 9일
I have this 2nd order underdamped system with the following equation:
damp = 0.15;
natural_freq = 5;
theta = acos(damp);
wd = natural_freq*sqrt(1-damp^2);
t = 0:0.0251:6
% fitted model
y = 1 - (1/sqrt(1-damp^2))*exp(-damp*natural_freq*t).*sin(wd*t + theta);
How do you obtain an estimate of the noise power as well as signal-to-noise ratio (dB) present at the system’s output.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Signal Generation, Analysis, and Preprocessing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by