Physically meaningful amplitude of exponential function following convolution?

As an example, I am calculating the discrete convolution of an exponentially decaying function ExpDec with a measured instrument response function IRF (both sampled at intervals timeStep):
Conv = real(ifft(fft(IRF).*fft(ExpDec)))*timeStep;
The amplitude of the obtained convolution function Conv makes sense mathematically, but physically does not tell me much about the amplitude of the underlying decay function ExpDec. I tried to account for this by dividing Conv by a reference value (at a time at which ExpDec is to a good aproximation not affected by the IRF), but I was wondering if there a better way of doing this to extract a physically meaninful amplitude?

Antworten (0)

Kategorien

Mehr zu Fourier Analysis and Filtering finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 27 Aug. 2019

Bearbeitet:

am 27 Aug. 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by