Krasin Georgiev edited div_M_100_n_M__.html  over 8 years ago

Commit id: 6c6ed0587392109ff5d8d1ddd433d3897520804d

deletions | additions      

       

f = (0:2*M-1)/(T*2*M);  plot_complex(f, SChirp, 'freq'  

frequenvy shifted chirp

shift = 2;
sChirpShift = exp(1j*pi*gamma*t.^2).*exp(1j*pi*shift*t); 
plot_complex(t, sChirpShift, 'time'

time shifted chirp

delay = 3; 


plot_complex(t, sChirpW, 'time')  SChirpW = fft(sChirpW);  plot_complex(f, SChirpW, 'freq'
src="figure/chirp_explore_windowing_10.png" src="chirp_explore_windowing_10.png"  alt="">

Conclusion

Chirp contain continuous transition between frequencies so it acts like windowed signal with spectral leakage. Can discrete version of the chirp be modified so this leakage is removed?


Published with MATLABĀ® R2014a

 removed?