| Michael Gogins wrote:
> In taking impulse responses of halls, I don't know what the pros do, but I
> suppose one of those starter pistols might serve, or clapping two flat
> sticks of hard wood together.
A narrow amplitude-limited impulse has very little energy, so the
measured impulse response has lousy S/N. If you had a signal x whose
autocorrelation were an impulse, you could measure
y = x * hall so that x (*) y = x(*)x * hall = hall
What you do is you take a maximum-length sequence generated by a
shift-register PRNG and rescale it to +/-1. Through some magic (it
falls out of the algebra, but I don't really know _why_), this has
almost the desired property.
I've heard the biggest gotcha is to watch out for temporal aliasing
(since you're using a finite periodic signal). And don't measure on
the first period, since you're dealing with circular correlation...
--
Eli Brandt | eli+@cs.cmu.edu | http://www.cs.cmu.edu/~eli/ |