Code covered by the BSD License  

Highlights from
Delta Sigma Toolbox

image thumbnail
from Delta Sigma Toolbox by Richard Schreier
High-level design and simulation of delta-sigma modulators

undbv(x)
function y = undbv(x)
% y = undbv(x)	Convert x from dB to a voltage
y = 10.^(x/20);

Contact us