Convolution Integral help please
6 ビュー (過去 30 日間)
古いコメントを表示
All,
I'm looking to solve the following convolution integral
integral from 0 to t of:
C0(t'+0.471)*exp(-2.1(t-t')/(0.036))dt'
I have a vector of t values and the function C0 is a vector of measured values
I've been told I need to convolve C0(t') with the exponential term, does anyone know how I can achieve this using the conv function? The t' term doesn't allow me to create a vector for the second term to perform the convolution
I should add that I don't have much experience with convolution integrals so any help is greatly appreciated!
Thanks, Jim
0 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!