6.0 KiB
Measurement of Loudspeaker
This report is also available as a pdf.
Introduction ignore
Because of the lack of a large anechoic room or a near field scanner system (e.g. the Klippel NFS), the low frequency and high frequency response of the speaker have to be measured separately.
- Section sec:equipment: the tools used for the measurements are listed
- Section sec:outdoor_meas: the high frequency behavior of the speaker is measured with a semi-anechoic measurement performed outdoors
- Section sec:ground_plane_meas: the low frequency behavior of the speaker is measured using the "ground plane technique"
- Section sec:in_room_meas: the response of the speaker in a typical room is estimated from the two above measurements and compare with in-room measurements
Equipment
Semi-Anechoic Outdoor measurement
<<sec:outdoor_meas>>
Introduction ignore
The frequency resolution is limited by the time difference between the direct sound and the first reflection.
If we note $\tau$ this time difference, the frequency resolution $\delta f$ is:
\begin{equation} \delta f = \frac{1}{\tau} \end{equation}with $\delta f$ in hertz and $\tau$ in seconds.
A schematic of the setup is shown in Figure fig:outside_meas_setup.
Analysis ignore
We usually want to measure the speaker with a resonable distance. Let's take $L = 2\,m$.
L = 2; % Distance speaker/microphone [m]
v = 340; % Speed of sound [m/s]
We can then compute the time delay $\tau$ between the direct sound and reflected sound as a function of the height $H$. Similarly, we can compute the frequency resolution $\delta f$ as a function of $H$. Both are shown in Figure fig:required_height_wanted_reflection_delay.
H = [0:0.01:4]; % [m]
D = 2*sqrt(H.^2 + L^2/4); % [m]
tau = (D - L)/v; % [s]
It is shown than even for high heights ($H = 3\,m$), the frequency resolution will be quite poor for low frequency characterisation of the speaker ($\delta f \approx 70\,Hz$). However, it is much sufficient for high frequency characterisation of the speaker (say above 500Hz).
The speaker can then be tilted horizontally and vertically as shown in Figure fig:outside_meas_setup_tilt_vert and fig:outside_meas_setup_tilt_hor.
Ground Plane Technique
<<sec:ground_plane_meas>>
Introduction ignore
The idea here is to put both the microphone and the speaker on the ground.
The ground must be relatively stiff.
It is then possible to use very large gate windows in order to identify the low frequency behavior of the speaker.
It is here not useful to perform any off-axis measurements as at the frequencies, the speaker is perfectly omnidirectionnal.
In room measurement
<<sec:in_room_meas>>
- Estimated response
- Correlation with measurement