powered by
Signal to Noise Ratio.
SNR(x, y)
Signal to Noise ratio.
Original reference signal.
Restored or noisy signal.
PSNR
x <- cos(seq(0, 10, length=100)) y <- x + rnorm(100, sd=0.5) SNR(x, y)
Run the code above in your browser using DataLab