Acoustic Horn Design - The Practical Way

k = 18.6, baby!

I feel inner peace now, ha ha.


14047b9cc35c7c6197c64ad0f40e571d.jpg
 

TNT

Member
Joined 2003
Paid Member
The design goals were (pretty standard):
  • consistent DI (throat adapter to prevent beaming)
  • wide coverage
  • directivity control at least down to ~1000hz

Here's the ATH script for this version:

Code:
; ATH 4.9 20230530
; MoniHorn v2
; -------------------------------------------------------
; CircSym mode
; Throat adapter
Throat.Ext.Angle = 5
Throat.Ext.Length = 22.5

R-OSSE = {
    R = 197.15
    a = 39
    r0 = 9.5
    a0 = 23

    m = 0.76
    r = 0.30
    q = 3.65
    k = 18.6
    b = 0.0
    arcterm = 160
}

Rot = 0

.....
Could you please show the profile for this one. I tried to enter them into R-OSSE calc. but was unsure... arcterm?

//
 
CinnamonRolls you have it right. Jzagaja you are missing the 23 degrees rotation.
We indeed used that shape inside the DE250. The sharp transition we smoothed with a continuous curve (G3) of radius of 50mm.

Because the CAD was made in Solidworks I used the following equations within SolidWorks’ equation driven curve(maybe someone else also is lucky and has access to SW and wants to use ATH in it):
for Xt :
((1/(2*(tan("a"pi/180)^2)))(sqr((2*"k""r0"*tan("a0"*pi/180))^2-4(tan("a"pi/180)^2)((("k""r0")^2)-("Radius"+"r0"("k"-1))^2))-(2*"k""r0"*tan("a0"*pi/180))))(sqr("r"^2+"m"^2)-sqr("r"^2+(t-"m")^2))-"b"((1/(2(tan("a"pi/180)^2)))(sqr((2*"k""r0"*tan("a0"*pi/180))^2-4(tan("a"pi/180)^2)((("k""r0")^2)-("Radius"+"r0"("k"-1))^2))-(2*"k""r0"*tan("a0"*pi/180))))(sqr("r"^2+"m"^2)-sqr("r"^2+(1-"m")^2))*t^2
for Yt:
(1- t^"q")(sqr((("k""r0")^2)+(2*"k""r0"*tan("a0"*pi/180))((1/(2*(tan("a"pi/180)^2)))(sqr((2*"k""r0"*tan("a0"*pi/180))^2-4(tan("a"pi/180)^2)((("k""r0")^2)-("Radius"+"r0"("k"-1))^2))-(2*"k""r0"*tan("a0"*pi/180))))*t+(tan("a"*pi/180)^2)((1/(2*(tan("a"pi/180)^2)))(sqr((2*"k""r0"*tan("a0"*pi/180))^2-4(tan("a"pi/180)^2)((("k""r0")^2)-("Radius"+"r0"("k"-1))^2))-(2*"k""r0"*tan("a0"*pi/180))))^2*t^2)-"r0"("k"-1))+t^"q"("Radius"+((1/(2(tan("a"pi/180)^2)))(sqr((2*"k""r0"*tan("a0"*pi/180))^2-4(tan("a"pi/180)^2)((("k""r0")^2)-("Radius"+"r0"("k"-1))^2))-(2*"k""r0"*tan("a0"*pi/180))))(1-sqr(1+(tan("a"pi/180)^2)(t-1)^2)))
t1=0.0
t2=1.1

Within this equation we used:

k = 18.6
a0 = 23
r0 = 9.5
a = 39
q = 3.65
r = 0.3
m = 0.76
b = 0
Radius = 223.9

Somehow this radius resulted in a 440mm horn so we used it. Note the plug and smoothing of it doesn’t come from this equation, it was added manually. The origin is on the revolve axis and on the DE250 mounting plane. Don't know if anyone wants to simulate it, but I've attached the .dxf anyway.
Screenshot 2024-01-06 200225.png
 

Attachments

  • Monihorn_forDIYaudio_G3.zip
    6 KB · Views: 56
  • Like
Reactions: 2 users
@Bobbit Thanks for sharing your configurations. I was excited to see you use k=18.6 because you showed me how professionals applied it in a full system. I was never confident using Rot=12 so I was happy to see you guys chose Rot=0. Not only that, but you kicked it up several notches and used it in a synergy alignment. You also showed how to start the horn from the phase plug. I've only listened to a short straight duct in a B&C DE111. I made a straight duct and several other random (extremely ignorant) experiments with the DE250 but only for measuring not listening. I had no idea how to optimize the duct for the DE250 or what a proper shape might look like. Plus, my waveguide is only apprx 222 mm in diameter so the large DE250 interfered quite a bit with the rear diffraction. I saw you placed the DE250 in a custom housing which is something I wondered about to reduce rear diffraction, except, your design is quite different so it wouldn't be directly analogous to mine. Finally, you used vented B&C 4NDF34s. I'd be really interested to hear the story of how that works (the affect it has on polars, how you crossed it, how you figured out how the vent design should be configured, etc.) It seems incredibly complex to push the 4NDF34 through a port at the front and successfully match the rear vent to achieve pattern control.

Your work answered a lot of questions that have been nagging me about the waveguide. Thank you! It was extremely helpful to me and I'm certain others as well.

Also, are you completely happy with the design; what would you do differently after having built it and listened to it? What bar are they located at in case I'm ever fortunate enough to travel to Europe? Have you received any feedback from the bar owners + customers about their sound? They probably don't know how lucky they are to hear it, ha ha.

Oh, one other question I just thought of, did you compare k=18.6 against any other waveguide configs before settling on it for the final 3D print? Was the decision just based on simulations or did you do any listening tests first? I'm so inexperienced in this subject that I don't know the efficient way to approach things. For example, how much can I rely on simulations vs real life builds.

Looking forward to seeing new projects you try in the future.
 
Last edited: