Skip to content

Instantly share code, notes, and snippets.

@stephenHartzell
Created July 26, 2017 03:23
Show Gist options
  • Save stephenHartzell/1486a09eecd9b2cc41753f36243ad9bf to your computer and use it in GitHub Desktop.
Save stephenHartzell/1486a09eecd9b2cc41753f36243ad9bf to your computer and use it in GitHub Desktop.
MF = ifft(fft(yN).*fft(conj(fliplr(yref))));
plot(MF,'m')
xlim([1,256])
title('Matched Filter Output')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment