How to calculate the slope of a linear chirp signal
6 次查看(过去 30 天)
显示 更早的评论
I know that calculating the 1st derivative gives the slope of the chirp signal but the chirp signal varies with time. so I get many values .Please explain me how to calculate the slope for this chirp signal...
f01 = 0; f02 = 100; % 0 - 150 Hz
f11 = 300; f12 = 400; % 350 - 500 Hz
Fs = 2*max(f11,f12);
t = 0:1/Fs:1000*(1/Fs)- (1/Fs);
t1 = t(end);
y1 = chirp(t,f01,t1,f11,'linear');
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!