I am looking for a way to calculate curvature of this wave (pic attached) in matlab.
I have generated this wave form in Matlab.
t2 = linspace(6,2);
y2 = sinc(t2);
subplot(212),plot(t2,y2);
xlabel('Time (sec)');
ylabel('Amplitude');
title('Sinc Function: 04');
Would be grateful if some one can help me out.