derivative of speech signal
Show older comments
Answers (1)
Youssef Khmou
on 2 May 2013
hi, try :
load gong.mat;
dy=diff(y);
dy(end+1)=dy(end);
figure, plot(y), hold on, plot(dy,'r'), hold off
Categories
Find more on Simulation, Tuning, and Visualization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!