[SOLVED] Look at my next post to see four function for calculating decibels!
hi, I'm working with audio and build a function to find out the Dezibel's of an audio signal:
B4X:
factor=level/SamplingRate
Decibel = Logarithm(factor*factor,10)*10
this works as expected and return the decibels of...
hi, I'm working with audio and build a function to find out the Dezibel's of an audio signal:
B4X:
factor=level/SamplingRate
Decibel = Logarithm(factor*factor,10)*10
this works as expected and return the decibels of an audio signal as in AUDACITY
But now I need the reverse case. I have a...
Power Factor Correction is a technique which uses capacitors to reduce the reactive power component of an AC circuit in order to improve its eficiency and reduce current.
When dealing with direct current (DC) circuits, the power dissipated by the connected load is simply calculated as the...