Problem 43821. write a function to calculate the snr after quantizing the signal in dB

osig : original signal

qsig : quantized signal

qerror : quantization error

HINT: snr = 10×log10(sum(osig × osig)/sum(qerror × qerror)) [dB]

Solution Stats

62.03% Correct | 37.97% Incorrect
Last Solution submitted on Apr 08, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers46

Suggested Problems

Community Treasure Hunt

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

Start Hunting!