필터 지우기
필터 지우기

How to calculate the slope of a linear chirp signal

조회 수: 6 (최근 30일)
raj
raj 2012년 2월 25일
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개)

카테고리

Help CenterFile Exchange에서 Parametric Spectral Estimation에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by