Maker Portal

View Original

Loudspeaker Analysis and Experiments: Part II

If you haven’t read Part I of this series, it is strongly recommended that the user starts there.


See this content in the original post

See this content in the original post

If we take the derivative of the transfer function above:

See this content in the original post

The frequency at which the derivative is equal to zero is the value which we call the resonance frequency:

See this content in the original post

and rewriting in a more familiar format:

See this content in the original post

One method for finding the mechanical compliance and mass is to add known masses to the mechanical mass and observe the change in resonance frequency. This allows us to setup a relationship between resonance frequency and added mass in order to solve for mechanical compliance and mass in a linear function. We can start by writing the added mass and new resonance as a function of one another:

See this content in the original post

where:

See this content in the original post

See this content in the original post

The plot above gives us the approximate values for the compliance and mass:

See this content in the original post

The Python code for implementing the added mass and resonance fit is shown below. All the user needs to do is add the mass and measure the resonance frequency, then input the values into the code and it prints out the plot shown above.

See this content in the original post

See this content in the original post

For comparison with other drivers of similar size and specifications, this value seems reasonable. Now we will continue with the analysis of impedance by investigating the significance of impedance magnitudes in relation to damping and the rest of the parameters associated with loudspeaker characterization.


See this content in the original post

It is customary to combine the quality factors in series to produce a total quality factor:

See this content in the original post

See this content in the original post

The Bl product, which is a measure of the magnetic field strength with respect to the voice coil, comes quite easily from the quality factor in the electrical domain:

See this content in the original post

which gives us the result:

See this content in the original post

See this content in the original post

which appears to be quite poor, however, in comparison with other loudspeakers - it’s not far from the average for its size and design.


See this content in the original post

This concludes the investigation into the Thiele-Small parameters for a loudspeaker. A lot of the analysis and calculation was based on decades-old methods and parameters. In the next entry into this series I will focus on experiments with loudspeakers, such as an application with microphones and even an experiment with a non-newtonian fluid.

See this content in the original post

See More in Acoustics and Engineering:

See this content in the original post