Clear Filters
Clear Filters

How to calculate the slope of a linear chirp signal

2 views (last 30 days)
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');

Answers (0)

Categories

Find more on Modeling 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!