Speaker Modeling Program
Revision date: December 18, 2023
This is a proof-of-concept that I wrote to teach myself JavaScript. It's not intended for
serious design work. However, it uses the basic speaker modeling formulas that I've derived
and tested in other programs.
You need to turn on JavaScript in your browser to see anything here. If you're paranoid,
you can look at the page source to make sure that everything is tame before turning on JavaScript.
This program uses Flot, an open source plotting library for JavaScript. You can find out more
at: www.flotcharts.org. I'm using Flot in its entirety with no changes.
How did you get here?
- You entered a short URL (no parameters such as Fs, etc.) or clicked on a link. This means you're
looking at the defaults for the program, my little Eminence 2512-ii box. You can enter your own
Thiele-Small and box parameters, and start modeling right away.
- You entered a long URL (lots of parameters) or clicked on such a link. This means you're looking
at a driver model or box design that somebody has shared (or are using one of my library drivers).
You can look at the model or change it and see what happens.
A quick note about the Pe parameter. The program doesn't use it. Instead, the program uses the Amplifier Power parameter for the excursion and port air speed graphs. This lets you figure out how your speaker will perform for your amplifier.
Site Map
Cone excursion in mm
Sensitivity in dB SPL @ 1m
Port air speed in mach
Reported Data
Disclaimer
Copyright (c) 2014 Francis Deck
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.