How can find decibal sampl for audio
    1 view (last 30 days)
  
       Show older comments
    
    Esraa abd Altoni
 on 19 Aug 2020
  
    
    
    
    
    Commented: Star Strider
      
      
 on 19 Aug 2020
            Iam read audio file and ineed to comput loudness sample in audio
0 Comments
Accepted Answer
  Star Strider
      
      
 on 19 Aug 2020
        Note that it is necessary to use the absolute value of the argument: 
xdB = mag2db(abs(x));
.
8 Comments
  Star Strider
      
      
 on 19 Aug 2020
				CConsider that: 
dB80 = db2mag(80)
produces:
dB80 =
    10.0000e+003 
so multiplying them by 1E+4 or dibviding them by 1E-4 would do what you want.  
More Answers (0)
See Also
Categories
				Find more on Audio Processing Algorithm Design in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
