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!