List All Pages
Here is a list of all the functions that Code4Engineers has in this wiki.
Here is a list of all the functions that Code4Engineers has in this wiki.
Function Aweighting(Freq As Double) As Double If NumberArg < 0 Then ' Evaluate argument. Exit Function ' Exit to calling procedure. Else If Freq > 0 Then...
The A Weighting curve transforms a linear dB scale into one which approximates human hearing. A Weighted curves are denoted by the term dB(A). Maths (1) Code...
Code Implementations {$language_1} {$language_2} {$language_3} {$language_4} edit [[include {$language_1}:b-weighting]] edit [[include {$language_2}:b-weighting]] edit [[include...
Please change this page according to your needs
function Decibel(cm){ if (document.spl.LdB.value != "") { xvrb[cm][1]=parseFloat(document.spl.LdB.value) xvrb[cm][2]=Math.pow(10,xvrb[cm][1]/20)*2e-5...
Function dB2Pa(dB As Double) dB2Pa = 0.00002 * 10 ^ (dB / 20) End Function Function Pa2dB(Pa As Double) Pa2dB = 20 * Log(Pa / 0.00002) / Log(10) End Function Note that there are two...
A description of the function/algorithm goes in here. If there is any theory or points to note, e.g. speed of calculation (2*Log(N) etc) or similar algorithms put a link in. Code...
A description of the function/algorithm goes in here. If there is any theory or points to note, e.g. speed of calculation (2*Log(N) etc) or similar algorithms put a link in. Code...
Function dBsum(dBcells, Coherent) ' Sum dB values as 10*log(10^(dB1/10)+10^(dB2/10)+...) for Coherent=FALSE Dim dB As Range If Coherent = False Then tot = 0 For Each dB In dBcells...
If you are allowed to edit pages in this Site, simply click on edit button at the bottom of the page. This will open an editor with a toolbar pallette with options. To create a link to a new page,...
Code Implementations {$language_1} {$language_2} {$language_3} {$language_4} edit [[include {$language_1}:{$func_lowercase}]] edit [[include...
Description of {$func}
Please change this page according to your policy (configure first using Site Manager) and remove this note. Who can join? We welcome all, however, we have a few rules: Any content you add must...
Useful Links LaTeX / Mathematics - Wikibooks
Welcome page What is a Wiki Site? How to edit pages? How to join this site? Site members Recent changes List all pages Page Tags Site Manager Page tags Add a new page edit this panel
Members: Moderators Admins
A description of the function/algorithm goes in here. If there is any theory or points to note, e.g. speed of calculation (2*Log(N) etc) or similar algorithms put a link in. Code...
#container { margin:0pt; } #header { background-image:url(http://www.wikidot.com/common--theme/flannel/images/flannel-bg-1.png); background-position:0pt...
A description of the function/algorithm goes in here. If there is any theory or points to note, e.g. speed of calculation (2*Log(N) etc) or similar algorithms put a link in. Code...
Code Languages Javascript VBA contact
Code4Engineers - Work In Progress decibel a-weighting If this is your first site Then there are some things you need to know: You can configure all security and other settings online, using the...
According to Wikipedia, the world largest wiki site: A Wiki ([ˈwiː.kiː] <wee-kee> or [ˈwɪ.kiː] <wick-ey>) is a type of website that allows users to add, remove, or otherwise edit...
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License