Convert decibels (dB) to magnitude
y = db2mag(ydb)
y = db2mag(ydb) returns the corresponding magnitude y for a given decibel (dB) value ydb. The relationship between magnitude and decibels is ydb=20∗log10(y).
mag2db