
Triple Reflex Bandpass boxes are INSANELY complex beasts. I hate to be the bearer of bad tidings, but this box WILL NOT WORK if you are unable to measure the impedance curve.
Here's why:
The triple reflex bandpass box has three impedance troughs, one for each port. That's why you need to measure the curve, and trim the ports accordingly. There are two or three programs which can predict the response, but you have to take them with a grain of salt because all three ports interact with each other.
For instance, if you trim one port it changes the resonance of ALL THREE ports. (Because two chambers are feeding into one.)
If all three ports were terminated on the outside of the box it would be simpler. But the advantage of using one port is a reduction in distortion via the filtering action of the port, and you can also use smaller ports on the inner boxes.
It's a neat project though! I think I have a fairly good grasp on how they work, so if I can help in any way let me know.
Here's more info:
http://forum.audiopsychosis.com/view...=30&p=245#p245
Here is an Akabak script for a triple reflex:
System 'S1'
|================================================= ================================================== =====
|REQUIRED AKABAK SETTINGS:
|File > Preferences > Physical system constants:
|Sound velocity c = 344m/s
|Medium density rho = 1.205kg/m3
|Sum > Acoustic power:
|Frequency range = 10Hz to 20kHz
|Points = 533
|Input voltage = 2.83V rms
|Integration = 2Pi-sr
|Integration steps = 1 degree ... 1 degree
|Integration method = Cross
|================================================= ================================================== =====
Def_Const |Hornresp Input Parameter Values
{
|Length, area and volume values converted to metres, square metres and cubic metres:
S1 = 126.65e-4; |Main Port Throat Area (sq cm)
S2 = 55.59e-4; |Area of main port tube (area betweent the flares)
S3 = 126.65e-4; |Main Port Mouth Area (sq cm)
L12 = 2.54e-2; |Main port segment 1 axial length (cm)
L23 = 12.96e-2; |Main port segment 2 axial length (cm)
L34 = 2.54e-2; |Main port segment 3 axial length (cm)
Vrc = 9.44e-3; |Rear chamber volume (litres)
Lrc = 25.4e-2; |Rear chamber average length (cm)
Ap = 45.6e-4; |Rear port cross-sectional area (sq cm)
Lpt = 77.00e-2; |Rear port tube length (cm)
Vtc = 4.72e-3; |Front chamber volume (cc)
Atc = 550.00e-4; |Front chamber cross-sectional area (sq cm)
Ata = 45.6e-4; |Front port cross-sectional area (sq cm)
Tpt = 36.00e-02; |Front port tube length (cm)
V3c = 19.44e-3; |Third chamber volume (litres)
L3c = 30.0e-2; |Third chamber average length (cm)
|Parameter Conversions:
Sd = 200.00e-4; |Diaphragm area (sq cm)
Arc = Vrc / Lrc;
Ltc = Vtc / Atc;
A3c = V3c / L3c;
}
|================================================= ================================================== =====
|Network node numbers for this horn-loaded vented-box system:
|0-Voltage-1-Resistance-2
| |
| 3-Chamber-4-Driver-5-Chamber-7-Port-12-Chamber-8-Segment-9-Segment-10-Segment-11-Radiator(1)
| |
| --------Port--------------------------
|================================================= ================================================== =====
Def_Driver 'Driver'
Sd=200.00cm2
Bl=18.30Tm
Cms=3.85E-04m/N
Rms=5.68Ns/m
fs=28.90Hz |Mmd = 74.30g not recognised by AkAbak, fs calculated and used instead
Le=2.90mH
Re=7.40ohm
ExpoLe=1
Driver Def='Driver''Driver'
Node=4=0=5=6
Coil 'L1'
Node=1=4
L=4mH
Rs=0.35ohm
Duct 'Rear Chamber'
Node=5=7
SD={Arc}
Len={Lrc}
Visc=0
Duct 'Front chamber'
Node=6=8
SD={Atc}
Len={Ltc}
Visc=0
Duct 'Third chamber'
Node=11=12
SD={A3c}
Len={L3c}
Visc=0
Duct 'Front Port'
Node=8=11
SD={Ata}
Len={Tpt}
Visc=0
Duct 'Rear Port'
Node=7=11
SD={Ap}
Len={Lpt}
Visc=0
Waveguide 'Main Port Segment 1'
Node=13=12
STh={S2}
SMo={S1}
Len={L12}
Conical
Duct 'Main Port Segment 2'
Node=13=14
SD={S2}
Len={L23}
Visc=0
Waveguide 'Main Port Segment 3'
Node=14=15
STh={S2}
SMo={S3}
Len={L34}
Conical
Radiator 'Horn mouth'
Node=15
SD={S3}