Convert Units of Acoustic Impedance


Conversions    Home Page 

How to convert acoustic impedance units using the AddUp calculator

How to convert units in general

Conversions can be done either with the "->" conversion operator or with the equivalent "convert" function. The function has three parameters: a quantity, a unit to convert from and a unit to convert to. Likewise the conversion operator uses three values: the quantity and unit to convert from are placed on the left side of the operator while the unit to convert to goes to the right side.

Acoustic Impedance Units

The basic unit of acoustic impedance is the acoustic ohm. All units of acoustic impedance are expressed in terms of this base unit and so measurements can be converted from any one of the following units to any other.

acousticOhm [also: raylMKS]
Basic unit of acoustic impedance (newton second / meter3): 1 acousticOhm
raylCGS
1 dyne second / cm3: 10 acousticOhm

Sample Conversions of Acoustic Impedance Units

Convert acoustic ohms to Rayl (CGS).

5 acousticOhm -> raylCGS = 0.5

convert(5; acousticOhm; raylCGS) = 0.5

Convert Rayl (CGS) to acoustic ohms.

5 raylCGS -> acousticOhm = 50

convert(5; raylCGS; acousticOhm) = 50