Tuesday, June 4, 2019

matlab - Find Preamble (pattern) in signal, using Corelation


I have a signal which always has the same preamble (4x 0xAA - 10101010...).


I also have a signal with additive noise, and I want to find my preamble in that a noisy signal using corelation.


enter image description here


U used xcorr, but I was a little confused by that. Can you help me? It looks like that signal was too noisy so that no preamble was found?


I have just used


corel=xcorr(preamble(:,2),u_noisy(:,2));


No comments:

Post a Comment

digital communications - Understanding the Matched Filter

I have a question about matched filtering. Does the matched filter maximise the SNR at the moment of decision only? As far as I understand, ...