To correct for Doppler shift in a .wav file when working with a single STFT windowed signal in MATLAB, you can use the following steps:
audioread
function.spectrogram
function.audiowrite
function.Here is example code to correct for Doppler shift in MATLAB:
main.m654 chars23 lines
Make sure to adjust the dopplerFactor
based on the observed shift in the signal.
gistlibby LogSnag