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?
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Fourier Analysis and Filtering についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!