I am not certain what the units of ‘pm’ are. To convert dB (as power) to amplitude, this little anonymous function works:
dB2amplitude = @(dB) 10.^(dB/20);
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!